Resource: StoragePool
Represents a zonal storage pool resource.
JSON representation |
---|
{ "kind": string, "id": string, "creationTimestamp": string, "name": string, "description": string, "poolProvisionedCapacityGb": string, "poolProvisionedIops": string, "poolProvisionedThroughput": string, "zone": string, "state": enum ( |
Fields | |
---|---|
kind |
[Output Only] Type of the resource. Always
for storage pools. |
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
creation |
[Output Only] Creation timestamp in RFC3339 text format. |
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 |
description |
An optional description of this resource. Provide this property when you create the resource. |
pool |
Size, in GiB, of the storage pool. For more information about the size limits, see https://cloud.google.com/compute/docs/disks/storage-pools. |
pool |
Provisioned IOPS of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced. |
pool |
Provisioned throughput of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced or hyperdisk-throughput. |
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. |
state |
[Output Only] The status of storage pool creation.
|
self |
[Output Only] Server-defined fully-qualified URL for this resource. |
self |
[Output Only] Server-defined URL for this resource's resource id. |
labels |
Labels to apply to this storage pool. These can be later modified by the
method. |
label |
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
. To see the latest fingerprint, make a
request to retrieve a storage pool. A base64-encoded string. |
resource |
[Output Only] Status information for the storage pool resource. |
storage |
Type of the storage pool. |
status |
[Output Only] Status information for the storage pool resource. |
capacity |
Provisioning type of the byte capacity of the pool. |
performance |
Provisioning type of the performance-related parameters of the pool, such as throughput and IOPS. |
State
Enums | |
---|---|
CREATING |
StoragePool is provisioning |
FAILED |
StoragePool creation failed. |
READY |
StoragePool is ready for use. |
DELETING |
StoragePool is deleting. |
ResourceStatus
[Output Only] Contains output only fields.
JSON representation |
---|
{ "lastResizeTimestamp": string, "diskCount": string, "poolUsedCapacityBytes": string, "poolUserWrittenBytes": string, "totalProvisionedDiskCapacityGb": string, "maxTotalProvisionedDiskCapacityGb": string, "poolUsedIops": string, "totalProvisionedDiskIops": string, "poolUsedThroughput": string, "totalProvisionedDiskThroughput": string } |
Fields | |
---|---|
last |
[Output Only] Timestamp of the last successful resize in RFC3339 text format. |
disk |
[Output Only] Number of disks used. |
pool |
[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. |
pool |
[Output Only] Amount of data written into the pool, before it is compacted. |
total |
[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. |
max |
[Output Only] Maximum allowed aggregate disk size in gigabytes. |
pool |
[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. |
total |
[Output Only] Sum of all the disks' provisioned IOPS. |
pool |
[Output Only] Sum of all the disks' provisioned throughput in MB/s. |
total |
[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. |
ProvisioningType
Provisioning type of various parameters.
Enums | |
---|---|
UNSPECIFIED |
|
STANDARD |
Standard provisioning allocates the related resource for the pool disks' exclusive use. |
ADVANCED |
Advanced provisioning "thinly" allocates the related resource. |
Methods |
|
---|---|
|
The method compute.v1.StoragePoolsService.AggregatedList is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.StoragePoolsService.Delete is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.StoragePoolsService.Get is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.StoragePoolsService.GetPolicy is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.StoragePoolsService.Insert is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.StoragePoolsService.List is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.StoragePoolsService.ListDisks is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.StoragePoolsService.SetPolicy is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.StoragePoolsService.TestPermissions is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.StoragePoolsService.Update is not available in this (s3nsapis.fr) universe. |