Class MachineConfig
MachineConfig describes the configuration of a machine.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class MachineConfig : IDirectResponseSchemaProperties
CpuCount
The number of CPU's in the VM instance.
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 | 
MachineType
Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-highmem-4-lssd". cpu_count must match the number of vCPUs in the machine type.
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }Property Value
| Type | Description | 
|---|---|
| string |