Uses of Class
org.openapitools.client.model.AgentPoolUpdate
Packages that use AgentPoolUpdate
-
Uses of AgentPoolUpdate in org.openapitools.client.api
Methods in org.openapitools.client.api that return AgentPoolUpdateModifier and TypeMethodDescriptionAgentPoolsApi.activateAgentPoolsUpdate
(String poolId, String updateId) Activate an Agent Pool update Activates scheduled Agent pool updateAgentPoolsApi.createAgentPoolsUpdate
(String poolId, AgentPoolUpdate agentPoolUpdate) Create an Agent Pool update Creates an Agent pool update \\n For user flow 2 manual update, starts the update immediately.AgentPoolsApi.deactivateAgentPoolsUpdate
(String poolId, String updateId) Deactivate an Agent Pool update Deactivates scheduled Agent pool updateAgentPoolsApi.getAgentPoolsUpdateInstance
(String poolId, String updateId) Retrieve an Agent Pool update by id Retrieves Agent pool update from updateIdAgentPoolsApi.pauseAgentPoolsUpdate
(String poolId, String updateId) Pause an Agent Pool update Pauses running or queued Agent pool updateAgentPoolsApi.resumeAgentPoolsUpdate
(String poolId, String updateId) Resume an Agent Pool update Resumes running or queued Agent pool updateAgentPoolsApi.retryAgentPoolsUpdate
(String poolId, String updateId) Retry an Agent Pool update Retries Agent pool updateAgentPoolsApi.stopAgentPoolsUpdate
(String poolId, String updateId) Stop an Agent Pool update Stops Agent pool updateAgentPoolsApi.updateAgentPoolsUpdate
(String poolId, String updateId, AgentPoolUpdate agentPoolUpdate) Update an Agent Pool update by id Updates Agent pool update and return latest agent pool updateMethods in org.openapitools.client.api that return types with arguments of type AgentPoolUpdateModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AgentPoolUpdate>
AgentPoolsApi.activateAgentPoolsUpdateWithHttpInfo
(String poolId, String updateId) Activate an Agent Pool update Activates scheduled Agent pool updateorg.springframework.http.ResponseEntity<AgentPoolUpdate>
AgentPoolsApi.createAgentPoolsUpdateWithHttpInfo
(String poolId, AgentPoolUpdate agentPoolUpdate) Create an Agent Pool update Creates an Agent pool update \\n For user flow 2 manual update, starts the update immediately.org.springframework.http.ResponseEntity<AgentPoolUpdate>
AgentPoolsApi.deactivateAgentPoolsUpdateWithHttpInfo
(String poolId, String updateId) Deactivate an Agent Pool update Deactivates scheduled Agent pool updateorg.springframework.http.ResponseEntity<AgentPoolUpdate>
AgentPoolsApi.getAgentPoolsUpdateInstanceWithHttpInfo
(String poolId, String updateId) Retrieve an Agent Pool update by id Retrieves Agent pool update from updateIdAgentPoolsApi.listAgentPoolsUpdates
(String poolId, Boolean scheduled) List all Agent Pool updates Lists all agent pool updatesorg.springframework.http.ResponseEntity<List<AgentPoolUpdate>>
AgentPoolsApi.listAgentPoolsUpdatesWithHttpInfo
(String poolId, Boolean scheduled) List all Agent Pool updates Lists all agent pool updatesorg.springframework.http.ResponseEntity<AgentPoolUpdate>
AgentPoolsApi.pauseAgentPoolsUpdateWithHttpInfo
(String poolId, String updateId) Pause an Agent Pool update Pauses running or queued Agent pool updateorg.springframework.http.ResponseEntity<AgentPoolUpdate>
AgentPoolsApi.resumeAgentPoolsUpdateWithHttpInfo
(String poolId, String updateId) Resume an Agent Pool update Resumes running or queued Agent pool updateorg.springframework.http.ResponseEntity<AgentPoolUpdate>
AgentPoolsApi.retryAgentPoolsUpdateWithHttpInfo
(String poolId, String updateId) Retry an Agent Pool update Retries Agent pool updateorg.springframework.http.ResponseEntity<AgentPoolUpdate>
AgentPoolsApi.stopAgentPoolsUpdateWithHttpInfo
(String poolId, String updateId) Stop an Agent Pool update Stops Agent pool updateorg.springframework.http.ResponseEntity<AgentPoolUpdate>
AgentPoolsApi.updateAgentPoolsUpdateWithHttpInfo
(String poolId, String updateId, AgentPoolUpdate agentPoolUpdate) Update an Agent Pool update by id Updates Agent pool update and return latest agent pool updateMethods in org.openapitools.client.api with parameters of type AgentPoolUpdateModifier and TypeMethodDescription<T> T
AgentPoolsApi.createAgentPoolsUpdate
(Class<?> T, String poolId, AgentPoolUpdate agentPoolUpdate) Create an Agent Pool update Creates an Agent pool update \\n For user flow 2 manual update, starts the update immediately.AgentPoolsApi.createAgentPoolsUpdate
(String poolId, AgentPoolUpdate agentPoolUpdate) Create an Agent Pool update Creates an Agent pool update \\n For user flow 2 manual update, starts the update immediately.org.springframework.http.ResponseEntity<AgentPoolUpdate>
AgentPoolsApi.createAgentPoolsUpdateWithHttpInfo
(String poolId, AgentPoolUpdate agentPoolUpdate) Create an Agent Pool update Creates an Agent pool update \\n For user flow 2 manual update, starts the update immediately.AgentPoolsApi.createAgentPoolsUpdateWithPaginationInfo
(String poolId, AgentPoolUpdate agentPoolUpdate) Create an Agent Pool update Creates an Agent pool update \\n For user flow 2 manual update, starts the update immediately.<T> T
AgentPoolsApi.updateAgentPoolsUpdate
(Class<?> T, String poolId, String updateId, AgentPoolUpdate agentPoolUpdate) Update an Agent Pool update by id Updates Agent pool update and return latest agent pool updateAgentPoolsApi.updateAgentPoolsUpdate
(String poolId, String updateId, AgentPoolUpdate agentPoolUpdate) Update an Agent Pool update by id Updates Agent pool update and return latest agent pool updateorg.springframework.http.ResponseEntity<AgentPoolUpdate>
AgentPoolsApi.updateAgentPoolsUpdateWithHttpInfo
(String poolId, String updateId, AgentPoolUpdate agentPoolUpdate) Update an Agent Pool update by id Updates Agent pool update and return latest agent pool updateAgentPoolsApi.updateAgentPoolsUpdateWithPaginationInfo
(String poolId, String updateId, AgentPoolUpdate agentPoolUpdate) Update an Agent Pool update by id Updates Agent pool update and return latest agent pool update -
Uses of AgentPoolUpdate in org.openapitools.client.model
Methods in org.openapitools.client.model that return AgentPoolUpdateModifier and TypeMethodDescriptionAgentPoolUpdate.addAgentsItem
(Agent agentsItem) AgentPoolUpdate.links
(HrefObject links) AgentPoolUpdate.notifyAdmin
(Boolean notifyAdmin) AgentPoolUpdate.schedule
(AutoUpdateSchedule schedule) AgentPoolUpdate.status
(AgentUpdateJobStatus status) AgentPoolUpdate.targetVersion
(String targetVersion)