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>
OpenShiftAgentPoolProfileRole represents the role of the AgentPoolProfile.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OpenShiftAgentPoolProfileRoleStatic value compute for OpenShiftAgentPoolProfileRole.static final OpenShiftAgentPoolProfileRoleStatic value infra for OpenShiftAgentPoolProfileRole. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.values()Gets known OpenShiftAgentPoolProfileRole values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
COMPUTE
Static value compute for OpenShiftAgentPoolProfileRole. -
INFRA
Static value infra for OpenShiftAgentPoolProfileRole.
-
-
Constructor Details
-
OpenShiftAgentPoolProfileRole
Deprecated.Use thefromString(String)factory method.Creates a new instance of OpenShiftAgentPoolProfileRole value.
-
-
Method Details
-
fromString
Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OpenShiftAgentPoolProfileRole.
-
values
Gets known OpenShiftAgentPoolProfileRole values.- Returns:
- known OpenShiftAgentPoolProfileRole values.
-
fromString(String)factory method.