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, with the current version being 2.15.0."],["The `GetMachineTypeRequest` class is used to request information about a specific machine type, as described in the MachineTypes.Get method."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which means it has functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The `GetMachineTypeRequest` class includes properties for `MachineType`, `Project`, and `Zone`, all of which are strings and used to specify the details of the machine type being requested and the project and zone where it resides."],["The page also provides links to prior versions of this class, ranging from 1.0.0 to the latest version, 3.6.0, allowing the user to access documentation for their specific requirements."]]],[]]