Package | Description |
---|---|
org.jclouds.rackspace.clouddns.v1.domain | |
org.jclouds.rackspace.clouddns.v1.features | |
org.jclouds.rackspace.clouddns.v1.functions |
Modifier and Type | Method and Description |
---|---|
protected Domain |
Domain.from(Domain in) |
Modifier and Type | Method and Description |
---|---|
protected Domain |
Domain.from(Domain in) |
Modifier and Type | Method and Description |
---|---|
Domain |
DomainApi.get(int id)
Get all information for a Domain, including records and subdomains.
|
Modifier and Type | Method and Description |
---|---|
Job<Set<Domain>> |
DomainApi.create(Iterable<CreateDomain> createDomains)
Provisions one or more new DNS domains based on the configuration defined in CreateDomain.
|
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.
|
PagedIterable<Domain> |
DomainApi.list()
The resulting list is flat, and does not break the domains down hierarchically by subdomain.
|
PaginatedCollection<Domain> |
DomainApi.list(PaginationOptions options)
The resulting list is flat, and does not break the domains down hierarchically by subdomain.
|
PagedIterable<Domain> |
DomainApi.listWithFilterByNamesMatching(String nameFilter)
Filtering the search to limit the results returned can be performed by using the nameFilter parameter.
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<Domain,String> |
DomainFunctions.GET_DOMAIN_NAME
Take a Domain and return its name.
|
Modifier and Type | Method and Description |
---|---|
Domain |
ParseDomain.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
PaginatedCollection<Domain> |
ParseDomains.apply(HttpResponse response) |
protected com.google.common.base.Function<Object,IterableWithMarker<Domain>> |
DomainsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
static Map<String,Domain> |
DomainFunctions.toDomainMap(Set<Domain> domains)
Take a Set of Domains and return a Map of domain name to the Domain.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Domain> |
DomainFunctions.toDomainMap(Set<Domain> domains)
Take a Set of Domains and return a Map of domain name to the Domain.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.