public sealed class InstancesSetMachineTypeRequest : IMessage<InstancesSetMachineTypeRequest>, IEquatable<InstancesSetMachineTypeRequest>, IDeepCloneable<InstancesSetMachineTypeRequest>, IBufferMessage, IMessage
Implements
IMessageInstancesSetMachineTypeRequest, IEquatableInstancesSetMachineTypeRequest, IDeepCloneableInstancesSetMachineTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstancesSetMachineTypeRequest()
public InstancesSetMachineTypeRequest()
InstancesSetMachineTypeRequest(InstancesSetMachineTypeRequest)
public InstancesSetMachineTypeRequest(InstancesSetMachineTypeRequest other)
Parameter | |
---|---|
Name | Description |
other | InstancesSetMachineTypeRequest |
Properties
HasMachineType
public bool HasMachineType { get; }
Gets whether the "machine_type" field is set
Property Value | |
---|---|
Type | Description |
bool |
MachineType
public string MachineType { get; set; }
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
Property Value | |
---|---|
Type | Description |
string |