Uses of Class
com.exoscale.sdk.model.InstancePool
Packages that use InstancePool
-
Uses of InstancePool in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return InstancePoolModifier and TypeMethodDescriptionExoscaleApi.getInstancePool(UUID id) Retrieve Instance Pool details -
Uses of InstancePool in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return InstancePoolModifier and TypeMethodDescriptionInstancePool.addAntiAffinityGroupsItem(AntiAffinityGroupRef antiAffinityGroupsItem) InstancePool.addElasticIpsItem(ElasticIpRef elasticIpsItem) InstancePool.addPrivateNetworksItem(PrivateNetworkRef privateNetworksItem) InstancePool.addSecurityGroupsItem(SecurityGroupRef securityGroupsItem) InstancePool.addSshKeysItem(SshKeyRef sshKeysItem) InstancePool.antiAffinityGroups(List<AntiAffinityGroupRef> antiAffinityGroups) InstancePool.applicationConsistentSnapshotEnabled(Boolean applicationConsistentSnapshotEnabled) InstancePool.deployTarget(DeployTargetRef deployTarget) InstancePool.description(String description) InstancePool.elasticIps(List<ElasticIpRef> elasticIps) AddServiceToLoadBalancerRequest.getInstancePool()Get instancePoolLoadBalancerService.getInstancePool()Get instancePoolInstancePool.instancePrefix(String instancePrefix) InstancePool.instanceType(InstanceTypeRef instanceType) InstancePool.ipv6Enabled(Boolean ipv6Enabled) InstancePool.minAvailable(Long minAvailable) InstancePool.privateNetworks(List<PrivateNetworkRef> privateNetworks) InstancePool.publicIpAssignment(PublicIpAssignment publicIpAssignment) InstancePool.putLabelsItem(String key, String labelsItem) InstancePool.securityGroups(List<SecurityGroupRef> securityGroups) InstancePool.template(TemplateRef template) Methods in com.exoscale.sdk.model that return types with arguments of type InstancePoolModifier and TypeMethodDescriptionListInstancePools200Response.getInstancePools()Get instancePoolsMethods in com.exoscale.sdk.model with parameters of type InstancePoolModifier and TypeMethodDescriptionListInstancePools200Response.addInstancePoolsItem(InstancePool instancePoolsItem) AddServiceToLoadBalancerRequest.instancePool(InstancePool instancePool) LoadBalancerService.instancePool(InstancePool instancePool) voidAddServiceToLoadBalancerRequest.setInstancePool(InstancePool instancePool) voidLoadBalancerService.setInstancePool(InstancePool instancePool) Method parameters in com.exoscale.sdk.model with type arguments of type InstancePoolModifier and TypeMethodDescriptionListInstancePools200Response.instancePools(List<InstancePool> instancePools) voidListInstancePools200Response.setInstancePools(List<InstancePool> instancePools)