Class StoragePoolResourceStatus
[Output Only] Contains output only fields.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class StoragePoolResourceStatus : IDirectResponseSchema
Properties
DiskCount
[Output Only] Number of disks used.
Declaration
[JsonProperty("diskCount")]
public virtual long? DiskCount { 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 |
LastResizeTimestamp
Output only. [Output Only] Timestamp of the last successful resize inRFC3339 text format.
Declaration
[JsonProperty("lastResizeTimestamp")]
public virtual string LastResizeTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxTotalProvisionedDiskCapacityGb
[Output Only] Maximum allowed aggregate disk size in GiB.
Declaration
[JsonProperty("maxTotalProvisionedDiskCapacityGb")]
public virtual long? MaxTotalProvisionedDiskCapacityGb { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PoolUsedCapacityBytes
[Output Only] Space used by data stored in disks within the storage pool (in bytes). This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
Declaration
[JsonProperty("poolUsedCapacityBytes")]
public virtual long? PoolUsedCapacityBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PoolUsedIops
[Output Only] Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity. For more information, see https://cloud.google.com/compute/docs/disks/storage-pools.
Declaration
[JsonProperty("poolUsedIops")]
public virtual long? PoolUsedIops { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PoolUsedThroughput
[Output Only] Sum of all the disks' provisioned throughput in MiB/s.
Declaration
[JsonProperty("poolUsedThroughput")]
public virtual long? PoolUsedThroughput { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PoolUserWrittenBytes
[Output Only] Amount of data written into the pool, before it is compacted.
Declaration
[JsonProperty("poolUserWrittenBytes")]
public virtual long? PoolUserWrittenBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TotalProvisionedDiskCapacityGb
[Output Only] Sum of all the disks' provisioned capacity (in GiB) in this storage pool. A disk's provisioned capacity is the same as its total capacity.
Declaration
[JsonProperty("totalProvisionedDiskCapacityGb")]
public virtual long? TotalProvisionedDiskCapacityGb { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TotalProvisionedDiskIops
[Output Only] Sum of all the disks' provisioned IOPS.
Declaration
[JsonProperty("totalProvisionedDiskIops")]
public virtual long? TotalProvisionedDiskIops { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TotalProvisionedDiskThroughput
[Output Only] Sum of all the disks' provisioned throughput in MiB/s, minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
Declaration
[JsonProperty("totalProvisionedDiskThroughput")]
public virtual long? TotalProvisionedDiskThroughput { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |