WorkspaceManagedNetworkArgs

data class WorkspaceManagedNetworkArgs(val isolationMode: Output<String>? = null) : ConvertibleToJava<WorkspaceManagedNetworkArgs>

Constructors

Link copied to clipboard
constructor(isolationMode: Output<String>? = null)

Properties

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

The isolation mode of the Machine Learning Workspace. Possible values are Disabled, AllowOnlyApprovedOutbound, and AllowInternetOutbound

Functions

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