Class: Google::Cloud::BackupDR::V1::DiskTargetEnvironment

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

DiskTargetEnvironment 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.



31
32
33
34
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_disk.rb', line 31

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

#zone::String

Returns Required. Target zone for the disk.

Returns:

  • (::String)

    Required. Target zone for the disk.



31
32
33
34
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_disk.rb', line 31

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