Uses of Class
org.jclouds.ultradns.ws.domain.TrafficControllerPool
-
Packages that use TrafficControllerPool Package Description org.jclouds.ultradns.ws.domain org.jclouds.ultradns.ws.features org.jclouds.ultradns.ws.predicates org.jclouds.ultradns.ws.xml -
-
Uses of TrafficControllerPool in org.jclouds.ultradns.ws.domain
Methods in org.jclouds.ultradns.ws.domain that return TrafficControllerPool Modifier and Type Method Description TrafficControllerPool
TrafficControllerPool.Builder. build()
Methods in org.jclouds.ultradns.ws.domain with parameters of type TrafficControllerPool Modifier and Type Method Description TrafficControllerPool.Builder
TrafficControllerPool.Builder. from(TrafficControllerPool in)
-
Uses of TrafficControllerPool in org.jclouds.ultradns.ws.features
Methods in org.jclouds.ultradns.ws.features that return types with arguments of type TrafficControllerPool Modifier and Type Method Description com.google.common.collect.FluentIterable<TrafficControllerPool>
TrafficControllerPoolApi. list()
Returns all traffic controller pools in the zone. -
Uses of TrafficControllerPool in org.jclouds.ultradns.ws.predicates
Methods in org.jclouds.ultradns.ws.predicates that return types with arguments of type TrafficControllerPool Modifier and Type Method Description static com.google.common.base.Predicate<TrafficControllerPool>
TrafficControllerPoolPredicates. idEqualTo(String id)
-
Uses of TrafficControllerPool in org.jclouds.ultradns.ws.xml
Methods in org.jclouds.ultradns.ws.xml that return TrafficControllerPool Modifier and Type Method Description TrafficControllerPool
TrafficControllerPoolHandler. getResult()
Methods in org.jclouds.ultradns.ws.xml that return types with arguments of type TrafficControllerPool Modifier and Type Method Description com.google.common.collect.FluentIterable<TrafficControllerPool>
TrafficControllerPoolListHandler. getResult()
-