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-04-09 UTC."],[[["The latest version of the `InstancesSetMachineTypeRequest` is 3.6.0, but the current page is focused on version 3.5.0 of the library within the Google.Cloud.Compute.V1 namespace."],["This class `InstancesSetMachineTypeRequest` is available in multiple versions of Google Cloud Compute V1, ranging from version 1.0.0 up to the latest 3.6.0, all hyperlinked to their respective documentation pages."],["The `InstancesSetMachineTypeRequest` class allows setting the machine type for Compute Engine instances, indicated by the `MachineType` property, which accepts a full or partial URL as a string."],["This `InstancesSetMachineTypeRequest` class can be initialized using either a no-parameter constructor or by using another `InstancesSetMachineTypeRequest` instance passed as a parameter to its constructor."],["This `InstancesSetMachineTypeRequest` class implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]