Class BrokerCapacityConfig
Capacity configuration at a per-broker level within the Kafka cluster. The config will be appled to each broker in the cluster.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class BrokerCapacityConfig : IDirectResponseSchema
Properties
DiskSizeGib
Optional. The disk to provision for each broker in Gibibytes. Minimum: 100 GiB.
Declaration
[JsonProperty("diskSizeGib")]
public virtual long? DiskSizeGib { 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 |