Resource: StoragePool
StoragePool is a container for volumes with a service level and capacity. Volumes can be created in a pool of sufficient available capacity. StoragePool capacity is what you are billed for.
JSON representation |
---|
{ "name": string, "serviceLevel": enum ( |
Fields | |
---|---|
name |
Identifier. Name of the storage pool |
serviceLevel |
Required. Service level of the storage pool |
capacityGib |
Required. Capacity in GIB of the pool |
volumeCapacityGib |
Output only. Allocated size of all volumes in GIB in the storage pool |
volumeCount |
Output only. Volume count of the storage pool |
state |
Output only. State of the storage pool |
stateDetails |
Output only. State details of the storage pool |
createTime |
Output only. Create time of the storage pool Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
description |
Optional. Description of the storage pool |
labels |
Optional. Labels as key value pairs An object containing a list of |
network |
Required. VPC Network name. Format: projects/{project}/global/networks/{network} |
activeDirectory |
Optional. Specifies the Active Directory to be used for creating a SMB volume. |
kmsConfig |
Optional. Specifies the KMS config to be used for volume encryption. |
ldapEnabled |
Optional. Flag indicating if the pool is NFS LDAP enabled or not. |
psaRange |
Optional. This field is not implemented. The values provided in this field are ignored. |
encryptionType |
Output only. Specifies the current pool encryption key source. |
allowAutoTiering |
Optional. True if the storage pool supports Auto Tiering enabled volumes. Default is false. Auto-tiering can be enabled after storage pool creation but it can't be disabled once enabled. |
replicaZone |
Optional. Specifies the replica zone for regional storagePool. |
zone |
Optional. Specifies the active zone for regional storagePool. |
satisfiesPzs |
Output only. Reserved for future use |
satisfiesPzi |
Output only. Reserved for future use |
customPerformanceEnabled |
Optional. True if using Independent Scaling of capacity and performance (Hyperdisk) By default set to false |
totalThroughputMibps |
Optional. Custom Performance Total Throughput of the pool (in MiBps) |
totalIops |
Optional. Custom Performance Total IOPS of the pool if not provided, it will be calculated based on the totalThroughputMibps |
hotTierSizeGib |
Optional. Total hot tier capacity for the Storage Pool. It is applicable only to Flex service level. It should be less than the minimum storage pool size and cannot be more than the current storage pool size. It cannot be decreased once set. |
globalAccessAllowed |
Deprecated. Used to allow SO pool to access AD or DNS server from other regions. |
enableHotTierAutoResize |
Optional. Flag indicating that the hot-tier threshold will be auto-increased by 10% of the hot-tier when it hits 100%. Default is true. The increment will kick in only if the new size after increment is still less than or equal to storage pool size. |
State
The Storage Pool States
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified Storage Pool State |
READY |
Storage Pool State is Ready |
CREATING |
Storage Pool State is Creating |
DELETING |
Storage Pool State is Deleting |
UPDATING |
Storage Pool State is Updating |
RESTORING |
Storage Pool State is Restoring |
DISABLED |
Storage Pool State is Disabled |
ERROR |
Storage Pool State is Error |
Methods |
|
---|---|
|
Creates a new storage pool. |
|
Warning! |
|
Returns the description of the specified storage pool by poolId. |
|
Returns descriptions of all storage pools owned by the caller. |
|
Updates the storage pool properties with the full spec |
|
This operation will switch the active/replica zone for a regional storagePool. |
|
ValidateDirectoryService does a connectivity check for a directory service policy attached to the storage pool. |