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

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

Uses of AddDomainOptions in org.jclouds.glesys.features
 

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

Uses of AddDomainOptions in org.jclouds.glesys.options
 

Methods in org.jclouds.glesys.options that return AddDomainOptions
static AddDomainOptions AddDomainOptions.Builder.expire(int expire)
           
static AddDomainOptions AddDomainOptions.Builder.minimalRecords()
           
static AddDomainOptions AddDomainOptions.Builder.minimum(int minimum)
           
static AddDomainOptions AddDomainOptions.Builder.primaryNameServer(String primaryNameServer)
           
static AddDomainOptions AddDomainOptions.Builder.refresh(int refresh)
           
static AddDomainOptions AddDomainOptions.Builder.responsiblePerson(String responsiblePerson)
           
static AddDomainOptions AddDomainOptions.Builder.retry(int retry)
           
static AddDomainOptions AddDomainOptions.Builder.ttl(int ttl)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.