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.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Value for parent.
↳ volume_id
string
Required. Id of the requesting volume. 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.
↳ volume
getParent
Required. Value for parent.
string
setParent
Required. Value for parent.
var
string
$this
getVolumeId
Required. Id of the requesting volume. 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.
string
setVolumeId
Required. Id of the requesting volume. 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.
var
string
$this
getVolume
Required. The volume being created.
hasVolume
clearVolume
setVolume
Required. The volume being created.
$this
static::build
parent
string
Required. Value for parent. Please see NetAppClient::locationName() for help formatting this field.
volume
volumeId
string
Required. Id of the requesting volume. 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.