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-04-09 UTC."],[[["This webpage provides documentation for the `GetMachineTypeRequest` class within the Google Compute Engine v1 API, specifically for .NET development, spanning versions from 1.0.0 to the latest 3.6.0."],["The `GetMachineTypeRequest` class is a request message used for retrieving details about a specific machine type and is part of the `Google.Cloud.Compute.V1` namespace."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffered message operations."],["The `GetMachineTypeRequest` class includes properties for specifying the `MachineType`, `Project`, and `Zone` for the machine type being queried."],["The latest version of the API available is 3.6.0, and the information on this webpage relates to version 3.5.0, which is displayed at the top."]]],[]]