Uses of Class
com.exoscale.sdk.model.InstancePool
-
Packages that use InstancePool Package Description com.exoscale.sdk.api com.exoscale.sdk.model -
-
Uses of InstancePool in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return InstancePool Modifier and Type Method Description InstancePool
ExoscaleApi. getInstancePool(UUID id)
Retrieve Instance Pool details -
Uses of InstancePool in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return types with arguments of type InstancePool Modifier and Type Method Description List<InstancePool>
ListInstancePools200Response. getInstancePools()
Get instancePoolsMethods in com.exoscale.sdk.model with parameters of type InstancePool Modifier and Type Method Description ListInstancePools200Response
ListInstancePools200Response. addInstancePoolsItem(InstancePool instancePoolsItem)
AddServiceToLoadBalancerRequest
AddServiceToLoadBalancerRequest. instancePool(InstancePool instancePool)
LoadBalancerService
LoadBalancerService. instancePool(InstancePool instancePool)
SksNodepool
SksNodepool. instancePool(InstancePool instancePool)
void
AddServiceToLoadBalancerRequest. setInstancePool(InstancePool instancePool)
void
LoadBalancerService. setInstancePool(InstancePool instancePool)
void
SksNodepool. setInstancePool(InstancePool instancePool)
Method parameters in com.exoscale.sdk.model with type arguments of type InstancePool Modifier and Type Method Description ListInstancePools200Response
ListInstancePools200Response. instancePools(List<InstancePool> instancePools)
void
ListInstancePools200Response. setInstancePools(List<InstancePool> instancePools)
-