Class SetInstanceMachineTypeRequest (1.0.0-beta04)

public sealed class SetInstanceMachineTypeRequest : IMessage<SetInstanceMachineTypeRequest>, IEquatable<SetInstanceMachineTypeRequest>, IDeepCloneable<SetInstanceMachineTypeRequest>, IBufferMessage, IMessage

Request for setting instance machine type.

Inheritance

Object > SetInstanceMachineTypeRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

SetInstanceMachineTypeRequest()

public SetInstanceMachineTypeRequest()

SetInstanceMachineTypeRequest(SetInstanceMachineTypeRequest)

public SetInstanceMachineTypeRequest(SetInstanceMachineTypeRequest other)
Parameter
NameDescription
otherSetInstanceMachineTypeRequest

Properties

MachineType

public string MachineType { get; set; }
Property Value
TypeDescription
String

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}

Property Value
TypeDescription
String