org.jclouds.glesys.options
Class AddRecordOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.glesys.options.AddRecordOptions
All Implemented Interfaces:
HttpRequestOptions
Direct Known Subclasses:
EditRecordOptions

public class AddRecordOptions
extends BaseHttpRequestOptions

Author:
Adam Lowe

Nested Class Summary
static class AddRecordOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
AddRecordOptions()
           
 
Method Summary
 AddRecordOptions ttl(int ttl)
          Configure TTL/Time-to-live for record
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddRecordOptions

public AddRecordOptions()
Method Detail

ttl

public AddRecordOptions ttl(int ttl)
Configure TTL/Time-to-live for record



Copyright © 2009-2012 jclouds. All Rights Reserved.