v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-134680139.0 KB
projects

Creates a new storage pool.

post/v1/{+parent}/storagePools

Path parameters

parentstring required

Required. Value for parent.

Query parameters

storagePoolIdstring

Required. Id of the requesting storage pool. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

Request body

stateDetailsstring

Output only. State details of the storage pool

ldapEnabledboolean

Optional. Flag indicating if the pool is NFS LDAP enabled or not.

hotTierSizeUsedGibstring int64

Output only. Total hot tier data rounded down to the nearest GiB used by the storage pool.

volumeCountinteger

Output only. Volume count of the storage pool

hotTierSizeGibstring int64

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.

state'STATE_UNSPECIFIED' | 'READY' | 'CREATING' | 'DELETING' | 'UPDATING' | 'RESTORING' | 'DISABLED' | 'ERROR'

Output only. State of the storage pool

allowAutoTieringboolean

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.

totalIopsstring int64

Optional. Custom Performance Total IOPS of the pool if not provided, it will be calculated based on the total_throughput_mibps

psaRangestring

Optional. This field is not implemented. The values provided in this field are ignored.

qosType'QOS_TYPE_UNSPECIFIED' | 'AUTO' | 'MANUAL'

Optional. QoS (Quality of Service) Type of the storage pool

labelsobject

Optional. Labels as key value pairs

encryptionType'ENCRYPTION_TYPE_UNSPECIFIED' | 'SERVICE_MANAGED' | 'CLOUD_KMS'

Output only. Specifies the current pool encryption key source.

kmsConfigstring

Optional. Specifies the KMS config to be used for volume encryption.

totalThroughputMibpsstring int64

Optional. Custom Performance Total Throughput of the pool (in MiBps)

scaleType'SCALE_TYPE_UNSPECIFIED' | 'SCALE_TYPE_DEFAULT' | 'SCALE_TYPE_SCALEOUT'

Optional. The scale type of the storage pool. Defaults to SCALE_TYPE_DEFAULT if not specified.

mode'MODE_UNSPECIFIED' | 'DEFAULT' | 'ONTAP'

Optional. Mode of the storage pool. This field is used to control whether the user can perform ONTAP operations on the storage pool using the GCNV ONTAP Mode APIs. If not specified during creation, it defaults to DEFAULT.

descriptionstring

Optional. Description of the storage pool

namestring

Identifier. Name of the storage pool

networkstring

Required. VPC Network name. Format: projects/{project}/global/networks/{network}

replicaZonestring

Optional. Specifies the replica zone for regional storagePool.

availableThroughputMibpsnumber double

Output only. Available throughput of the storage pool (in MiB/s).

coldTierSizeUsedGibstring int64

Output only. Total cold tier data rounded down to the nearest GiB used by the storage pool.

zonestring

Optional. Specifies the active zone for regional storagePool.

capacityGibstring int64

Required. Capacity in GIB of the pool

createTimestring google-datetime

Output only. Create time of the storage pool

globalAccessAllowedboolean

Deprecated. Used to allow SO pool to access AD or DNS server from other regions.

satisfiesPzsboolean

Output only. Reserved for future use

satisfiesPziboolean

Output only. Reserved for future use

enableHotTierAutoResizeboolean

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.

serviceLevel'SERVICE_LEVEL_UNSPECIFIED' | 'PREMIUM' | 'EXTREME' | 'STANDARD' | 'FLEX'

Required. Service level of the storage pool

type'STORAGE_POOL_TYPE_UNSPECIFIED' | 'FILE' | 'UNIFIED'

Optional. Type of the storage pool. This field is used to control whether the pool supports FILE based volumes only or UNIFIED (both FILE and BLOCK) volumes. If not specified during creation, it defaults to FILE.

customPerformanceEnabledboolean

Optional. True if using Independent Scaling of capacity and performance (Hyperdisk) By default set to false

volumeCapacityGibstring int64

Output only. Allocated size of all volumes in GIB in the storage pool

activeDirectorystring

Optional. Specifies the Active Directory to be used for creating a SMB volume.

Response

Successful response