|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.glesys.options.AddRecordOptions
org.jclouds.glesys.options.UpdateRecordOptions
public class UpdateRecordOptions
| Nested Class Summary | |
|---|---|
static class |
UpdateRecordOptions.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
UpdateRecordOptions()
|
|
| Method Summary | |
|---|---|
UpdateRecordOptions |
data(String data)
Set the content of this record (depending on type, for an "A" record this would be an ip address) |
UpdateRecordOptions |
host(String host)
Configure the hostname attached to this record |
UpdateRecordOptions |
ttl(int ttl)
Configure TTL/Time-to-live for record |
UpdateRecordOptions |
type(String type)
Configure 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateRecordOptions()
| Method Detail |
|---|
public UpdateRecordOptions host(String host)
public UpdateRecordOptions type(String type)
public UpdateRecordOptions data(String data)
public UpdateRecordOptions ttl(int ttl)
AddRecordOptions
ttl in class AddRecordOptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||