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 |
DirectionalPoolApi.createForDNameAndType(String name,
String dname,
int rrType) |
creates a directional pool for A and CNAME (ipv4) records
|
String |
RoundRobinPoolApi.createForDNameAndType(String name,
String dname,
int rrType) |
creates a round robin pool.
|
String |
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).
|