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) voidCreateInstancePoolRequest.setDeployTarget(DeployTarget deployTarget) voidCreateInstanceRequest.setDeployTarget(DeployTarget deployTarget) voidCreateSksNodepoolRequest.setDeployTarget(DeployTarget deployTarget) voidInstance.setDeployTarget(DeployTarget deployTarget) voidInstancePool.setDeployTarget(DeployTarget deployTarget) voidSksNodepool.setDeployTarget(DeployTarget deployTarget) voidUpdateInstancePoolRequest.setDeployTarget(DeployTarget deployTarget) voidUpdateSksNodepoolRequest.setDeployTarget(DeployTarget deployTarget) Method parameters in com.exoscale.sdk.model with type arguments of type DeployTargetModifier and TypeMethodDescriptionListDeployTargets200Response.deployTargets(List<DeployTarget> deployTargets) voidListDeployTargets200Response.setDeployTargets(List<DeployTarget> deployTargets)