public sealed class MachineConfig : IMessage<MachineConfig>, IEquatable<MachineConfig>, IDeepCloneable<MachineConfig>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class MachineConfig.
MachineConfig describes the configuration of a machine specific to a Database Resource.
Implements
IMessageMachineConfig, IEquatableMachineConfig, IDeepCloneableMachineConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
MachineConfig()
public MachineConfig()MachineConfig(MachineConfig)
public MachineConfig(MachineConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
MachineConfig |
Properties
BaselineSlotCount
public long BaselineSlotCount { get; set; }Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
| Property Value | |
|---|---|
| Type | Description |
long |
|
HasBaselineSlotCount
public bool HasBaselineSlotCount { get; }Gets whether the "baseline_slot_count" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasMaxReservationSlotCount
public bool HasMaxReservationSlotCount { get; }Gets whether the "max_reservation_slot_count" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
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 |
|
MaxReservationSlotCount
public long MaxReservationSlotCount { get; set; }Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
| Property Value | |
|---|---|
| Type | Description |
long |
|
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 |
|