Show / Hide Table of Contents

Class MachineConfig

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

Inheritance
object
MachineConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class MachineConfig : IDirectResponseSchema

Properties

BaselineSlotCount

Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.

Declaration
[JsonProperty("baselineSlotCount")]
public virtual long? BaselineSlotCount { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxReservationSlotCount

Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.

Declaration
[JsonProperty("maxReservationSlotCount")]
public virtual long? MaxReservationSlotCount { get; set; }
Property Value
Type Description
long?

MemorySizeBytes

Memory size in bytes.

Declaration
[JsonProperty("memorySizeBytes")]
public virtual long? MemorySizeBytes { get; set; }
Property Value
Type Description
long?

ShardCount

Optional. The number of Shards (if applicable).

Declaration
[JsonProperty("shardCount")]
public virtual int? ShardCount { get; set; }
Property Value
Type Description
int?

VcpuCount

Optional. The number of vCPUs (if applicable).

Declaration
[JsonProperty("vcpuCount")]
public virtual double? VcpuCount { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX