Class WorkloadRuntime
java.lang.Object
com.azure.core.util.ExpandableStringEnum<WorkloadRuntime>
com.azure.resourcemanager.containerservice.models.WorkloadRuntime
public final class WorkloadRuntime
extends com.azure.core.util.ExpandableStringEnum<WorkloadRuntime>
Determines the type of workload a node can run.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WorkloadRuntimeStatic value OCIContainer for WorkloadRuntime.static final WorkloadRuntimeStatic value WasmWasi for WorkloadRuntime. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkloadRuntimefromString(String name) Creates or finds a WorkloadRuntime from its string representation.static Collection<WorkloadRuntime>values()Gets known WorkloadRuntime values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
OCICONTAINER
Static value OCIContainer for WorkloadRuntime. -
WASM_WASI
Static value WasmWasi for WorkloadRuntime.
-
-
Constructor Details
-
WorkloadRuntime
public WorkloadRuntime()
-
-
Method Details
-
fromString
Creates or finds a WorkloadRuntime from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding WorkloadRuntime.
-
values
Gets known WorkloadRuntime values.- Returns:
- known WorkloadRuntime values.
-