Show / Hide Table of Contents

Class RuntimeAccessConfig

Specifies the login configuration for Runtime

Inheritance
object
RuntimeAccessConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX