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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `MachineDiskDetails` class within the Google Cloud Migration Center v1 API, specifically version 1.2.0 of the .NET library."],["The `MachineDiskDetails` class is used to represent details about machine disks and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It inherits members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`."],["The `MachineDiskDetails` class includes properties to manage disk information such as `Disks` of type `DiskEntryList`, `TotalCapacityBytes`, and `TotalFreeBytes`."],["The class also includes two constructors: a default constructor and a constructor that accepts another `MachineDiskDetails` object."]]],[]]