public sealed class Hardware.Types.DiskInfo : IMessage<Hardware.Types.DiskInfo>, IEquatable<Hardware.Types.DiskInfo>, IDeepCloneable<Hardware.Types.DiskInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class Hardware.Types.DiskInfo.
[[["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 documentation for the `Hardware.Types.DiskInfo` class within the GDC Hardware Management v1alpha API, which represents information about individual disks on a machine."],["The `DiskInfo` class is part of the `Google.Cloud.GdcHardwareManagement.V1Alpha` namespace and includes read-only properties for disk details such as Manufacturer, ModelNumber, PartNumber, Psid, SerialNumber, and Slot."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DiskInfo` class offers two constructors: a default constructor (`DiskInfo()`) and a copy constructor (`DiskInfo(Hardware.Types.DiskInfo other)`), allowing for the creation of new objects and clones."],["The latest version of the `DiskInfo` class is 1.0.0-alpha04, which includes all the properties and functionalities described in the content."]]],[]]