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."],[[["The `InstancesSetMachineTypeRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used for requesting a change to the machine type of a Google Cloud Compute instance."],["The latest version of this class is 3.6.0, and it has implementations for `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["This class provides properties such as `HasMachineType` (a boolean indicating if the \"machine_type\" field is set) and `MachineType` (a string representing the full or partial URL of the desired machine type)."],["There are numerous previous versions available, including all major versions from 1.0.0 to 3.0.0, and multiple minor versions within each major version."],["This class can be constructed using either a parameter-less method or via another instance of the class, for deep copying."]]],[]]