public sealed class DiskPartitionList : IMessage<DiskPartitionList>, IEquatable<DiskPartitionList>, IDeepCloneable<DiskPartitionList>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class DiskPartitionList.
[[["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 document provides reference information for the `DiskPartitionList` class within the Google Cloud Migration Center v1 API, specifically version 1.3.0."],["`DiskPartitionList` is a class used to represent a list of disk partitions, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DiskPartitionList` class has two constructors, one default and another for copying from an existing `DiskPartitionList` object."],["It includes a property called `Entries`, which is a `RepeatedField` of `DiskPartition` type, representing the list of partition entries."],["This class inherits members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]