Class: Google::Cloud::BackupDR::V1::RegionDiskTargetEnvironment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault_disk.rb

Overview

RegionDiskTargetEnvironment represents the target environment for the disk.

Instance Attribute Summary collapse

Instance Attribute Details

#project::String

Returns Required. Target project for the disk.

Returns:

  • (::String)

    Required. Target project for the disk.



46
47
48
49
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_disk.rb', line 46

class RegionDiskTargetEnvironment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#region::String

Returns Required. Target region for the disk.

Returns:

  • (::String)

    Required. Target region for the disk.



46
47
48
49
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_disk.rb', line 46

class RegionDiskTargetEnvironment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#replica_zones::Array<::String>

Returns Required. Target URLs of the replica zones for the disk.

Returns:

  • (::Array<::String>)

    Required. Target URLs of the replica zones for the disk.



46
47
48
49
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_disk.rb', line 46

class RegionDiskTargetEnvironment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end