Class MachineConfiguration
MachineConfiguration describes the configuration of a machine specific to Database Resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class MachineConfiguration : IDirectResponseSchemaProperties
CpuCount
The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations again after bug fix.
Declaration
[JsonProperty("cpuCount")]
public virtual int? CpuCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MemorySizeInBytes
Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
Declaration
[JsonProperty("memorySizeInBytes")]
public virtual long? MemorySizeInBytes { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | 
ShardCount
Optional. Number of shards (if applicable).
Declaration
[JsonProperty("shardCount")]
public virtual int? ShardCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
VcpuCount
Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.
Declaration
[JsonProperty("vcpuCount")]
public virtual double? VcpuCount { get; set; }Property Value
| Type | Description | 
|---|---|
| double? |