VM Migration v1 API - Class PersistentDisk (2.7.0)

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.

Inheritance

object > PersistentDisk

Namespace

Google.Cloud.VMMigration.V1

Assembly

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