Class Runtime (1.0.0-beta04)

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

The definition of a Runtime for a managed notebook instance.

Inheritance

Object > Runtime

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

Runtime()

public Runtime()

Runtime(Runtime)

public Runtime(Runtime other)
Parameter
NameDescription
otherRuntime

Properties

AccessConfig

public RuntimeAccessConfig AccessConfig { get; set; }

The config settings for accessing runtime.

Property Value
TypeDescription
RuntimeAccessConfig

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Runtime creation time.

Property Value
TypeDescription
Timestamp

HealthState

public Runtime.Types.HealthState HealthState { get; set; }

Output only. Runtime health_state.

Property Value
TypeDescription
Runtime.Types.HealthState

Metrics

public RuntimeMetrics Metrics { get; set; }

Output only. Contains Runtime daemon metrics such as Service status and JupyterLab stats.

Property Value
TypeDescription
RuntimeMetrics

Name

public string Name { get; set; }

Output only. The resource name of the runtime. Format: projects/{project}/locations/{location}/runtimes/{runtimeId}

Property Value
TypeDescription
String

RuntimeName

public RuntimeName RuntimeName { get; set; }

RuntimeName-typed view over the Name resource name property.

Property Value
TypeDescription
RuntimeName

RuntimeTypeCase

public Runtime.RuntimeTypeOneofCase RuntimeTypeCase { get; }
Property Value
TypeDescription
Runtime.RuntimeTypeOneofCase

SoftwareConfig

public RuntimeSoftwareConfig SoftwareConfig { get; set; }

The config settings for software inside the runtime.

Property Value
TypeDescription
RuntimeSoftwareConfig

State

public Runtime.Types.State State { get; set; }

Output only. Runtime state.

Property Value
TypeDescription
Runtime.Types.State

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Runtime update time.

Property Value
TypeDescription
Timestamp

VirtualMachine

public VirtualMachine VirtualMachine { get; set; }

Use a Compute Engine VM image to start the managed notebook instance.

Property Value
TypeDescription
VirtualMachine