Google Cloud Net App V1 Client - Class CreateStoragePoolRequest (0.3.1)

Reference documentation and code samples for the Google Cloud Net App V1 Client class CreateStoragePoolRequest.

CreateStoragePoolRequest creates a Storage Pool.

Generated from protobuf message google.cloud.netapp.v1.CreateStoragePoolRequest

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Value for parent.

↳ storage_pool_id 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

↳ storage_pool Google\Cloud\NetApp\V1\StoragePool

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

getParent

Required. Value for parent.

Returns
Type Description
string

setParent

Required. Value for parent.

Parameter
Name Description
var string
Returns
Type Description
$this

getStoragePoolId

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

Returns
Type Description
string

setStoragePoolId

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

Parameter
Name Description
var string
Returns
Type Description
$this

getStoragePool

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

Returns
Type Description
Google\Cloud\NetApp\V1\StoragePool|null

hasStoragePool

clearStoragePool

setStoragePool

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

Parameter
Name Description
var Google\Cloud\NetApp\V1\StoragePool
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. Value for parent. Please see Google\Cloud\NetApp\V1\NetAppClient::locationName() for help formatting this field.

storagePool Google\Cloud\NetApp\V1\StoragePool

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

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

Returns
Type Description
Google\Cloud\NetApp\V1\CreateStoragePoolRequest