Package | Description |
---|---|
org.jclouds.ultradns.ws.features |
Modifier and Type | Method and Description |
---|---|
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<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.