public sealed class PersistentDisk : IMessage<PersistentDisk>, IEquatable<PersistentDisk>, IDeepCloneable<PersistentDisk>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class PersistentDisk.
Details of a created Persistent Disk.
Implements
IMessagePersistentDisk, IEquatablePersistentDisk, IDeepCloneablePersistentDisk, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
PersistentDisk()
public PersistentDisk()
PersistentDisk(PersistentDisk)
public PersistentDisk(PersistentDisk other)
Parameter | |
---|---|
Name | Description |
other |
PersistentDisk |
Properties
DiskUri
public string DiskUri { get; set; }
The URI of the Persistent Disk.
Property Value | |
---|---|
Type | Description |
string |
SourceDiskNumber
public int SourceDiskNumber { get; set; }
The ordinal number of the source VM disk.
Property Value | |
---|---|
Type | Description |
int |