Class: Google::Cloud::VMMigration::V1::VmAttachmentDetails
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::VmAttachmentDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Details for attachment of the disk to a VM.
Instance Attribute Summary collapse
-
#device_name ⇒ ::String
Optional.
Instance Attribute Details
#device_name ⇒ ::String
Returns 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.
2597 2598 2599 2600 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2597 class VmAttachmentDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |