CreateClusterRequest Class |
Namespace: SolidFire.Element.Api
public class CreateClusterRequest : RpcBase
The CreateClusterRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateClusterRequest | Initializes a new instance of the CreateClusterRequest class |
Name | Description | |
---|---|---|
![]() | AcceptEula |
Required to indicate your acceptance of the End User License
Agreement when creating this cluster. To accept the EULA,
set this parameter to true.
|
![]() | Attributes |
List of name-value pairs in JSON object format.
|
![]() | EnableSoftwareEncryptionAtRest |
Enable this flag to use software-based encryption-at-rest.
Defaults to true on SolidFire software-only clusters.
Defaults to false on all other clusters.
|
![]() | Mvip |
Floating (virtual) IP address for the cluster on the management network.
|
![]() | Nodes |
CIP/SIP addresses of the initial set of nodes making up the cluster. This node's IP must be in the list.
|
![]() | OrderNumber |
Alphanumeric sales order number.
May be required on software-based platforms.
|
![]() | Password |
Initial password for the cluster admin account.
|
![]() | SerialNumber |
Nine-digit alphanumeric Serial Number.
May be required on software-based platforms.
|
![]() | Svip |
Floating (virtual) IP address for the cluster on the storage (iSCSI) network.
|
![]() | Username |
Username for the cluster admin.
|
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.) |