Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Zone> |
create(CreatePrimaryZone createZone) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
createWithContact(String fqdn,
String contact) |
com.google.common.util.concurrent.ListenableFuture<Job> |
delete(String fqdn) |
com.google.common.util.concurrent.ListenableFuture<Job> |
deleteChanges(String fqdn) |
com.google.common.util.concurrent.ListenableFuture<Job> |
freeze(String fqdn) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
get(String fqdn) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<String>> |
list() |
com.google.common.util.concurrent.ListenableFuture<Zone> |
publish(String fqdn) |
com.google.common.util.concurrent.ListenableFuture<Job> |
thaw(String fqdn) |
@Named(value="ListZones") com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<String>> list() throws DynECTExceptions.JobStillRunningException
DynECTExceptions.JobStillRunningException
ZoneApi.list()
@Named(value="GetZone") com.google.common.util.concurrent.ListenableFuture<Zone> get(String fqdn) throws DynECTExceptions.JobStillRunningException
@Named(value="CreatePrimaryZone") com.google.common.util.concurrent.ListenableFuture<Zone> create(CreatePrimaryZone createZone) throws DynECTExceptions.JobStillRunningException, DynECTExceptions.TargetExistsException
@Named(value="CreatePrimaryZone") com.google.common.util.concurrent.ListenableFuture<Zone> createWithContact(String fqdn, String contact) throws DynECTExceptions.JobStillRunningException, DynECTExceptions.TargetExistsException
@Named(value="DeleteZone") com.google.common.util.concurrent.ListenableFuture<Job> delete(String fqdn) throws DynECTExceptions.JobStillRunningException
@Named(value="DeleteZoneChanges") com.google.common.util.concurrent.ListenableFuture<Job> deleteChanges(String fqdn) throws DynECTExceptions.JobStillRunningException
@Named(value="PublishZone") com.google.common.util.concurrent.ListenableFuture<Zone> publish(String fqdn) throws DynECTExceptions.JobStillRunningException
@Named(value="FreezeZone") com.google.common.util.concurrent.ListenableFuture<Job> freeze(String fqdn) throws DynECTExceptions.JobStillRunningException
@Named(value="ThawZone") com.google.common.util.concurrent.ListenableFuture<Job> thaw(String fqdn) throws DynECTExceptions.JobStillRunningException
Copyright © 2009-2013 jclouds. All Rights Reserved.