Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static OperationalStatus |
OperationalStatus.fromValue(String value) |
OperationalStatus |
Agent.getOperationalStatus()
Get operationalStatus
|
OperationalStatus |
AgentPool.getOperationalStatus()
Get operationalStatus
|
static OperationalStatus |
OperationalStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationalStatus[] |
OperationalStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Agent |
Agent.operationalStatus(OperationalStatus operationalStatus) |
AgentPool |
AgentPool.operationalStatus(OperationalStatus operationalStatus) |
void |
Agent.setOperationalStatus(OperationalStatus operationalStatus) |
void |
AgentPool.setOperationalStatus(OperationalStatus operationalStatus) |
Copyright © 2017–2023 Okta. All rights reserved.