Migration Center v1 API - Class DiskEntryList (1.1.0)

public sealed class DiskEntryList : IMessage<DiskEntryList>, IEquatable<DiskEntryList>, IDeepCloneable<DiskEntryList>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class DiskEntryList.

VM disks.

Inheritance

object > DiskEntryList

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

DiskEntryList()

public DiskEntryList()

DiskEntryList(DiskEntryList)

public DiskEntryList(DiskEntryList other)
Parameter
NameDescription
otherDiskEntryList

Properties

Entries

public RepeatedField<DiskEntry> Entries { get; }

Disk entries.

Property Value
TypeDescription
RepeatedFieldDiskEntry