RuntimeAccessConfigArgs

data class RuntimeAccessConfigArgs(val accessType: Output<String>? = null, val proxyUri: Output<String>? = null, val runtimeOwner: Output<String>? = null) : ConvertibleToJava<RuntimeAccessConfigArgs>

Constructors

Link copied to clipboard
constructor(accessType: Output<String>? = null, proxyUri: Output<String>? = null, runtimeOwner: Output<String>? = null)

Properties

Link copied to clipboard
val accessType: Output<String>? = null

The type of access mode this instance. For valid values, see https://cloud.google.com/vertex-ai/docs/workbench/reference/ rest/v1/projects.locations.runtimes#RuntimeAccessType.

Link copied to clipboard
val proxyUri: Output<String>? = null

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

Link copied to clipboard
val runtimeOwner: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): RuntimeAccessConfigArgs