Package | Description |
---|---|
org.jclouds.dynect.v3.features |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Zone> |
ZoneAsyncApi.create(CreatePrimaryZone createZone) |
Zone |
ZoneApi.create(CreatePrimaryZone zone)
Creates a new primary zone.
|
com.google.common.util.concurrent.ListenableFuture<Zone> |
ZoneAsyncApi.createWithContact(String fqdn,
String contact) |
Zone |
ZoneApi.createWithContact(String fqdn,
String contact)
Creates a new primary zone with one hour default TTL and
Zone.SerialStyle.INCREMENT |
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.delete(String fqdn) |
Job |
ZoneApi.delete(String fqdn)
deletes the specified zone.
|
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.deleteChanges(String fqdn) |
Job |
ZoneApi.deleteChanges(String fqdn)
Deletes changes to the specified zone that have been created during the
current session but not yet published to the zone.
|
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.freeze(String fqdn) |
Job |
ZoneApi.freeze(String fqdn)
freezes the specified zone.
|
com.google.common.util.concurrent.ListenableFuture<Record<? extends Map<String,Object>>> |
RecordAsyncApi.get(RecordId recordId) |
Record<? extends Map<String,Object>> |
RecordApi.get(RecordId recordId)
retrieves a resource record without regard to type
|
com.google.common.util.concurrent.ListenableFuture<Zone> |
ZoneAsyncApi.get(String fqdn) |
Zone |
ZoneApi.get(String fqdn)
Retrieves information about the specified zone.
|
com.google.common.util.concurrent.ListenableFuture<Record<AData>> |
RecordAsyncApi.getA(String fqdn,
long recordId) |
Record<AData> |
RecordApi.getA(String fqdn,
long recordId)
Gets the
ARecord or null if not present. |
com.google.common.util.concurrent.ListenableFuture<Record<AAAAData>> |
RecordAsyncApi.getAAAA(String fqdn,
long recordId) |
Record<AAAAData> |
RecordApi.getAAAA(String fqdn,
long recordId)
Gets the
AAAARecord or null if not present. |
com.google.common.util.concurrent.ListenableFuture<Record<CNAMEData>> |
RecordAsyncApi.getCNAME(String fqdn,
long recordId) |
Record<CNAMEData> |
RecordApi.getCNAME(String fqdn,
long recordId)
Gets the
CNAMERecord or null if not present. |
com.google.common.util.concurrent.ListenableFuture<Record<MXData>> |
RecordAsyncApi.getMX(String fqdn,
long recordId) |
Record<MXData> |
RecordApi.getMX(String fqdn,
long recordId)
Gets the
MXRecord or null if not present. |
com.google.common.util.concurrent.ListenableFuture<Record<NSData>> |
RecordAsyncApi.getNS(String fqdn,
long recordId) |
Record<NSData> |
RecordApi.getNS(String fqdn,
long recordId)
Gets the
NSRecord or null if not present. |
com.google.common.util.concurrent.ListenableFuture<Record<PTRData>> |
RecordAsyncApi.getPTR(String fqdn,
long recordId) |
Record<PTRData> |
RecordApi.getPTR(String fqdn,
long recordId)
Gets the
PTRRecord or null if not present. |
com.google.common.util.concurrent.ListenableFuture<SOARecord> |
RecordAsyncApi.getSOA(String fqdn,
long recordId) |
SOARecord |
RecordApi.getSOA(String fqdn,
long recordId)
Gets the
SOARecord or null if not present. |
com.google.common.util.concurrent.ListenableFuture<Record<SRVData>> |
RecordAsyncApi.getSRV(String fqdn,
long recordId) |
Record<SRVData> |
RecordApi.getSRV(String fqdn,
long recordId)
Gets the
SRVRecord or null if not present. |
com.google.common.util.concurrent.ListenableFuture<Record<TXTData>> |
RecordAsyncApi.getTXT(String fqdn,
long recordId) |
Record<TXTData> |
RecordApi.getTXT(String fqdn,
long recordId)
Gets the
TXTRecord or null if not present. |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<String>> |
ZoneAsyncApi.list() |
com.google.common.collect.FluentIterable<String> |
ZoneApi.list()
Lists all zone ids.
|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<RecordId>> |
RecordAsyncApi.list() |
com.google.common.collect.FluentIterable<RecordId> |
RecordApi.list()
Retrieves a list of resource record ids for all records of any type in the
given zone throws JobStillRunningException;
|
com.google.common.util.concurrent.ListenableFuture<Zone> |
ZoneAsyncApi.publish(String fqdn) |
Zone |
ZoneApi.publish(String fqdn)
Publishes the current zone
|
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.thaw(String fqdn) |
Job |
ZoneApi.thaw(String fqdn)
thaws the specified zone.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.