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-24 UTC."],[[["This page provides documentation for the `GetMachineTypeRequest` class within the Google Compute Engine v1 API for .NET, with version 3.4.0 being the current version highlighted."],["The latest version available is 3.6.0, and the page offers links to documentation for multiple previous versions, starting from version 1.0.0 up to the most recent version."],["`GetMachineTypeRequest` is used to make requests to the `MachineTypes.Get` method, allowing users to retrieve details about specific machine types, and it inherits from the `object` class and implements several interfaces."],["The class includes properties for `MachineType`, `Project`, and `Zone`, which are essential for specifying the machine type and its location within Google Cloud, and all are strings."],["The page also details the constructors available for creating a `GetMachineTypeRequest` instance, either by using the default constructor or by cloning an existing instance."]]],[]]