Runtime

class Runtime : KotlinCustomResource

Creates a new Runtime in a given project and location. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

The config settings for accessing runtime.

Link copied to clipboard
val createTime: Output<String>

Runtime creation time.

Link copied to clipboard
val healthState: Output<String>

Runtime health_state.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. The labels to associate with this Managed Notebook or Runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard

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

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestId: Output<String>?

Idempotent request UUID.

Link copied to clipboard
val runtimeId: Output<String>

Required. User-defined unique ID of this Runtime.

Link copied to clipboard

The config settings for software inside the runtime.

Link copied to clipboard
val state: Output<String>

Runtime state.

Link copied to clipboard
val updateTime: Output<String>

Runtime update time.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

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