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 webpage details the `InstancesSetMachineTypeRequest` class within the `Google.Cloud.Compute.V1` namespace, as found in the `Google.Cloud.Compute.V1.dll` assembly, for various versions."],["The latest version available is 3.6.0, with a range of versions listed from 1.0.0 up to 3.6.0, offering access to previous versions and corresponding documentation."],["The `InstancesSetMachineTypeRequest` class, which inherits from `Object`, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default one, and another that takes an `InstancesSetMachineTypeRequest` parameter, allowing for object cloning."],["The class includes properties such as `HasMachineType` (a boolean indicating if the machine type field is set) and `MachineType` (a string representing the full or partial URL of the machine type resource)."]]],[]]