Database Center v1beta API - Class MachineConfig (1.0.0-beta03)

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

Reference documentation and code samples for the Database Center v1beta API class MachineConfig.

MachineConfig describes the configuration of a machine specific to a Database Resource. NextID: 5

Inheritance

object > MachineConfig

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

MachineConfig()

public MachineConfig()

MachineConfig(MachineConfig)

public MachineConfig(MachineConfig other)
Parameter
Name Description
other MachineConfig

Properties

HasShardCount

public bool HasShardCount { get; }

Gets whether the "shard_count" field is set

Property Value
Type Description
bool

HasVcpuCount

public bool HasVcpuCount { get; }

Gets whether the "vcpu_count" field is set

Property Value
Type Description
bool

MemorySizeBytes

public long MemorySizeBytes { get; set; }

Memory size in bytes.

Property Value
Type Description
long

ShardCount

public int ShardCount { get; set; }

Optional. The number of Shards (if applicable).

Property Value
Type Description
int

VcpuCount

public double VcpuCount { get; set; }

Optional. The number of vCPUs (if applicable).

Property Value
Type Description
double