Show / Hide Table of Contents

Class BrokerCapacityConfig

Capacity configuration at a per-broker level within the Kafka cluster. The config will be appled to each broker in the cluster.

Inheritance
object
BrokerCapacityConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX