Migrate for Compute Engine V1 API - Class Google::Cloud::VMMigration::V1::BootDiskDefaults (v2.4.0)

Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::BootDiskDefaults.

BootDiskDefaults hold information about the boot disk of a VM.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#device_name

def device_name() -> ::String
Returns
  • (::String) — Optional. Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks.

#device_name=

def device_name=(value) -> ::String
Parameter
  • value (::String) — Optional. Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks.
Returns
  • (::String) — Optional. Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks.

#disk_name

def disk_name() -> ::String
Returns
  • (::String) — Optional. The name of the disk.

#disk_name=

def disk_name=(value) -> ::String
Parameter
  • value (::String) — Optional. The name of the disk.
Returns
  • (::String) — Optional. The name of the disk.

#disk_type

def disk_type() -> ::Google::Cloud::VMMigration::V1::ComputeEngineDiskType
Returns

#disk_type=

def disk_type=(value) -> ::Google::Cloud::VMMigration::V1::ComputeEngineDiskType
Parameter
Returns

#encryption

def encryption() -> ::Google::Cloud::VMMigration::V1::Encryption
Returns

#encryption=

def encryption=(value) -> ::Google::Cloud::VMMigration::V1::Encryption
Parameter
Returns

#image

def image() -> ::Google::Cloud::VMMigration::V1::BootDiskDefaults::DiskImageDefaults
Returns

#image=

def image=(value) -> ::Google::Cloud::VMMigration::V1::BootDiskDefaults::DiskImageDefaults
Parameter
Returns