Class OpenShiftAgentPoolProfileRole
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<OpenShiftAgentPoolProfileRole>
com.microsoft.azure.management.containerservice.OpenShiftAgentPoolProfileRole
public final class OpenShiftAgentPoolProfileRole
extends com.microsoft.rest.ExpandableStringEnum<OpenShiftAgentPoolProfileRole>
Defines values for OpenShiftAgentPoolProfileRole.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final OpenShiftAgentPoolProfileRole
Static value compute for OpenShiftAgentPoolProfileRole.static final OpenShiftAgentPoolProfileRole
Static value infra for OpenShiftAgentPoolProfileRole. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
COMPUTE
Static value compute for OpenShiftAgentPoolProfileRole. -
INFRA
Static value infra for OpenShiftAgentPoolProfileRole.
-
-
Constructor Details
-
OpenShiftAgentPoolProfileRole
public OpenShiftAgentPoolProfileRole()
-
-
Method Details
-
fromString
Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding OpenShiftAgentPoolProfileRole
-
values
- Returns:
- known OpenShiftAgentPoolProfileRole values
-