org.jclouds.glesys.options
Class EditRecordOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.glesys.options.AddRecordOptions
org.jclouds.glesys.options.EditRecordOptions
- All Implemented Interfaces:
- HttpRequestOptions
public class EditRecordOptions
- extends AddRecordOptions
- Author:
- Adam Lowe
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
EditRecordOptions
public EditRecordOptions()
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.