Package | Description |
---|---|
org.jclouds.ultradns.ws.features |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
RoundRobinPoolAsyncApi.addAAAARecordWithAddressAndTTL(String lbPoolID,
String ipv6Address,
com.google.common.primitives.UnsignedInteger ttl) |
String |
RoundRobinPoolApi.addAAAARecordWithAddressAndTTL(String lbPoolID,
String ipv6Address,
com.google.common.primitives.UnsignedInteger ttl)
adds a new
AAAA record to the pool |
com.google.common.util.concurrent.ListenableFuture<String> |
RoundRobinPoolAsyncApi.addARecordWithAddressAndTTL(String lbPoolID,
String ipv4Address,
com.google.common.primitives.UnsignedInteger ttl) |
String |
RoundRobinPoolApi.addARecordWithAddressAndTTL(String lbPoolID,
String ipv4Address,
com.google.common.primitives.UnsignedInteger ttl)
adds a new
A record to the pool |
com.google.common.util.concurrent.ListenableFuture<String> |
ResourceRecordAsyncApi.create(ResourceRecord toCreate) |
String |
ResourceRecordApi.create(ResourceRecord toCreate)
creates a resource record in the zone.
|
com.google.common.util.concurrent.ListenableFuture<String> |
RoundRobinPoolAsyncApi.createAAAAPoolForHostname(String name,
String hostname) |
String |
RoundRobinPoolApi.createAAAAPoolForHostname(String name,
String hostname)
creates a round robin pool for
AAAA (ipv6) records |
com.google.common.util.concurrent.ListenableFuture<String> |
RoundRobinPoolAsyncApi.createAPoolForHostname(String name,
String hostname) |
String |
RoundRobinPoolApi.createAPoolForHostname(String name,
String hostname)
creates a round robin pool for
A (ipv4) records |
com.google.common.util.concurrent.ListenableFuture<Void> |
ZoneAsyncApi.createInAccount(String name,
String accountId) |
void |
ZoneApi.createInAccount(String name,
String accountId)
creates a primary zone and its supporting records (SOA, NS and A).
|
Copyright © 2009-2013 jclouds. All Rights Reserved.