Uses of Enum Class
org.jclouds.rackspace.clouddns.v1.domain.Domain.Format
Packages that use Domain.Format
Package
Description
-
Uses of Domain.Format in org.jclouds.rackspace.clouddns.v1.domain
Methods in org.jclouds.rackspace.clouddns.v1.domain that return Domain.FormatModifier and TypeMethodDescriptionstatic Domain.Format
static Domain.Format
Returns the enum constant of this class with the specified name.static Domain.Format[]
Domain.Format.values()
Returns an array containing the constants of this enum class, 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.FormatModifier and TypeMethodDescriptionDomainApi.exportFormat
(int id, Domain.Format format) This call provides the BIND (Berkeley Internet Name Domain) 9 formatted contents of the requested 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.