Backup and DR Service V1 API - Class Google::Cloud::BackupDR::V1::RegionDiskTargetEnvironment (v1.2.0)

Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::RegionDiskTargetEnvironment.

RegionDiskTargetEnvironment represents the target environment for the disk.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#project

def project() -> ::String
Returns
  • (::String) — Required. Target project for the disk.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — Required. Target project for the disk.
Returns
  • (::String) — Required. Target project for the disk.

#region

def region() -> ::String
Returns
  • (::String) — Required. Target region for the disk.

#region=

def region=(value) -> ::String
Parameter
  • value (::String) — Required. Target region for the disk.
Returns
  • (::String) — Required. Target region for the disk.

#replica_zones

def replica_zones() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. Target URLs of the replica zones for the disk.

#replica_zones=

def replica_zones=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. Target URLs of the replica zones for the disk.
Returns
  • (::Array<::String>) — Required. Target URLs of the replica zones for the disk.