Runtime Args
data class RuntimeArgs(val accessConfig: Output<RuntimeAccessConfigArgs>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val runtimeId: Output<String>? = null, val softwareConfig: Output<RuntimeSoftwareConfigArgs>? = null, val virtualMachine: Output<VirtualMachineArgs>? = null) : ConvertibleToJava<RuntimeArgs>
Creates a new Runtime in a given project and location. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun RuntimeArgs(accessConfig: Output<RuntimeAccessConfigArgs>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, runtimeId: Output<String>? = null, softwareConfig: Output<RuntimeSoftwareConfigArgs>? = null, virtualMachine: Output<VirtualMachineArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Optional. The labels to associate with this Managed Notebook or Runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.