Uses of Class
org.jclouds.ultradns.ws.UltraDNSWSExceptions.ResourceAlreadyExistsException

Packages that use UltraDNSWSExceptions.ResourceAlreadyExistsException
org.jclouds.ultradns.ws.features   
 

Uses of UltraDNSWSExceptions.ResourceAlreadyExistsException in org.jclouds.ultradns.ws.features
 

Methods in org.jclouds.ultradns.ws.features that throw UltraDNSWSExceptions.ResourceAlreadyExistsException
 String RoundRobinPoolApi.addAAAARecordWithAddressAndTTL(String lbPoolID, String ipv6Address, int ttl)
          adds a new AAAA record to the pool
 String RoundRobinPoolApi.addARecordWithAddressAndTTL(String lbPoolID, String ipv4Address, int ttl)
          adds a new A record to the pool
 String DirectionalPoolApi.addFirstRecordInNonConfiguredGroup(String poolId, DirectionalPoolRecord toCreate)
          creates a resource record in the pool, creating and assigning it to the special "non configured group".
 String DirectionalPoolApi.addRecordIntoExistingGroup(String poolId, DirectionalPoolRecord toCreate, String groupId)
          creates a resource record in the pool.
 String DirectionalPoolApi.addRecordIntoNewGroup(String poolId, DirectionalPoolRecord toCreate, DirectionalGroup group)
          creates a resource record in the pool.
 String TrafficControllerPoolApi.addRecordToPoolWithTTL(String rdata, String lbPoolID, int ttl)
          adds a new record to the pool with default weight.
 String TrafficControllerPoolApi.addRecordToPoolWithTTLAndWeight(String rdata, String lbPoolID, int ttl, int weight)
          adds a new record to the pool with a specified weight.
 String ResourceRecordApi.create(ResourceRecord toCreate)
          creates a resource record in the zone.
 String TrafficControllerPoolApi.createForDNameAndType(String name, String dname, int rrType)
          creates a traffic controller pool.
 String RoundRobinPoolApi.createForDNameAndType(String name, String dname, int rrType)
          creates a round robin pool.
 String DirectionalPoolApi.createForDNameAndType(String name, String dname, int rrType)
          creates a directional pool for A and CNAME (ipv4) records
 void ZoneApi.createInAccount(String name, String accountId)
          creates a primary zone and its supporting records (SOA, NS and A).
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.