Show / Hide Table of Contents

Class ManagementCluster

Management cluster configuration.

Inheritance
object
ManagementCluster
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX