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."],[[["The latest version of the `GetMachineTypeRequest` API is 3.6.0, while this page specifically documents version 3.0.0, with other versions ranging from 1.0.0 to 3.5.0 also available."],["`GetMachineTypeRequest` is a class in the Google.Cloud.Compute.V1 namespace within the Google.Cloud.Compute.V1.dll assembly and is used for requests related to MachineTypes.Get."],["The `GetMachineTypeRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["This class includes constructors like `GetMachineTypeRequest()` and `GetMachineTypeRequest(GetMachineTypeRequest other)` to create instances of the request."],["Key properties of `GetMachineTypeRequest` are `MachineType`, `Project`, and `Zone`, all of which are strings that allow users to specify the desired machine type, project ID, and zone for the request."]]],[]]