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

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

Uses of AddRecordOptions in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features with parameters of type AddRecordOptions
 com.google.common.util.concurrent.ListenableFuture<Void> DomainAsyncClient.addRecord(String domain, String host, String type, String data, AddRecordOptions... options)
           
 void DomainClient.addRecord(String domain, String host, String type, String data, AddRecordOptions... options)
          Add a DNS Record
 

Uses of AddRecordOptions in org.jclouds.glesys.options
 

Subclasses of AddRecordOptions in org.jclouds.glesys.options
 class EditRecordOptions
           
 

Methods in org.jclouds.glesys.options that return AddRecordOptions
 AddRecordOptions AddRecordOptions.ttl(int ttl)
          Configure TTL/Time-to-live for record
static AddRecordOptions AddRecordOptions.Builder.ttl(int ttl)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.