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

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

Uses of EditRecordOptions in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features with parameters of type EditRecordOptions
 com.google.common.util.concurrent.ListenableFuture<Void> DomainAsyncClient.editRecord(String record_id, EditRecordOptions... options)
           
 void DomainClient.editRecord(String recordId, EditRecordOptions... options)
          Modify a specific DNS Record
 

Uses of EditRecordOptions in org.jclouds.glesys.options
 

Methods in org.jclouds.glesys.options that return EditRecordOptions
 EditRecordOptions EditRecordOptions.data(String data)
          Set the content of this record (depending on type, for an "A" record this would be an ip address)
static EditRecordOptions EditRecordOptions.Builder.data(String data)
           
 EditRecordOptions EditRecordOptions.host(String host)
          Configure the hostname attached to this record
static EditRecordOptions EditRecordOptions.Builder.host(String host)
           
static EditRecordOptions EditRecordOptions.Builder.ttl(int ttl)
           
 EditRecordOptions EditRecordOptions.type(String type)
          Configure the type of record, ex.
static EditRecordOptions EditRecordOptions.Builder.type(String type)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.