Class RuntimeAccessConfig (1.0.0-beta04)

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

Specifies the login configuration for Runtime

Inheritance

Object > RuntimeAccessConfig

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

RuntimeAccessConfig()

public RuntimeAccessConfig()

RuntimeAccessConfig(RuntimeAccessConfig)

public RuntimeAccessConfig(RuntimeAccessConfig other)
Parameter
NameDescription
otherRuntimeAccessConfig

Properties

AccessType

public RuntimeAccessConfig.Types.RuntimeAccessType AccessType { get; set; }

The type of access mode this instance.

Property Value
TypeDescription
RuntimeAccessConfig.Types.RuntimeAccessType

ProxyUri

public string ProxyUri { get; set; }

Output only. The proxy endpoint that is used to access the runtime.

Property Value
TypeDescription
String

RuntimeOwner

public string RuntimeOwner { get; set; }

The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.

Property Value
TypeDescription
String