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 content provides documentation for the `InstancesSetMachineTypeRequest` class within the Google.Cloud.Compute.V1 namespace, specifically version 2.16.0."],["This class is part of the Google.Cloud.Compute.V1.dll assembly and is used for setting the machine type for instances in Google Cloud Compute."],["The documentation outlines the inheritance hierarchy and the interfaces implemented by `InstancesSetMachineTypeRequest`, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors available for `InstancesSetMachineTypeRequest`, which include a default constructor and a constructor that accepts another `InstancesSetMachineTypeRequest` instance."],["The documentation specifies the `HasMachineType` and `MachineType` properties, detailing their purpose and data types, with `MachineType` being used to set the full or partial URL for a machines type."]]],[]]