Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Agent |
Agent.isHidden(Boolean isHidden) |
Agent |
Agent.isLatestGAedVersion(Boolean isLatestGAedVersion) |
Agent |
Agent.lastConnection(OffsetDateTime lastConnection) |
Agent |
Agent.links(LinksSelf links) |
Agent |
Agent.name(String name) |
Agent |
Agent.operationalStatus(OperationalStatus operationalStatus) |
Agent |
Agent.poolId(String poolId) |
Agent |
Agent.type(AgentType type) |
Agent |
Agent.updateMessage(String updateMessage) |
Agent |
Agent.updateStatus(AgentUpdateInstanceStatus updateStatus) |
Agent |
Agent.version(String version) |
Modifier and Type | Method and Description |
---|---|
List<Agent> |
AgentPoolUpdate.getAgents()
Get agents
|
List<Agent> |
AgentPool.getAgents()
Get agents
|
Modifier and Type | Method and Description |
---|---|
AgentPoolUpdate |
AgentPoolUpdate.addAgentsItem(Agent agentsItem) |
AgentPool |
AgentPool.addAgentsItem(Agent agentsItem) |
Modifier and Type | Method and Description |
---|---|
AgentPoolUpdate |
AgentPoolUpdate.agents(List<Agent> agents) |
AgentPool |
AgentPool.agents(List<Agent> agents) |
void |
AgentPoolUpdate.setAgents(List<Agent> agents) |
void |
AgentPool.setAgents(List<Agent> agents) |
Copyright © 2017–2023 Okta. All rights reserved.