Uses of Class
com.exoscale.sdk.model.DeployTargetRef
Packages that use DeployTargetRef
-
Uses of DeployTargetRef in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DeployTargetRefModifier and TypeMethodDescriptionCreateInstancePoolRequest.getDeployTarget()Get deployTargetCreateInstanceRequest.getDeployTarget()Get deployTargetCreateSksNodepoolRequest.getDeployTarget()Get deployTargetInstance.getDeployTarget()Get deployTargetInstancePool.getDeployTarget()Get deployTargetSksNodepool.getDeployTarget()Get deployTargetUpdateInstancePoolRequest.getDeployTarget()Get deployTargetUpdateSksNodepoolRequest.getDeployTarget()Get deployTargetMethods in com.exoscale.sdk.model with parameters of type DeployTargetRefModifier and TypeMethodDescriptionCreateInstancePoolRequest.deployTarget(DeployTargetRef deployTarget) CreateInstanceRequest.deployTarget(DeployTargetRef deployTarget) CreateSksNodepoolRequest.deployTarget(DeployTargetRef deployTarget) Instance.deployTarget(DeployTargetRef deployTarget) InstancePool.deployTarget(DeployTargetRef deployTarget) SksNodepool.deployTarget(DeployTargetRef deployTarget) UpdateInstancePoolRequest.deployTarget(DeployTargetRef deployTarget) UpdateSksNodepoolRequest.deployTarget(DeployTargetRef deployTarget) voidCreateInstancePoolRequest.setDeployTarget(DeployTargetRef deployTarget) voidCreateInstanceRequest.setDeployTarget(DeployTargetRef deployTarget) voidCreateSksNodepoolRequest.setDeployTarget(DeployTargetRef deployTarget) voidInstance.setDeployTarget(DeployTargetRef deployTarget) voidInstancePool.setDeployTarget(DeployTargetRef deployTarget) voidSksNodepool.setDeployTarget(DeployTargetRef deployTarget) voidUpdateInstancePoolRequest.setDeployTarget(DeployTargetRef deployTarget) voidUpdateSksNodepoolRequest.setDeployTarget(DeployTargetRef deployTarget)