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."],[[["This webpage details the `InstancesSetMachineTypeRequest` class within the `Google.Cloud.Compute.V1` namespace, a component of the Google Cloud .NET library."],["The latest version of this class is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0, all of which have corresponding documentation."],["The `InstancesSetMachineTypeRequest` class allows the specification of the machine type for Google Compute Engine instances."],["This class inherits from the base .NET `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InstancesSetMachineTypeRequest` class has properties like `HasMachineType`, which is a boolean, and `MachineType`, which is a string for specifying the full or partial URL of the desired machine type resource."]]],[]]