ClusterInfo Class |
Namespace: SolidFire.Element.Api
public class ClusterInfo : RpcBase
The ClusterInfo type exposes the following members.
Name | Description | |
---|---|---|
ClusterInfo | Initializes a new instance of the ClusterInfo class |
Name | Description | |
---|---|---|
Attributes |
List of Name/Value pairs in JSON object format.
| |
DefaultProtectionScheme |
If a protection scheme is not provided to the CreateVolume call, this protection scheme will be used for the new volume.
This protection scheme must always be in the set of enabled protection schemes.
| |
EnabledProtectionSchemes |
A list of all of the protection schemes that have been enabled on this cluster.
| |
EncryptionAtRestState |
Encryption at rest state.
| |
Ensemble |
Array of Node IP addresses that are participating in the cluster.
| |
Mvip |
Management network interface.
| |
MvipInterface | ||
MvipNodeID |
Node holding the master MVIP address
| |
MvipVlanTag | ||
Name |
Unique cluster name.
| |
RepCount |
Number of replicas of each piece of data to store in the cluster.
| |
SoftwareEncryptionAtRestState |
Software-based encryption-at-rest state.
| |
SupportedProtectionSchemes |
A list of all of the protection schemes that are supported on this cluster.
| |
Svip |
Storage virtual IP
| |
SvipInterface | ||
SvipNodeID |
Node holding the master SVIP address.
| |
SvipVlanTag | ||
UniqueID |
Unique ID for the cluster.
| |
Uuid |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |