Class: Google::Cloud::BackupDR::V1::AttachedDisk::InitializeParams

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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