Reference documentation and code samples for the Google Cloud Net App V1 Client class CreateSnapshotRequest.
CreateSnapshotRequest creates a snapshot.
Generated from protobuf message google.cloud.netapp.v1.CreateSnapshotRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The NetApp volume to create the snapshots of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}
↳ snapshot
↳ snapshot_id
string
Required. ID of the snapshot to create. 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.
getParent
Required. The NetApp volume to create the snapshots of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}
string
setParent
Required. The NetApp volume to create the snapshots of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}
var
string
$this
getSnapshot
Required. A snapshot resource
hasSnapshot
clearSnapshot
setSnapshot
Required. A snapshot resource
$this
getSnapshotId
Required. ID of the snapshot to create. 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
setSnapshotId
Required. ID of the snapshot to create. 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
static::build
parent
string
Required. The NetApp volume to create the snapshots of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}
Please see NetAppClient::volumeName()
for help formatting this field.
snapshot
snapshotId
string
Required. ID of the snapshot to create. 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.