CreateStoragePoolRequest

CreateStoragePoolRequest

JSON representation
{
  "parent": string,
  "storagePoolId": string,
  "storagePool": {
    object (StoragePool)
  }
}
Fields
parent

string

Required. Value for parent.

storagePoolId

string

Required. Id of the requesting storage pool If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC

storagePool

object (StoragePool)

Required. The required parameters to create a new storage pool.