[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCluster\u003c/code\u003e class represents an Apache Kafka cluster deployed in a specific location, within the Managed Service for Apache Kafka API v1.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eCluster\u003c/code\u003e class includes properties to configure the cluster's \u003ccode\u003eCapacityConfig\u003c/code\u003e, \u003ccode\u003eGcpConfig\u003c/code\u003e, and \u003ccode\u003eRebalanceConfig\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCluster\u003c/code\u003e class has read-only properties for \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eUpdateTime\u003c/code\u003e, \u003ccode\u003eSatisfiesPzi\u003c/code\u003e, \u003ccode\u003eSatisfiesPzs\u003c/code\u003e, and \u003ccode\u003eState\u003c/code\u003e which are automatically set.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCluster\u003c/code\u003e class implements multiple interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing various functionalities for message handling and object management.\u003c/p\u003e\n"],["\u003cp\u003eThe class also features properties to define the cluster by \u003ccode\u003eName\u003c/code\u003e and has an optional field for \u003ccode\u003eLabels\u003c/code\u003e, which allows for key-value pair metadata to be added to the cluster.\u003c/p\u003e\n"]]],[],null,["# Managed Service for Apache Kafka API v1 API - Class Cluster (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.Cluster)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/1.0.0-beta06/Google.Cloud.ManagedKafka.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 Managed Service for Apache Kafka API v1 API class Cluster.\n\nAn Apache Kafka cluster deployed in a location. \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.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.Cluster), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Cluster](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.Cluster), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Cluster](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.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.ManagedKafka.V1](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ManagedKafka.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### CapacityConfig\n\n public CapacityConfig CapacityConfig { get; set; }\n\nRequired. Capacity configuration for the Kafka cluster.\n\n### ClusterName\n\n public ClusterName ClusterName { get; set; }\n\n[ClusterName](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.ClusterName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.Cluster#Google_Cloud_ManagedKafka_V1_Cluster_Name) resource name property.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The time when the cluster was created.\n\n### GcpConfig\n\n public GcpConfig GcpConfig { get; set; }\n\nRequired. Configuration properties for a Kafka cluster deployed to Google\nCloud Platform.\n\n### HasSatisfiesPzi\n\n public bool HasSatisfiesPzi { get; }\n\nGets whether the \"satisfies_pzi\" field is set\n\n### HasSatisfiesPzs\n\n public bool HasSatisfiesPzs { get; }\n\nGets whether the \"satisfies_pzs\" field is set\n\n### Labels\n\n public MapField\u003cstring, string\u003e Labels { get; }\n\nOptional. Labels as key value pairs.\n\n### Name\n\n public string Name { get; set; }\n\nIdentifier. The name of the cluster. Structured like:\nprojects/{project_number}/locations/{location}/clusters/{cluster_id}\n\n### PlatformConfigCase\n\n public Cluster.PlatformConfigOneofCase PlatformConfigCase { get; }\n\n### RebalanceConfig\n\n public RebalanceConfig RebalanceConfig { get; set; }\n\nOptional. Rebalance configuration for the Kafka cluster.\n\n### SatisfiesPzi\n\n public bool SatisfiesPzi { get; set; }\n\nOutput only. Reserved for future use.\n\n### SatisfiesPzs\n\n public bool SatisfiesPzs { get; set; }\n\nOutput only. Reserved for future use.\n\n### State\n\n public Cluster.Types.State State { get; set; }\n\nOutput only. The current state of the cluster.\n\n### TlsConfig\n\n public TlsConfig TlsConfig { get; set; }\n\nOptional. TLS configuration for the Kafka cluster.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The time when the cluster was last updated."]]