Show / Hide Table of Contents

Class StoragePool

Represents a zonal storage pool resource.

Inheritance
object
StoragePool
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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class StoragePool : IDirectResponseSchema

Properties

CapacityProvisioningType

Provisioning type of the byte capacity of the pool.

Declaration
[JsonProperty("capacityProvisioningType")]
public virtual string CapacityProvisioningType { get; set; }
Property Value
Type Description
string

CreationTimestamp

[Output Only] Creation timestamp in RFC3339 text format.

Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
Type Description
string

Description

An optional description of this resource. Provide this property when you create the resource.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

Id

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type Description
ulong?

Kind

[Output Only] Type of the resource. Always compute#storagePool for storage pools.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

LabelFingerprint

A fingerprint for the labels being applied to this storage pool, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a storage pool.

Declaration
[JsonProperty("labelFingerprint")]
public virtual string LabelFingerprint { get; set; }
Property Value
Type Description
string

Labels

Labels to apply to this storage pool. These can be later modified by the setLabels method.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PerformanceProvisioningType

Provisioning type of the performance-related parameters of the pool, such as throughput and IOPS.

Declaration
[JsonProperty("performanceProvisioningType")]
public virtual string PerformanceProvisioningType { get; set; }
Property Value
Type Description
string

PoolProvisionedCapacityGb

Size, in GiB, of the storage pool. For more information about the size limits, see https://cloud.google.com/compute/docs/disks/storage-pools.

Declaration
[JsonProperty("poolProvisionedCapacityGb")]
public virtual long? PoolProvisionedCapacityGb { get; set; }
Property Value
Type Description
long?

PoolProvisionedIops

Provisioned IOPS of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced.

Declaration
[JsonProperty("poolProvisionedIops")]
public virtual long? PoolProvisionedIops { get; set; }
Property Value
Type Description
long?

PoolProvisionedThroughput

Provisioned throughput of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced or hyperdisk-throughput.

Declaration
[JsonProperty("poolProvisionedThroughput")]
public virtual long? PoolProvisionedThroughput { get; set; }
Property Value
Type Description
long?

ProvisionedIops

DEPRECATED -- use "pool provisioned IOPS".

Declaration
[JsonProperty("provisionedIops")]
public virtual long? ProvisionedIops { get; set; }
Property Value
Type Description
long?

ProvisionedThroughput

DEPRECATED -- use "pool provisioned throughput".

Declaration
[JsonProperty("provisionedThroughput")]
public virtual long? ProvisionedThroughput { get; set; }
Property Value
Type Description
long?

ResourceStatus

[Output Only] Status information for the storage pool resource.

Declaration
[JsonProperty("resourceStatus")]
public virtual StoragePoolResourceStatus ResourceStatus { get; set; }
Property Value
Type Description
StoragePoolResourceStatus

SelfLink

[Output Only] Server-defined fully-qualified URL for this resource.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
string

SelfLinkWithId

[Output Only] Server-defined URL for this resource's resource id.

Declaration
[JsonProperty("selfLinkWithId")]
public virtual string SelfLinkWithId { get; set; }
Property Value
Type Description
string

SizeGb

DEPRECATED -- use "pool provisioned capacity gb".

Declaration
[JsonProperty("sizeGb")]
public virtual long? SizeGb { get; set; }
Property Value
Type Description
long?

State

[Output Only] The status of storage pool creation. - CREATING: Storage pool is provisioning. storagePool. - FAILED: Storage pool creation failed. - READY: Storage pool is ready for use. - DELETING: Storage pool is deleting.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Status

[Output Only] Status information for the storage pool resource.

Declaration
[JsonProperty("status")]
public virtual StoragePoolResourceStatus Status { get; set; }
Property Value
Type Description
StoragePoolResourceStatus

StoragePoolType

Type of the storage pool.

Declaration
[JsonProperty("storagePoolType")]
public virtual string StoragePoolType { get; set; }
Property Value
Type Description
string

Zone

[Output Only] URL of the zone where the storage pool resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX