public sealed class GetMachineTypeRequest : IMessage<GetMachineTypeRequest>, IEquatable<GetMachineTypeRequest>, IDeepCloneable<GetMachineTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetMachineTypeRequest.
A request message for MachineTypes.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 `GetMachineTypeRequest` class within the Compute Engine v1 API for .NET."],["The latest version available is 3.6.0, with various versions listed down to 1.0.0, and the current page specifically highlights version 2.17.0."],["`GetMachineTypeRequest` is used to retrieve information about a specific machine type and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetMachineTypeRequest` class has properties such as `MachineType`, `Project`, and `Zone`, all of which are strings and are used to construct a request to retrieve the information."],["The page also specifies the inheritance and inherited members of `GetMachineTypeRequest`, as well as the constructors it has."]]],[]]