Get Runtime Result
data class GetRuntimeResult(val accessConfig: RuntimeAccessConfigResponse, val createTime: String, val healthState: String, val labels: Map<String, String>, val metrics: RuntimeMetricsResponse, val name: String, val softwareConfig: RuntimeSoftwareConfigResponse, val state: String, val updateTime: String, val virtualMachine: VirtualMachineResponse)
Constructors
Link copied to clipboard
fun GetRuntimeResult(accessConfig: RuntimeAccessConfigResponse, createTime: String, healthState: String, labels: Map<String, String>, metrics: RuntimeMetricsResponse, name: String, softwareConfig: RuntimeSoftwareConfigResponse, state: String, updateTime: String, virtualMachine: VirtualMachineResponse)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard