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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 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."]]],[]]