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 webpage provides reference documentation for the `MachineDiskDetails` class within the Google Cloud Migration Center v1 API, detailing its structure and usage."],["The `MachineDiskDetails` class, which represents details about machine disks, inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `MachineDiskDetails` class include `Disks`, a `DiskEntryList` representing the list of disks, `TotalCapacityBytes`, indicating the total disk capacity, and `TotalFreeBytes`, showing the total free space on disks."],["The page also lists different versions of the `MachineDiskDetails` class, with version 1.4.0 being the latest release."],["There are two constructors available for the `MachineDiskDetails` class: a default constructor and one that takes another `MachineDiskDetails` object as a parameter."]]],[]]