| Package | Description | 
|---|---|
| org.jclouds.rackspace.clouddns.v1.domain | |
| org.jclouds.rackspace.clouddns.v1.features | 
| Modifier and Type | Method and Description | 
|---|---|
static Domain.Format | 
Domain.Format.fromValue(String format)  | 
static Domain.Format | 
Domain.Format.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Domain.Format[] | 
Domain.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Job<List<String>> | 
DomainApi.exportFormat(int id,
            Domain.Format format)
This call provides the BIND (Berkeley Internet Name Domain) 9 formatted contents of the requested domain. 
 | 
Job<Domain> | 
DomainApi.importFormat(List<String> contents,
            Domain.Format format)
This call provisions a new DNS domain under the account specified by the BIND 9 formatted file configuration
 contents. 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.