Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class RegionDiskTargetEnvironment.
RegionDiskTargetEnvironment represents the target environment for the disk.
Generated from protobuf message google.cloud.backupdr.v1.RegionDiskTargetEnvironment
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. |
↳ region |
string
Required. Target region for the disk. |
↳ replica_zones |
array
Required. Target URLs of the replica zones 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 |
|
getRegion
Required. Target region for the disk.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRegion
Required. Target region for the disk.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getReplicaZones
Required. Target URLs of the replica zones for the disk.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setReplicaZones
Required. Target URLs of the replica zones for the disk.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|