|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Domain.Format | |
|---|---|
| org.jclouds.rackspace.clouddns.v1.domain | |
| org.jclouds.rackspace.clouddns.v1.features | |
| Uses of Domain.Format in org.jclouds.rackspace.clouddns.v1.domain |
|---|
| Methods in org.jclouds.rackspace.clouddns.v1.domain that return Domain.Format | |
|---|---|
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. |
| Uses of Domain.Format in org.jclouds.rackspace.clouddns.v1.features |
|---|
| Methods in org.jclouds.rackspace.clouddns.v1.features with parameters of type Domain.Format | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||