Class: Google::Cloud::BackupDR::V1::RegionDiskTargetEnvironment
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::RegionDiskTargetEnvironment
- 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
-
#project ⇒ ::String
Required.
-
#region ⇒ ::String
Required.
-
#replica_zones ⇒ ::Array<::String>
Required.
Instance Attribute Details
#project ⇒ ::String
Returns 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.
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.
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 |