Class StoragePoolExapoolProvisionedCapacityGb
Exapool provisioned capacities for each SKU type
Implements
Inherited Members
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? |