Class StoragePoolDisk
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class StoragePoolDisk : IDirectResponseSchema
Properties
AttachedInstances
[Output Only] Instances this disk is attached to.
Declaration
[JsonProperty("attachedInstances")]
public virtual IList<string> AttachedInstances { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
CreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |
Disk
[Output Only] The URL of the disk.
Declaration
[JsonProperty("disk")]
public virtual string Disk { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
[Output Only] The name of the disk.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ProvisionedIops
[Output Only] The number of IOPS provisioned for the disk.
Declaration
[JsonProperty("provisionedIops")]
public virtual long? ProvisionedIops { get; set; }
Property Value
Type | Description |
---|---|
long? |
ProvisionedThroughput
[Output Only] The throughput provisioned for the disk.
Declaration
[JsonProperty("provisionedThroughput")]
public virtual long? ProvisionedThroughput { get; set; }
Property Value
Type | Description |
---|---|
long? |
ResourcePolicies
[Output Only] Resource policies applied to disk for automatic snapshot creations.
Declaration
[JsonProperty("resourcePolicies")]
public virtual IList<string> ResourcePolicies { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SizeGb
[Output Only] The disk size, in GB.
Declaration
[JsonProperty("sizeGb")]
public virtual long? SizeGb { get; set; }
Property Value
Type | Description |
---|---|
long? |
Status
[Output Only] The disk status.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
[Output Only] The disk type.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
UsedBytes
[Output Only] Amount of disk space used.
Declaration
[JsonProperty("usedBytes")]
public virtual long? UsedBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |