Output only. True if the cluster is a management cluster; false otherwise.
There can only be one management cluster in a private cloud
and it has to be the first one.
Output only. The resource name of this cluster.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eCluster\u003c/code\u003e class for the VMware Engine v1 API is 1.6.0, with previous versions ranging from 1.0.0 to 1.5.0 also documented.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCluster\u003c/code\u003e class represents a cluster within a private cloud, and it implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCluster\u003c/code\u003e class has several properties, including \u003ccode\u003eAutoscalingSettings\u003c/code\u003e, \u003ccode\u003eClusterName\u003c/code\u003e, \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eManagement\u003c/code\u003e, \u003ccode\u003eNodeTypeConfigs\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, \u003ccode\u003eStretchedClusterConfig\u003c/code\u003e, and \u003ccode\u003eUpdateTime\u003c/code\u003e, which provide detailed information about the cluster's configuration and status.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eManagement\u003c/code\u003e property indicates whether a cluster is a management cluster, with the restriction that there can only be one management cluster per private cloud, and it must be the first one created.\u003c/p\u003e\n"],["\u003cp\u003eThe class is found in the \u003ccode\u003eGoogle.Cloud.VmwareEngine.V1\u003c/code\u003e namespace, and it is contained within the \u003ccode\u003eGoogle.Cloud.VmwareEngine.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# VMware Engine v1 API - Class Cluster (1.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.0 (latest)](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.Cluster)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.5.0/Google.Cloud.VmwareEngine.V1.Cluster)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.4.0/Google.Cloud.VmwareEngine.V1.Cluster)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.3.0/Google.Cloud.VmwareEngine.V1.Cluster)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.2.0/Google.Cloud.VmwareEngine.V1.Cluster)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.1.0/Google.Cloud.VmwareEngine.V1.Cluster)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.0.0/Google.Cloud.VmwareEngine.V1.Cluster) \n\n public sealed class Cluster : IMessage\u003cCluster\u003e, IEquatable\u003cCluster\u003e, IDeepCloneable\u003cCluster\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the VMware Engine v1 API class Cluster.\n\nA cluster in a private cloud. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Cluster \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Cluster](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.Cluster), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Cluster](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.Cluster), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Cluster](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.Cluster), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.VmwareEngine.V1](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.VmwareEngine.V1.dll\n\nConstructors\n------------\n\n### Cluster()\n\n public Cluster()\n\n### Cluster(Cluster)\n\n public Cluster(Cluster other)\n\nProperties\n----------\n\n### AutoscalingSettings\n\n public AutoscalingSettings AutoscalingSettings { get; set; }\n\nOptional. Configuration of the autoscaling applied to this cluster.\n\n### ClusterName\n\n public ClusterName ClusterName { get; set; }\n\n[ClusterName](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.ClusterName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.Cluster#Google_Cloud_VmwareEngine_V1_Cluster_Name) resource name property.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. Creation time of this resource.\n\n### Management\n\n public bool Management { get; set; }\n\nOutput only. True if the cluster is a management cluster; false otherwise.\nThere can only be one management cluster in a private cloud\nand it has to be the first one.\n\n### Name\n\n public string Name { get; set; }\n\nOutput only. The resource name of this cluster.\nResource names are schemeless URIs that follow the conventions in\n\u003chttps://cloud.google.com/apis/design/resource_names\u003e.\nFor example:\n`projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`\n\n### NodeTypeConfigs\n\n public MapField\u003cstring, NodeTypeConfig\u003e NodeTypeConfigs { get; }\n\nRequired. The map of cluster node types in this cluster, where the key is\ncanonical identifier of the node type (corresponds to the `NodeType`).\n\n### State\n\n public Cluster.Types.State State { get; set; }\n\nOutput only. State of the resource.\n\n### StretchedClusterConfig\n\n public StretchedClusterConfig StretchedClusterConfig { get; set; }\n\nOptional. Configuration of a stretched cluster. Required for clusters that\nbelong to a STRETCHED private cloud.\n\n### Uid\n\n public string Uid { get; set; }\n\nOutput only. System-generated unique identifier for the resource.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. Last update time of this resource."]]