Package org.jclouds.glesys.options
Class UpdateRecordOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.glesys.options.AddRecordOptions
org.jclouds.glesys.options.UpdateRecordOptions
- All Implemented Interfaces:
HttpRequestOptions
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet the content of this record (depending on type, for an "A" record this would be an ip address)Configure the hostname attached to this recordttl
(int ttl) Configure TTL/Time-to-live for recordConfigure the type of record, ex.Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Constructor Details
-
UpdateRecordOptions
public UpdateRecordOptions()
-
-
Method Details
-
host
Configure the hostname attached to this record -
type
Configure the type of record, ex. "A", "CNAME" or "MX" -
data
Set the content of this record (depending on type, for an "A" record this would be an ip address) -
ttl
Description copied from class:AddRecordOptions
Configure TTL/Time-to-live for record- Overrides:
ttl
in classAddRecordOptions
-