public sealed class RuntimeAccessConfig : IMessage<RuntimeAccessConfig>, IEquatable<RuntimeAccessConfig>, IDeepCloneable<RuntimeAccessConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class RuntimeAccessConfig.
Specifies the login configuration for Runtime
Implements
IMessage<RuntimeAccessConfig>, IEquatable<RuntimeAccessConfig>, IDeepCloneable<RuntimeAccessConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
RuntimeAccessConfig()
public RuntimeAccessConfig()
RuntimeAccessConfig(RuntimeAccessConfig)
public RuntimeAccessConfig(RuntimeAccessConfig other)
Parameter | |
---|---|
Name | Description |
other | RuntimeAccessConfig |
Properties
AccessType
public RuntimeAccessConfig.Types.RuntimeAccessType AccessType { get; set; }
The type of access mode this instance.
Property Value | |
---|---|
Type | Description |
RuntimeAccessConfig.Types.RuntimeAccessType |
ProxyUri
public string ProxyUri { get; set; }
Output only. The proxy endpoint that is used to access the runtime.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |