Class RuntimeAccessConfig (0.4.3)

RuntimeAccessConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specifies the login configuration for Runtime .. attribute:: access_type

The type of access mode this instance.

:type: google.cloud.notebooks_v1.types.RuntimeAccessConfig.RuntimeAccessType

Attributes

NameDescription
runtime_owner str
The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.
proxy_uri str
Output only. The proxy endpoint that is used to access the runtime.

Classes

RuntimeAccessType

RuntimeAccessType(value)

Possible ways to access runtime. Authentication mode. Currently supports: Single User only.