public sealed class StoragePoolExapoolProvisionedCapacityGb : IMessage<StoragePoolExapoolProvisionedCapacityGb>, IEquatable<StoragePoolExapoolProvisionedCapacityGb>, IDeepCloneable<StoragePoolExapoolProvisionedCapacityGb>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class StoragePoolExapoolProvisionedCapacityGb.
Exapool provisioned capacities for each SKU type
Implements
IMessageStoragePoolExapoolProvisionedCapacityGb, IEquatableStoragePoolExapoolProvisionedCapacityGb, IDeepCloneableStoragePoolExapoolProvisionedCapacityGb, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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; }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; }Size, in GiB, of provisioned read-optimized capacity for this Exapool
| Property Value | |
|---|---|
| Type | Description |
long |
|
WriteOptimized
public long WriteOptimized { get; set; }Size, in GiB, of provisioned write-optimized capacity for this Exapool
| Property Value | |
|---|---|
| Type | Description |
long |
|