Show / Hide Table of Contents

Class EffectiveCapacityConfig

Describes the effective capacity configuration of a Kafka cluster, both cluster-wide and per-broker.

Inheritance
object
EffectiveCapacityConfig
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX