Click or drag to resize

CreateClusterRequest Class

CreateClusterRequest The CreateCluster method enables you to initialize the node in a cluster that has ownership of the "mvip" and "svip" addresses. Each new cluster is initialized using the management IP (MIP) of the first node in the cluster. This method also automatically adds all the nodes being configured into the cluster. You only need to use this method once each time a new cluster is initialized. Note: You need to log in to the node that is used as the master node for the cluster. After you log in, run the GetBootstrapConfig method on the node to get the IP addresses for the rest of the nodes that you want to include in the cluster. Then, run the CreateCluster method.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiCreateClusterRequest

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class CreateClusterRequest : RpcBase

The CreateClusterRequest type exposes the following members.

Constructors
  NameDescription
Public methodCreateClusterRequest
Initializes a new instance of the CreateClusterRequest class
Top
Properties
  NameDescription
Public propertyAcceptEula
Required to indicate your acceptance of the End User License Agreement when creating this cluster. To accept the EULA, set this parameter to true.
Public propertyAttributes
List of name-value pairs in JSON object format.
Public propertyEnableSoftwareEncryptionAtRest
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.
Public propertyMvip
Floating (virtual) IP address for the cluster on the management network.
Public propertyNodes
CIP/SIP addresses of the initial set of nodes making up the cluster. This node's IP must be in the list.
Public propertyOrderNumber
Alphanumeric sales order number. May be required on software-based platforms.
Public propertyPassword
Initial password for the cluster admin account.
Public propertySerialNumber
Nine-digit alphanumeric Serial Number. May be required on software-based platforms.
Public propertySvip
Floating (virtual) IP address for the cluster on the storage (iSCSI) network.
Public propertyUsername
Username for the cluster admin.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.)
Top
See Also