public sealed class Cluster : IMessage<Cluster>, IEquatable<Cluster>, IDeepCloneable<Cluster>, IBufferMessage, IMessageReference documentation and code samples for the Managed Service for Apache Kafka API v1 API class Cluster.
An Apache Kafka cluster deployed in a location.
Namespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
Cluster()
public Cluster()Cluster(Cluster)
public Cluster(Cluster other)| Parameter | |
|---|---|
| Name | Description |
other |
Cluster |
Properties
CapacityConfig
public CapacityConfig CapacityConfig { get; set; }Required. Capacity configuration for the Kafka cluster.
| Property Value | |
|---|---|
| Type | Description |
CapacityConfig |
|
ClusterName
public ClusterName ClusterName { get; set; }ClusterName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ClusterName |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when the cluster was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
GcpConfig
public GcpConfig GcpConfig { get; set; }Required. Configuration properties for a Kafka cluster deployed to Google Cloud Platform.
| Property Value | |
|---|---|
| Type | Description |
GcpConfig |
|
HasSatisfiesPzi
public bool HasSatisfiesPzi { get; }Gets whether the "satisfies_pzi" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSatisfiesPzs
public bool HasSatisfiesPzs { get; }Gets whether the "satisfies_pzs" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Labels
public MapField<string, string> Labels { get; }Optional. Labels as key value pairs.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Identifier. The name of the cluster. Structured like: projects/{project_number}/locations/{location}/clusters/{cluster_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
PlatformConfigCase
public Cluster.PlatformConfigOneofCase PlatformConfigCase { get; }| Property Value | |
|---|---|
| Type | Description |
ClusterPlatformConfigOneofCase |
|
RebalanceConfig
public RebalanceConfig RebalanceConfig { get; set; }Optional. Rebalance configuration for the Kafka cluster.
| Property Value | |
|---|---|
| Type | Description |
RebalanceConfig |
|
SatisfiesPzi
public bool SatisfiesPzi { get; set; }Output only. Reserved for future use.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SatisfiesPzs
public bool SatisfiesPzs { get; set; }Output only. Reserved for future use.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
State
public Cluster.Types.State State { get; set; }Output only. The current state of the cluster.
| Property Value | |
|---|---|
| Type | Description |
ClusterTypesState |
|
TlsConfig
public TlsConfig TlsConfig { get; set; }Optional. TLS configuration for the Kafka cluster.
| Property Value | |
|---|---|
| Type | Description |
TlsConfig |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The time when the cluster was last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|