Uses of Class
org.jclouds.glesys.options.DomainOptions

Packages that use DomainOptions
org.jclouds.glesys.features   
org.jclouds.glesys.options   
 

Uses of DomainOptions in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features with parameters of type DomainOptions
 com.google.common.util.concurrent.ListenableFuture<Void> DomainAsyncClient.editDomain(String domain, DomainOptions... options)
           
 void DomainClient.editDomain(String domain, DomainOptions... options)
          Add a domain to the Glesys dns-system
 

Uses of DomainOptions in org.jclouds.glesys.options
 

Subclasses of DomainOptions in org.jclouds.glesys.options
 class AddDomainOptions
           
 

Methods in org.jclouds.glesys.options that return DomainOptions
 DomainOptions DomainOptions.expire(int expire)
          Configure the number of seconds a master or slave will wait before considering the data stale if it cannot reach the primary name server
static DomainOptions DomainOptions.Builder.expire(int expire)
           
 DomainOptions AddDomainOptions.minimalRecords()
          Ensure only NS and SOA records will be created by default, when this option is not used a number of default records will be created on the domain.
 DomainOptions DomainOptions.minimum(int minimum)
          Configure the minimum/default TTL if the domain does not specify ttl
static DomainOptions DomainOptions.Builder.minimum(int minimum)
           
 DomainOptions DomainOptions.primaryNameServer(String primaryNameServer)
          Configure the primary DNS server for this domain.
static DomainOptions DomainOptions.Builder.primaryNameServer(String primaryNameServer)
           
 DomainOptions DomainOptions.refresh(int refresh)
          Configure the number of seconds between update requests from secondary and slave name servers
static DomainOptions DomainOptions.Builder.refresh(int refresh)
           
 DomainOptions DomainOptions.responsiblePerson(String responsiblePerson)
          Configure the E-mail address of the person responsible for this domain (usually attached to MX records).
static DomainOptions DomainOptions.Builder.responsiblePerson(String responsiblePerson)
           
 DomainOptions DomainOptions.retry(int retry)
          Configure the number of seconds the secondary/slave will wait before retrying when the last attempt failed
static DomainOptions DomainOptions.Builder.retry(int retry)
           
 DomainOptions DomainOptions.ttl(int ttl)
          TTL (time to live).
static DomainOptions DomainOptions.Builder.ttl(int ttl)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.