Compute Engine v1 API - Class StoragePoolExapoolProvisionedCapacityGb (3.22.0)

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

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

Exapool provisioned capacities for each SKU type

Inheritance

object > StoragePoolExapoolProvisionedCapacityGb

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

StoragePoolExapoolProvisionedCapacityGb()

public StoragePoolExapoolProvisionedCapacityGb()

StoragePoolExapoolProvisionedCapacityGb(StoragePoolExapoolProvisionedCapacityGb)

public StoragePoolExapoolProvisionedCapacityGb(StoragePoolExapoolProvisionedCapacityGb other)
Parameter
Name Description
other StoragePoolExapoolProvisionedCapacityGb

Properties

CapacityOptimized

public long CapacityOptimized { get; set; }

Output only. Size, in GiB, of provisioned capacity-optimized capacity for this Exapool

Property Value
Type Description
long

HasCapacityOptimized

public bool HasCapacityOptimized { get; }

Gets whether the "capacity_optimized" field is set

Property Value
Type Description
bool

HasReadOptimized

public bool HasReadOptimized { get; }

Gets whether the "read_optimized" field is set

Property Value
Type Description
bool

HasWriteOptimized

public bool HasWriteOptimized { get; }

Gets whether the "write_optimized" field is set

Property Value
Type Description
bool

ReadOptimized

public long ReadOptimized { get; set; }

Output only. Size, in GiB, of provisioned read-optimized capacity for this Exapool

Property Value
Type Description
long

WriteOptimized

public long WriteOptimized { get; set; }

Output only. Size, in GiB, of provisioned write-optimized capacity for this Exapool

Property Value
Type Description
long