Migration Center v1 API - Class MachineDiskDetails (1.1.0)

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

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

Details of machine disks.

Inheritance

object > MachineDiskDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

MachineDiskDetails()

public MachineDiskDetails()

MachineDiskDetails(MachineDiskDetails)

public MachineDiskDetails(MachineDiskDetails other)
Parameter
NameDescription
otherMachineDiskDetails

Properties

Disks

public DiskEntryList Disks { get; set; }

List of disks.

Property Value
TypeDescription
DiskEntryList

TotalCapacityBytes

public long TotalCapacityBytes { get; set; }

Disk total Capacity.

Property Value
TypeDescription
long

TotalFreeBytes

public long TotalFreeBytes { get; set; }

Total disk free space.

Property Value
TypeDescription
long