Class EffectiveCapacityConfig
Describes the effective capacity configuration of a Kafka cluster, both cluster-wide and per-broker.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class EffectiveCapacityConfig : IDirectResponseSchema
Properties
BrokerCount
Output only. The number of brokers in the cluster.
Declaration
[JsonProperty("brokerCount")]
public virtual long? BrokerCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
BrokerDiskSizeGib
Output only. The disk assigned to each broker in Gibibytes.
Declaration
[JsonProperty("brokerDiskSizeGib")]
public virtual long? BrokerDiskSizeGib { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |