Compute Engine v1 API - Class FutureReservationStoragePoolProvisionedCapacity (3.31.0)

public sealed class FutureReservationStoragePoolProvisionedCapacity : IMessage<FutureReservationStoragePoolProvisionedCapacity>, IEquatable<FutureReservationStoragePoolProvisionedCapacity>, IDeepCloneable<FutureReservationStoragePoolProvisionedCapacity>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class FutureReservationStoragePoolProvisionedCapacity.

Storage pool provisioned capacities for each SKU type.

Inheritance

object > FutureReservationStoragePoolProvisionedCapacity

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

FutureReservationStoragePoolProvisionedCapacity()

public FutureReservationStoragePoolProvisionedCapacity()

FutureReservationStoragePoolProvisionedCapacity(FutureReservationStoragePoolProvisionedCapacity)

public FutureReservationStoragePoolProvisionedCapacity(FutureReservationStoragePoolProvisionedCapacity other)
Parameter
Name Description
other FutureReservationStoragePoolProvisionedCapacity

Properties

HasPoolProvisionedCapacityGb

public bool HasPoolProvisionedCapacityGb { get; }

Gets whether the "pool_provisioned_capacity_gb" field is set

Property Value
Type Description
bool

HasPoolProvisionedIops

public bool HasPoolProvisionedIops { get; }

Gets whether the "pool_provisioned_iops" field is set

Property Value
Type Description
bool

HasPoolProvisionedThroughput

public bool HasPoolProvisionedThroughput { get; }

Gets whether the "pool_provisioned_throughput" field is set

Property Value
Type Description
bool

PoolProvisionedCapacityGb

public long PoolProvisionedCapacityGb { get; set; }

Size of the storage pool in GiB.

Property Value
Type Description
long

PoolProvisionedIops

public long PoolProvisionedIops { get; set; }

Provisioned IOPS of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced.

Property Value
Type Description
long

PoolProvisionedThroughput

public long PoolProvisionedThroughput { get; set; }

Provisioned throughput of the storage pool in MiB/s. Only relevant if the storage pool type is hyperdisk-balanced or hyperdisk-throughput.

Property Value
Type Description
long