Compute Storage Pool

A regional storage pool in Compute Engine for Hyperdisk. You pre-provision performance (IOPS/throughput) and capacity into a pool, then create Hyperdisk volumes from it that share the pool’s resources. This lets you flexibly allocate and rebalance performance across disks, improving utilization and cost control. Supports Hyperdisk Balanced and Extreme, suitable for databases and latency‑sensitive workloads. Managed as a regional resource with monitoring and resizing to match changing performance needs.

gcp.compute_storage_pool

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
capacity_provisioning_typecorestringProvisioning type of the byte capacity of the pool.
creation_timestampcoretimestamp[Output Only] Creation timestamp in RFC3339 text format.
datadog_display_namecorestring
descriptioncorestringAn optional description of this resource. Provide this property when you create the resource.
gcp_statuscorejson[Output Only] Status information for the storage pool resource.
idcorestring[Output Only] The unique identifier for the resource. This identifier is defined by the server.
kindcorestring[Output Only] Type of the resource. Always compute#storagePool for storage pools.
labelscorearray<string>Labels to apply to this storage pool. These can be later modified by the setLabels method.
namecorestringName 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.
organization_idcorestring
parentcorestring
performance_provisioning_typecorestringProvisioning type of the performance-related parameters of the pool, such as throughput and IOPS.
pool_provisioned_capacity_gbcoreint64Size, 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_iopscoreint64Provisioned IOPS of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced.
pool_provisioned_throughputcoreint64Provisioned throughput of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced or hyperdisk-throughput.
project_idcorestring
project_numbercorestring
resource_namecorestring
resource_statuscorejson[Output Only] Status information for the storage pool resource.
self_linkcorestring[Output Only] Server-defined fully-qualified URL for this resource.
self_link_with_idcorestring[Output Only] Server-defined URL for this resource's resource id.
statecorestring[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.
storage_pool_typecorestringType of the storage pool.
tagscorehstore
zonecorestring[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.