public final class OpenShiftAgentPoolProfileRole extends com.microsoft.rest.ExpandableStringEnum<OpenShiftAgentPoolProfileRole>
| Modifier and Type | Field and Description |
|---|---|
static OpenShiftAgentPoolProfileRole |
COMPUTE
Static value compute for OpenShiftAgentPoolProfileRole.
|
static OpenShiftAgentPoolProfileRole |
INFRA
Static value infra for OpenShiftAgentPoolProfileRole.
|
| Constructor and Description |
|---|
OpenShiftAgentPoolProfileRole() |
| Modifier and Type | Method and Description |
|---|---|
static OpenShiftAgentPoolProfileRole |
fromString(String name)
Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.
|
static Collection<OpenShiftAgentPoolProfileRole> |
values() |
public static final OpenShiftAgentPoolProfileRole COMPUTE
public static final OpenShiftAgentPoolProfileRole INFRA
public static OpenShiftAgentPoolProfileRole fromString(String name)
name - a name to look forpublic static Collection<OpenShiftAgentPoolProfileRole> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/