Show / Hide Table of Contents

Class FutureReservationStoragePoolProvisionedCapacity

Storage pool provisioned capacities for each SKU type.

Inheritance
object
FutureReservationStoragePoolProvisionedCapacity
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX