Class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
Disable validation warnings
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1beta.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainMachineConfiguration : IDirectResponseSchema
Properties
BaselineSlots
Optional. Disable validation warnings
Declaration
[JsonProperty("baselineSlots")]
public virtual long? BaselineSlots { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
CpuCount
Disable validation warnings
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. Disable validation warnings
Declaration
[JsonProperty("maxReservationSlots")]
public virtual long? MaxReservationSlots { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
MemorySizeInBytes
Disable validation warnings
Declaration
[JsonProperty("memorySizeInBytes")]
public virtual long? MemorySizeInBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ShardCount
Optional. Disable validation warnings
Declaration
[JsonProperty("shardCount")]
public virtual int? ShardCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
VcpuCount
Optional. Disable validation warnings
Declaration
[JsonProperty("vcpuCount")]
public virtual double? VcpuCount { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |