Class FutureReservationStoragePoolProvisionedCapacity
Storage pool provisioned capacities for each SKU type.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FutureReservationStoragePoolProvisionedCapacity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PoolProvisionedCapacityGb
Size of the storage pool in GiB.
Declaration
[JsonProperty("poolProvisionedCapacityGb")]
public virtual long? PoolProvisionedCapacityGb { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PoolProvisionedIops
Provisioned IOPS of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced.
Declaration
[JsonProperty("poolProvisionedIops")]
public virtual long? PoolProvisionedIops { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PoolProvisionedThroughput
Provisioned throughput of the storage pool in MiB/s. Only relevant if the storage pool type is hyperdisk-balanced or hyperdisk-throughput.
Declaration
[JsonProperty("poolProvisionedThroughput")]
public virtual long? PoolProvisionedThroughput { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |