Package | Description |
---|---|
org.jclouds.dynect.v3.domain | |
org.jclouds.dynect.v3.features |
Modifier and Type | Method and Description |
---|---|
Zone |
Zone.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Zone.Builder |
Zone.Builder.from(Zone in) |
Modifier and Type | Method and Description |
---|---|
Zone |
ZoneApi.create(CreatePrimaryZone zone)
Creates a new primary zone.
|
Zone |
ZoneApi.createWithContact(String fqdn,
String contact)
Creates a new primary zone with one hour default TTL and
Zone.SerialStyle.INCREMENT |
Zone |
ZoneApi.get(String fqdn)
Retrieves information about the specified zone.
|
Zone |
ZoneApi.publish(String fqdn)
Publishes the current zone
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Zone> |
ZoneAsyncApi.create(CreatePrimaryZone createZone) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
ZoneAsyncApi.createWithContact(String fqdn,
String contact) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
ZoneAsyncApi.get(String fqdn) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
ZoneAsyncApi.publish(String fqdn) |
Copyright © 2009-2013 jclouds. All Rights Reserved.