Class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
MachineConfiguration describes the configuration of a machine specific to Database Resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainMachineConfiguration : IDirectResponseSchema
Properties
CpuCount
The number of CPUs. TODO(b/342344482, b/342346271) 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, b/342346271) 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? |