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."],[[["This webpage details the `InstancesSetMachineTypeRequest` class within the `Google.Cloud.Compute.V1` namespace, serving as a request object to set the machine type for Compute Engine instances."],["The `InstancesSetMachineTypeRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class is available across multiple versions, with the latest version being 3.6.0 and including other versions of the class going back to 1.0.0."],["The class has two constructors, one with no parameters and one taking another instance of InstancesSetMachineTypeRequest to be used as parameters."],["It contains the properties HasMachineType which is a boolean, and MachineType which is a string containing the url for the machine type."]]],[]]