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

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