public sealed class VmAttachmentDetails : IMessage<VmAttachmentDetails>, IEquatable<VmAttachmentDetails>, IDeepCloneable<VmAttachmentDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class VmAttachmentDetails.
Details for attachment of the disk to a VM.
Implements
IMessageVmAttachmentDetails, IEquatableVmAttachmentDetails, IDeepCloneableVmAttachmentDetails, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
VmAttachmentDetails()
public VmAttachmentDetails()
VmAttachmentDetails(VmAttachmentDetails)
public VmAttachmentDetails(VmAttachmentDetails other)
Parameter | |
---|---|
Name | Description |
other |
VmAttachmentDetails |
Properties
DeviceName
public string DeviceName { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |