Uses of Class
com.exoscale.sdk.model.DeployTarget
-
Packages that use DeployTarget Package Description com.exoscale.sdk.api com.exoscale.sdk.model -
-
Uses of DeployTarget in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return DeployTarget Modifier and Type Method Description DeployTarget
ExoscaleApi. getDeployTarget(UUID id)
Retrieve Deploy Target details -
Uses of DeployTarget in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DeployTarget Modifier and Type Method Description DeployTarget
DeployTarget. description(String description)
DeployTarget
CreateInstancePoolRequest. getDeployTarget()
Get deployTargetDeployTarget
CreateInstanceRequest. getDeployTarget()
Get deployTargetDeployTarget
CreateSksNodepoolRequest. getDeployTarget()
Get deployTargetDeployTarget
Instance. getDeployTarget()
Get deployTargetDeployTarget
InstancePool. getDeployTarget()
Get deployTargetDeployTarget
SksNodepool. getDeployTarget()
Get deployTargetDeployTarget
UpdateInstancePoolRequest. getDeployTarget()
Get deployTargetDeployTarget
UpdateSksNodepoolRequest. getDeployTarget()
Get deployTargetDeployTarget
DeployTarget. id(UUID id)
DeployTarget
DeployTarget. name(String name)
DeployTarget
DeployTarget. type(DeployTarget.TypeEnum type)
Methods in com.exoscale.sdk.model that return types with arguments of type DeployTarget Modifier and Type Method Description List<DeployTarget>
ListDeployTargets200Response. getDeployTargets()
Get deployTargetsMethods in com.exoscale.sdk.model with parameters of type DeployTarget Modifier and Type Method Description ListDeployTargets200Response
ListDeployTargets200Response. addDeployTargetsItem(DeployTarget deployTargetsItem)
CreateInstancePoolRequest
CreateInstancePoolRequest. deployTarget(DeployTarget deployTarget)
CreateInstanceRequest
CreateInstanceRequest. deployTarget(DeployTarget deployTarget)
CreateSksNodepoolRequest
CreateSksNodepoolRequest. deployTarget(DeployTarget deployTarget)
Instance
Instance. deployTarget(DeployTarget deployTarget)
InstancePool
InstancePool. deployTarget(DeployTarget deployTarget)
SksNodepool
SksNodepool. deployTarget(DeployTarget deployTarget)
UpdateInstancePoolRequest
UpdateInstancePoolRequest. deployTarget(DeployTarget deployTarget)
UpdateSksNodepoolRequest
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 DeployTarget Modifier and Type Method Description ListDeployTargets200Response
ListDeployTargets200Response. deployTargets(List<DeployTarget> deployTargets)
void
ListDeployTargets200Response. setDeployTargets(List<DeployTarget> deployTargets)
-