Class CapacityConfig
A capacity configuration of a Kafka cluster.
Implements
Inherited Members
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? |