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.3.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`, making it a message class of the API."],["The `GetDiskTypeRequest` class includes properties such as `DiskType`, `Project`, and `Zone`, which are all of type `String` and are used to specify the details of the disk type request."],["The documentation provides links to various versions of this resource, spanning from version 1.0.0 up to 3.6.0, which is the latest."]]],[]]