Package | Description |
---|---|
org.jclouds.dynect.v3 | |
org.jclouds.dynect.v3.domain | |
org.jclouds.dynect.v3.features |
Modifier and Type | Method and Description |
---|---|
Job |
DynECTApi.getJob(long jobId)
returns the current status of a job.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Job> |
DynECTAsyncApi.getJob(long jobId) |
Modifier and Type | Method and Description |
---|---|
static Job |
Job.failure(long id) |
static Job |
Job.success(long id) |
Modifier and Type | Method and Description |
---|---|
Job |
ZoneApi.delete(String fqdn)
deletes the specified zone.
|
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.
|
Job |
ZoneApi.freeze(String fqdn)
freezes the specified zone.
|
Job |
ZoneApi.thaw(String fqdn)
thaws the specified zone.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.delete(String fqdn) |
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.deleteChanges(String fqdn) |
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.freeze(String fqdn) |
com.google.common.util.concurrent.ListenableFuture<Job> |
ZoneAsyncApi.thaw(String fqdn) |
Copyright © 2009-2013 jclouds. All Rights Reserved.