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 provides documentation for the `InstancesSetMachineTypeRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for version 2.12.0."],["The `InstancesSetMachineTypeRequest` class is used to set the machine type for Google Cloud Compute instances and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document includes a version history of the `InstancesSetMachineTypeRequest` class, ranging from version 1.0.0 up to 3.6.0, with 3.6.0 being the latest version."],["The class contains two constructors: a parameterless constructor, and one that takes another `InstancesSetMachineTypeRequest` instance as a parameter for copying purposes."],["The class exposes two properties, `HasMachineType` which is a boolean, and `MachineType`, which is a string representing the URL of the machine type resource, or a partial URL."]]],[]]