Show / Hide Table of Contents

Class CapacityConfig

A capacity configuration of a Kafka cluster.

Inheritance
object
CapacityConfig
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 CapacityConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MemoryBytes

Required. The memory to provision for the cluster in bytes. The CPU:memory ratio (vCPU:GiB) must be between 1:1 and 1:8. Minimum: 3221225472 (3 GiB).

Declaration
[JsonProperty("memoryBytes")]
public virtual long? MemoryBytes { get; set; }
Property Value
Type Description
long?

VcpuCount

Required. The number of vCPUs to provision for the cluster. Minimum: 3.

Declaration
[JsonProperty("vcpuCount")]
public virtual long? VcpuCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX