org.jclouds.glesys.options
Class EditRecordOptions

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

public class EditRecordOptions
extends AddRecordOptions

Author:
Adam Lowe

Nested Class Summary
static class EditRecordOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
EditRecordOptions()
           
 
Method Summary
 EditRecordOptions data(String data)
          Set the content of this record (depending on type, for an "A" record this would be an ip address)
 EditRecordOptions host(String host)
          Configure the hostname attached to this record
 EditRecordOptions type(String type)
          Configure the type of record, ex.
 
Methods inherited from class org.jclouds.glesys.options.AddRecordOptions
ttl
 
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

EditRecordOptions

public EditRecordOptions()
Method Detail

host

public EditRecordOptions host(String host)
Configure the hostname attached to this record


type

public EditRecordOptions type(String type)
Configure the type of record, ex. "A", "CNAME" or "MX"


data

public EditRecordOptions data(String data)
Set the content of this record (depending on type, for an "A" record this would be an ip address)



Copyright © 2009-2012 jclouds. All Rights Reserved.