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."],[[["This webpage provides reference documentation for the `GetDiskTypeRequest` class within the Compute Engine v1 API for .NET, with the current version being 2.8.0."],["The `GetDiskTypeRequest` class is a request message used for retrieving details about a specific disk type, as part of the DiskTypes.Get method."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `GetDiskTypeRequest` class include `DiskType`, `Project`, and `Zone`, all of which are strings used to specify the desired disk type and location."],["The page contains a list of all available versions of the API, ranging from version 1.0.0 to the latest version, 3.6.0."]]],[]]