Show / Hide Table of Contents

Class StorageDatabasecenterPartnerapiV1mainMachineConfiguration

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

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

Properties

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

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