Reference documentation and code samples for the Google Cloud Net App V1 Client class CreateVolumeRequest.
Message for creating a Volume
Generated from protobuf message google.cloud.netapp.v1.CreateVolumeRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Value for parent. |
↳ volume_id |
string
Required. Id of the requesting volume If auto-generating Id server-side, remove this field and Id from the method_signature of Create RPC |
↳ volume |
Google\Cloud\NetApp\V1\Volume
Required. The volume being created. |
getParent
Required. Value for parent.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Value for parent.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVolumeId
Required. Id of the requesting volume If auto-generating Id server-side, remove this field and Id from the method_signature of Create RPC
| Returns | |
|---|---|
| Type | Description |
string |
|
setVolumeId
Required. Id of the requesting volume 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 |
|
getVolume
Required. The volume being created.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\NetApp\V1\Volume|null |
|
hasVolume
clearVolume
setVolume
Required. The volume being created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\NetApp\V1\Volume
|
| 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. |
volume |
Google\Cloud\NetApp\V1\Volume
Required. The volume being created. |
volumeId |
string
Required. Id of the requesting volume 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\CreateVolumeRequest |
|