Class StoragePoolResourceStatus
[Output Only] Contains output only fields.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class StoragePoolResourceStatus : IDirectResponseSchema
Properties
AggregateDiskProvisionedIops
[Output Only] Sum of all the disks' provisioned IOPS.
Declaration
[JsonProperty("aggregateDiskProvisionedIops")]
public virtual long? AggregateDiskProvisionedIops { get; set; }
Property Value
Type | Description |
---|---|
long? |
AggregateDiskSizeGb
[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("aggregateDiskSizeGb")]
public virtual long? AggregateDiskSizeGb { 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 |
MaxAggregateDiskSizeGb
[Output Only] Maximum allowed aggregate disk size in gigabytes.
Declaration
[JsonProperty("maxAggregateDiskSizeGb")]
public virtual long? MaxAggregateDiskSizeGb { get; set; }
Property Value
Type | Description |
---|---|
long? |
NumberOfDisks
[Output Only] Number of disks used.
Declaration
[JsonProperty("numberOfDisks")]
public virtual long? NumberOfDisks { get; set; }
Property Value
Type | Description |
---|---|
long? |
UsedBytes
[Output Only] Space used by data stored in disks within the storage pool (in bytes).
Declaration
[JsonProperty("usedBytes")]
public virtual long? UsedBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
UsedReducedBytes
[Output Only] Space used by compressed and deduped data stored in disks within the storage pool (in bytes).
Declaration
[JsonProperty("usedReducedBytes")]
public virtual long? UsedReducedBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
UsedThroughput
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
Declaration
[JsonProperty("usedThroughput")]
public virtual long? UsedThroughput { get; set; }
Property Value
Type | Description |
---|---|
long? |