Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::AttachedDisk::InitializeParams.
Specifies the parameters to initialize this disk.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#disk_name
def disk_name() -> ::String
Returns
- (::String) — Optional. Specifies the disk name. If not specified, the default is to use the name of the instance.
#disk_name=
def disk_name=(value) -> ::String
Parameter
- value (::String) — 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.
#replica_zones
def replica_zones() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. URL of the zone where the disk should be created. Required for each regional disk associated with the instance.
#replica_zones=
def replica_zones=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.