Uses of Class
org.jclouds.ultradns.ws.domain.RoundRobinPool
-
Packages that use RoundRobinPool Package Description org.jclouds.ultradns.ws.domain org.jclouds.ultradns.ws.features org.jclouds.ultradns.ws.xml -
-
Uses of RoundRobinPool in org.jclouds.ultradns.ws.domain
Methods in org.jclouds.ultradns.ws.domain that return RoundRobinPool Modifier and Type Method Description RoundRobinPool
RoundRobinPool.Builder. build()
Methods in org.jclouds.ultradns.ws.domain with parameters of type RoundRobinPool Modifier and Type Method Description RoundRobinPool.Builder
RoundRobinPool.Builder. from(RoundRobinPool in)
-
Uses of RoundRobinPool in org.jclouds.ultradns.ws.features
Methods in org.jclouds.ultradns.ws.features that return types with arguments of type RoundRobinPool Modifier and Type Method Description com.google.common.collect.FluentIterable<RoundRobinPool>
RoundRobinPoolApi. list()
Returns all round robin pools in the zone. -
Uses of RoundRobinPool in org.jclouds.ultradns.ws.xml
Methods in org.jclouds.ultradns.ws.xml that return RoundRobinPool Modifier and Type Method Description RoundRobinPool
RoundRobinPoolHandler. getResult()
Methods in org.jclouds.ultradns.ws.xml that return types with arguments of type RoundRobinPool Modifier and Type Method Description com.google.common.collect.FluentIterable<RoundRobinPool>
RoundRobinPoolListHandler. getResult()
-