public sealed class GetDiskTypeRequest : IMessage<GetDiskTypeRequest>, IEquatable<GetDiskTypeRequest>, IDeepCloneable<GetDiskTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetDiskTypeRequest.
A request message for DiskTypes.Get. See the method description for details.
[[["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."],[[["The latest version of the `GetDiskTypeRequest` API is 3.6.0, while this page specifically documents version 3.0.0, and several other versions between 1.0.0 and 3.5.0 are also available."],["`GetDiskTypeRequest` is a request message for the DiskTypes.Get method within the Compute Engine v1 API, and it is used to retrieve details about a specific disk type."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDiskTypeRequest` class has properties for `DiskType`, `Project`, and `Zone`, all of which are strings and represent the disk type name, project ID, and zone name, respectively."],["There are two constructors for `GetDiskTypeRequest`, a parameterless one, and one that accepts another `GetDiskTypeRequest` object."]]],[]]