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.
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.
string
setProject
Required. Target project for the disk.
var
string
$this
getRegion
Required. Target region for the disk.
string
setRegion
Required. Target region for the disk.
var
string
$this
getReplicaZones
Required. Target URLs of the replica zones for the disk.
setReplicaZones
Required. Target URLs of the replica zones for the disk.
var
string[]
$this

