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, specifically version 3.4.0."],["The `GetDiskTypeRequest` class is used to make a request to retrieve details about a specific disk type and is part of the `Google.Cloud.Compute.V1` namespace."],["The documentation lists numerous available versions of the API, ranging from 1.0.0 to the latest 3.6.0, with links to the `GetDiskTypeRequest` documentation for each version."],["The `GetDiskTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, providing methods like `GetHashCode`, `GetType`, and `ToString`."],["Key properties of the `GetDiskTypeRequest` class include `DiskType`, `Project`, and `Zone`, which are string values used to specify the disk type, project ID, and zone for the request, respectively."]]],[]]