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 focuses on the `InstancesSetMachineTypeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET."],["Version 3.6.0 is the latest available version, and there are multiple previous versions dating back to version 1.0.0."],["`InstancesSetMachineTypeRequest` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The class includes properties such as `HasMachineType` (a boolean) and `MachineType` (a string) to manage machine type settings."],["The available constructors are `InstancesSetMachineTypeRequest()` and `InstancesSetMachineTypeRequest(InstancesSetMachineTypeRequest other)`."]]],[]]