AlloyDB v1 API - Class Instance.Types.MachineConfig (1.6.0)

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 v1 API class Instance.Types.MachineConfig.

MachineConfig describes the configuration of a machine.

Inheritance

object > Instance.Types.MachineConfig

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Constructors

MachineConfig()

public MachineConfig()

MachineConfig(MachineConfig)

public MachineConfig(Instance.Types.MachineConfig other)
Parameter
NameDescription
otherInstanceTypesMachineConfig

Properties

CpuCount

public int CpuCount { get; set; }

The number of CPU's in the VM instance.

Property Value
TypeDescription
int