Class: Google::Cloud::BackupDR::V1::AttachedDisk::InitializeParams
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::AttachedDisk::InitializeParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb
Overview
Specifies the parameters to initialize this disk.
Instance Attribute Summary collapse
-
#disk_name ⇒ ::String
Optional.
-
#replica_zones ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#disk_name ⇒ ::String
Returns Optional. Specifies the disk name. If not specified, the default is to use the name of the instance.
855 856 857 858 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 855 class InitializeParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#replica_zones ⇒ ::Array<::String>
Returns Optional. URL of the zone where the disk should be created. Required for each regional disk associated with the instance.
855 856 857 858 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 855 class InitializeParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |