Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class RestoreVolumeSnapshotRequest.
Message for restoring a volume snapshot.
Generated from protobuf message google.cloud.baremetalsolution.v2.RestoreVolumeSnapshotRequest
Namespace
Google \ Cloud \ BareMetalSolution \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ volume_snapshot |
string
Required. Name of the snapshot which will be used to restore its parent volume. |
getVolumeSnapshot
Required. Name of the snapshot which will be used to restore its parent volume.
| Returns | |
|---|---|
| Type | Description |
string |
|
setVolumeSnapshot
Required. Name of the snapshot which will be used to restore its parent volume.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
volumeSnapshot |
string
Required. Name of the snapshot which will be used to restore its parent volume. Please see BareMetalSolutionClient::volumeSnapshotName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
RestoreVolumeSnapshotRequest |
|