Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class DiskTargetEnvironment.
DiskTargetEnvironment represents the target environment for the disk.
Generated from protobuf message google.cloud.backupdr.v1.DiskTargetEnvironment
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project |
string
Required. Target project for the disk. |
↳ zone |
string
Required. Target zone for the disk. |
getProject
Required. Target project for the disk.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProject
Required. Target project for the disk.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getZone
Required. Target zone for the disk.
| Returns | |
|---|---|
| Type | Description |
string |
|
setZone
Required. Target zone for the disk.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|