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, specifically for the .NET library."],["The latest version of `GetDiskTypeRequest` is version 3.6.0, and the page also contains links to prior versions, all the way back to 1.0.0."],["The `GetDiskTypeRequest` class is used to request details about a specific disk type in a project and zone, implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetDiskTypeRequest` class has three primary properties: `DiskType`, `Project`, and `Zone`, which are strings that are used to specify the disk type, project ID, and the zone for which information is being requested."]]],[]]