AlloyDB v1alpha API - Class Instance.Types.MachineConfig (1.0.0-alpha11)

public sealed class Instance.Types.MachineConfig : IMessage<Instance.Types.MachineConfig>, IEquatable<Instance.Types.MachineConfig>, IDeepCloneable<Instance.Types.MachineConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class Instance.Types.MachineConfig.

MachineConfig describes the configuration of a machine.

Inheritance

object > Instance.Types.MachineConfig

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

MachineConfig()

public MachineConfig()

MachineConfig(MachineConfig)

public MachineConfig(Instance.Types.MachineConfig other)
Parameter
Name Description
other InstanceTypesMachineConfig

Properties

CpuCount

public int CpuCount { get; set; }

The number of CPU's in the VM instance.

Property Value
Type Description
int

MachineType

public string MachineType { get; set; }

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.

Property Value
Type Description
string