Uses of Class
com.exoscale.sdk.model.DeployTarget
-
Uses of DeployTarget in com.exoscale.sdk.api
Modifier and TypeMethodDescriptionExoscaleApi.getDeployTarget
(UUID id) Retrieve Deploy Target details -
Uses of DeployTarget in com.exoscale.sdk.model
Modifier and TypeMethodDescriptionDeployTarget.description
(String description) CreateInstancePoolRequest.getDeployTarget()
Get deployTargetCreateInstanceRequest.getDeployTarget()
Get deployTargetCreateSksNodepoolRequest.getDeployTarget()
Get deployTargetInstance.getDeployTarget()
Get deployTargetInstancePool.getDeployTarget()
Get deployTargetSksNodepool.getDeployTarget()
Get deployTargetUpdateInstancePoolRequest.getDeployTarget()
Get deployTargetUpdateSksNodepoolRequest.getDeployTarget()
Get deployTargetDeployTarget.type
(DeployTarget.TypeEnum type) Modifier and TypeMethodDescriptionListDeployTargets200Response.getDeployTargets()
Get deployTargetsModifier and TypeMethodDescriptionListDeployTargets200Response.addDeployTargetsItem
(DeployTarget deployTargetsItem) CreateInstancePoolRequest.deployTarget
(DeployTarget deployTarget) CreateInstanceRequest.deployTarget
(DeployTarget deployTarget) CreateSksNodepoolRequest.deployTarget
(DeployTarget deployTarget) Instance.deployTarget
(DeployTarget deployTarget) InstancePool.deployTarget
(DeployTarget deployTarget) SksNodepool.deployTarget
(DeployTarget deployTarget) UpdateInstancePoolRequest.deployTarget
(DeployTarget deployTarget) UpdateSksNodepoolRequest.deployTarget
(DeployTarget deployTarget) void
CreateInstancePoolRequest.setDeployTarget
(DeployTarget deployTarget) void
CreateInstanceRequest.setDeployTarget
(DeployTarget deployTarget) void
CreateSksNodepoolRequest.setDeployTarget
(DeployTarget deployTarget) void
Instance.setDeployTarget
(DeployTarget deployTarget) void
InstancePool.setDeployTarget
(DeployTarget deployTarget) void
SksNodepool.setDeployTarget
(DeployTarget deployTarget) void
UpdateInstancePoolRequest.setDeployTarget
(DeployTarget deployTarget) void
UpdateSksNodepoolRequest.setDeployTarget
(DeployTarget deployTarget) Modifier and TypeMethodDescriptionListDeployTargets200Response.deployTargets
(List<DeployTarget> deployTargets) void
ListDeployTargets200Response.setDeployTargets
(List<DeployTarget> deployTargets)