Class OpenShiftAgentPoolProfileRole
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<OpenShiftAgentPoolProfileRole>
-
- com.azure.resourcemanager.containerservice.models.OpenShiftAgentPoolProfileRole
-
public final class OpenShiftAgentPoolProfileRole extends com.azure.core.util.ExpandableStringEnum<OpenShiftAgentPoolProfileRole>
Defines values for OpenShiftAgentPoolProfileRole.
-
-
Field Summary
Fields Modifier and Type Field Description static OpenShiftAgentPoolProfileRoleCOMPUTEStatic value compute for OpenShiftAgentPoolProfileRole.static OpenShiftAgentPoolProfileRoleINFRAStatic value infra for OpenShiftAgentPoolProfileRole.
-
Constructor Summary
Constructors Constructor Description OpenShiftAgentPoolProfileRole()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OpenShiftAgentPoolProfileRolefromString(String name)Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.static Collection<OpenShiftAgentPoolProfileRole>values()
-
-
-
Field Detail
-
COMPUTE
public static final OpenShiftAgentPoolProfileRole COMPUTE
Static value compute for OpenShiftAgentPoolProfileRole.
-
INFRA
public static final OpenShiftAgentPoolProfileRole INFRA
Static value infra for OpenShiftAgentPoolProfileRole.
-
-
Method Detail
-
fromString
public static OpenShiftAgentPoolProfileRole fromString(String name)
Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OpenShiftAgentPoolProfileRole.
-
values
public static Collection<OpenShiftAgentPoolProfileRole> values()
- Returns:
- known OpenShiftAgentPoolProfileRole values.
-
-