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-04-09 UTC."],[[["The latest version of the `GetDiskTypeRequest` documentation is 3.6.0, but the current page is for version 3.2.0, which is one of many available versions."],["This page provides reference documentation for the `GetDiskTypeRequest` class, part of the Compute Engine v1 API within the `Google.Cloud.Compute.V1` namespace."],["The `GetDiskTypeRequest` class is a request message used for the `DiskTypes.Get` method, and it inherits from the `object` class and implements several interfaces."],["The `GetDiskTypeRequest` class has three main properties: `DiskType`, `Project`, and `Zone`, each requiring a string value to represent the name of the disk type, project ID, and zone name."],["The documentation includes details on the constructors of `GetDiskTypeRequest`, both a default one and one that accepts another `GetDiskTypeRequest` object."]]],[]]