Uses of Class
com.exoscale.sdk.model.DeployTarget
Packages that use DeployTarget
-
Uses of DeployTarget in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return DeployTargetModifier and TypeMethodDescriptionExoscaleApi.getDeployTarget
(UUID id) Retrieve Deploy Target details -
Uses of DeployTarget in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DeployTargetModifier 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) Methods in com.exoscale.sdk.model that return types with arguments of type DeployTargetModifier and TypeMethodDescriptionListDeployTargets200Response.getDeployTargets()
Get deployTargetsMethods in com.exoscale.sdk.model with parameters of type DeployTargetModifier 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) Method parameters in com.exoscale.sdk.model with type arguments of type DeployTargetModifier and TypeMethodDescriptionListDeployTargets200Response.deployTargets
(List<DeployTarget> deployTargets) void
ListDeployTargets200Response.setDeployTargets
(List<DeployTarget> deployTargets)