Show / Hide Table of Contents

Class StoragePoolExapoolProvisionedCapacityGb

Exapool provisioned capacities for each SKU type

Inheritance
object
StoragePoolExapoolProvisionedCapacityGb
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.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class StoragePoolExapoolProvisionedCapacityGb : IDirectResponseSchema

Properties

CapacityOptimized

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

Declaration
[JsonProperty("capacityOptimized")]
public virtual long? CapacityOptimized { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ReadOptimized

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

Declaration
[JsonProperty("readOptimized")]
public virtual long? ReadOptimized { get; set; }
Property Value
Type Description
long?

WriteOptimized

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

Declaration
[JsonProperty("writeOptimized")]
public virtual long? WriteOptimized { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX