Class ManagementCluster
Management cluster configuration.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class ManagementCluster : IDirectResponseSchema
Properties
ClusterId
Required. The user-provided identifier of the new Cluster
. The identifier must meet the following
requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical
character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC
1034 (section 3.5)
Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NodeTypeConfigs
Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node
type (corresponds to the NodeType
).
Declaration
[JsonProperty("nodeTypeConfigs")]
public virtual IDictionary<string, NodeTypeConfig> NodeTypeConfigs { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, NodeTypeConfig> |
StretchedClusterConfig
Optional. Configuration of a stretched cluster. Required for STRETCHED private clouds.
Declaration
[JsonProperty("stretchedClusterConfig")]
public virtual StretchedClusterConfig StretchedClusterConfig { get; set; }
Property Value
Type | Description |
---|---|
StretchedClusterConfig |