| Modifier and Type | Field and Description |
|---|---|
static OpenShiftAgentPoolProfileRole |
OpenShiftAgentPoolProfileRole.COMPUTE
Static value compute for OpenShiftAgentPoolProfileRole.
|
static OpenShiftAgentPoolProfileRole |
OpenShiftAgentPoolProfileRole.INFRA
Static value infra for OpenShiftAgentPoolProfileRole.
|
| Modifier and Type | Method and Description |
|---|---|
static OpenShiftAgentPoolProfileRole |
OpenShiftAgentPoolProfileRole.fromString(String name)
Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.
|
OpenShiftAgentPoolProfileRole |
OpenShiftManagedClusterAgentPoolProfile.role()
Get define the role of the AgentPoolProfile.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OpenShiftAgentPoolProfileRole> |
OpenShiftAgentPoolProfileRole.values() |
| Modifier and Type | Method and Description |
|---|---|
OpenShiftManagedClusterAgentPoolProfile |
OpenShiftManagedClusterAgentPoolProfile.withRole(OpenShiftAgentPoolProfileRole role)
Set define the role of the AgentPoolProfile.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/