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 content provides documentation for the `InstancesSetMachineTypeRequest` class within the Google.Cloud.Compute.V1 namespace, specifically version 2.14.0, but with links to versions ranging from 1.0.0 to 3.6.0."],["`InstancesSetMachineTypeRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its use within Google's protocol buffer system."],["The class inherits from the base `object` class and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["This class has two constructors: a default one, and another to duplicate an existing `InstancesSetMachineTypeRequest`, and has two properties: `HasMachineType` which is a boolean and `MachineType`, a string."],["`MachineType` field is a string that can contain the full or partial URL of the machine type resource, allowing the user to modify what machine type will be used."]]],[]]