public sealed class InstancesSetMachineTypeRequest : IMessage<InstancesSetMachineTypeRequest>, IEquatable<InstancesSetMachineTypeRequest>, IDeepCloneable<InstancesSetMachineTypeRequest>, IBufferMessage, IMessage
Full or partial URL of the machine type resource. See Machine Types for a full list of machine types. For example: zones/us-central1-f/machineTypes/n1-standard-1
[[["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."],[[["The `InstancesSetMachineTypeRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is used for setting the machine type of a Compute Engine instance."],["Version 3.6.0 is the latest version available for the `InstancesSetMachineTypeRequest`, with a history of prior releases going back to version 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, deep cloning, and buffer management."],["The class has properties `HasMachineType` to check if a machine type is set and `MachineType` to set or get the full or partial URL of the machine type resource, such as \"zones/us-central1-f/machineTypes/n1-standard-1\"."],["The class also provides two constructors: a default constructor `InstancesSetMachineTypeRequest()` and an overload constructor `InstancesSetMachineTypeRequest(InstancesSetMachineTypeRequest other)` that takes in another instance of the same class."]]],[]]