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