Class SwitchRuntimeRequest (1.0.0-beta04)

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

Request for switching a Managed Notebook Runtime.

Inheritance

Object > SwitchRuntimeRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

SwitchRuntimeRequest()

public SwitchRuntimeRequest()

SwitchRuntimeRequest(SwitchRuntimeRequest)

public SwitchRuntimeRequest(SwitchRuntimeRequest other)
Parameter
NameDescription
otherSwitchRuntimeRequest

Properties

AcceleratorConfig

public RuntimeAcceleratorConfig AcceleratorConfig { get; set; }

accelerator config.

Property Value
TypeDescription
RuntimeAcceleratorConfig

MachineType

public string MachineType { get; set; }

machine type.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/runtimes/{runtime_id}

Property Value
TypeDescription
String

RequestId

public string RequestId { get; set; }

Idempotent request UUID.

Property Value
TypeDescription
String