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-24 UTC."],[[["This webpage details the `InstancesSetMachineTypeRequest` class within the `Google.Cloud.Compute.V1` namespace, showing it's part of the Google Cloud Compute API and is found in the `Google.Cloud.Compute.V1.dll` assembly."],["The class `InstancesSetMachineTypeRequest` is a message type that implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `object` class."],["The webpage also contains links to the different versions of the `InstancesSetMachineTypeRequest`, ranging from version 1.0.0 to 3.6.0, the latter being the most recent one."],["`InstancesSetMachineTypeRequest` has two properties: `HasMachineType`, a boolean indicating whether the \"machine_type\" field is set, and `MachineType`, a string that specifies the full or partial URL of the desired machine type resource."],["There are two Constructors that can be used to create an Instance of the class, the first is a base constructor and the other takes another `InstancesSetMachineTypeRequest` as a parameter."]]],[]]