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-31 UTC."],[[["This webpage provides reference documentation for the `GetDiskTypeRequest` class within the Compute Engine v1 API for .NET, with the current version being 3.1.0."],["The `GetDiskTypeRequest` class is used to request information about a specific disk type and is part of the `Google.Cloud.Compute.V1` namespace."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capacity for deep cloning and message buffering."],["The page allows users to access documentation of the `GetDiskTypeRequest` class for several versions of the library, including versions from 3.6.0 (latest) down to 1.0.0, with each version having its own documentation page."],["The `GetDiskTypeRequest` class includes three main properties: `DiskType`, `Project`, and `Zone`, which are strings representing the disk type name, project ID, and zone name respectively."]]],[]]