OpenShiftAgentPoolProfileRole Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. OpenShiftAgentPoolProfileRole
- com.
- com.
public final class OpenShiftAgentPoolProfileRole
extends ExpandableStringEnum<OpenShiftAgentPoolProfileRole>
OpenShiftAgentPoolProfileRole represents the role of the AgentPoolProfile.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Open |
COMPUTE
Static value compute for Open |
static final
Open |
INFRA
Static value infra for Open |
Constructor Summary
Constructor | Description |
---|---|
OpenShiftAgentPoolProfileRole() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Open |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Open |
fromString(String name)
Creates or finds a Open |
static
Collection<Open |
values()
Gets known Open |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COMPUTE
public static final OpenShiftAgentPoolProfileRole COMPUTE
Static value compute for OpenShiftAgentPoolProfileRole.
INFRA
public static final OpenShiftAgentPoolProfileRole INFRA
Static value infra for OpenShiftAgentPoolProfileRole.
Constructor Details
OpenShiftAgentPoolProfileRole
@Deprecated
public OpenShiftAgentPoolProfileRole()
Deprecated
Creates a new instance of OpenShiftAgentPoolProfileRole value.
Method Details
fromString
public static OpenShiftAgentPoolProfileRole fromString(String name)
Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known OpenShiftAgentPoolProfileRole values.
Returns:
Applies to
Azure SDK for Java