Class RuntimeAccessConfig
Specifies the login configuration for Runtime
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class RuntimeAccessConfig : IDirectResponseSchema
Properties
AccessType
The type of access mode this instance.
Declaration
[JsonProperty("accessType")]
public virtual string AccessType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProxyUri
Output only. The proxy endpoint that is used to access the runtime.
Declaration
[JsonProperty("proxyUri")]
public virtual string ProxyUri { get; set; }
Property Value
Type | Description |
---|---|
string |
RuntimeOwner
The owner of this runtime after creation. Format: alias@example.com
Currently supports one owner only.
Declaration
[JsonProperty("runtimeOwner")]
public virtual string RuntimeOwner { get; set; }
Property Value
Type | Description |
---|---|
string |