Show / Hide Table of Contents

Class MachineConfiguration

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

Inheritance
object
MachineConfiguration
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.CloudRedis.v1.Data
Assembly: Google.Apis.CloudRedis.v1.dll
Syntax
public class MachineConfiguration : IDirectResponseSchema

Properties

BaselineSlots

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

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

CpuCount

The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations again after bug fix.

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

ETag

The ETag of the item.

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

MaxReservationSlots

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

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

MemorySizeInBytes

Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.

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

ShardCount

Optional. 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. TODO(b/342344482) add proto validations again after bug fix.

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