public sealed class SetInstanceMachineTypeRequest : IMessage<SetInstanceMachineTypeRequest>, IEquatable<SetInstanceMachineTypeRequest>, IDeepCloneable<SetInstanceMachineTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class SetInstanceMachineTypeRequest.
Request for setting instance machine type.
Implements
IMessage<SetInstanceMachineTypeRequest>, IEquatable<SetInstanceMachineTypeRequest>, IDeepCloneable<SetInstanceMachineTypeRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
SetInstanceMachineTypeRequest()
public SetInstanceMachineTypeRequest()
SetInstanceMachineTypeRequest(SetInstanceMachineTypeRequest)
public SetInstanceMachineTypeRequest(SetInstanceMachineTypeRequest other)
Parameter | |
---|---|
Name | Description |
other | SetInstanceMachineTypeRequest |
Properties
MachineType
public string MachineType { get; set; }
Required. The Compute Engine machine type.
Property Value | |
---|---|
Type | Description |
String |
Name
public string Name { get; set; }
Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
Property Value | |
---|---|
Type | Description |
String |