Show / Hide Table of Contents

Class StoragePoolResourceStatus

[Output Only] Contains output only fields.

Inheritance
object
StoragePoolResourceStatus
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.beta.Data
Assembly: Google.Apis.Compute.beta.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] Timestamp of the last successful resize in RFC3339 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 gigabytes.

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 MB/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 capacity provisioned in disks 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 MB/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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX