public sealed class FutureReservationStoragePoolProvisionedCapacity : IMessage<FutureReservationStoragePoolProvisionedCapacity>, IEquatable<FutureReservationStoragePoolProvisionedCapacity>, IDeepCloneable<FutureReservationStoragePoolProvisionedCapacity>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class FutureReservationStoragePoolProvisionedCapacity.
Storage pool provisioned capacities for each SKU type.
Implements
IMessageFutureReservationStoragePoolProvisionedCapacity, IEquatableFutureReservationStoragePoolProvisionedCapacity, IDeepCloneableFutureReservationStoragePoolProvisionedCapacity, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|