|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateRecordOptions | |
|---|---|
| org.jclouds.glesys.features | |
| org.jclouds.glesys.options | |
| Uses of UpdateRecordOptions in org.jclouds.glesys.features |
|---|
| Methods in org.jclouds.glesys.features with parameters of type UpdateRecordOptions | |
|---|---|
DomainRecord |
DomainApi.updateRecord(String recordId,
UpdateRecordOptions options)
Modify a specific DNS Record |
| Uses of UpdateRecordOptions in org.jclouds.glesys.options |
|---|
| Methods in org.jclouds.glesys.options that return UpdateRecordOptions | |
|---|---|
UpdateRecordOptions |
UpdateRecordOptions.data(String data)
Set the content of this record (depending on type, for an "A" record this would be an ip address) |
static UpdateRecordOptions |
UpdateRecordOptions.Builder.data(String data)
|
UpdateRecordOptions |
UpdateRecordOptions.host(String host)
Configure the hostname attached to this record |
static UpdateRecordOptions |
UpdateRecordOptions.Builder.host(String host)
|
UpdateRecordOptions |
UpdateRecordOptions.ttl(int ttl)
|
static UpdateRecordOptions |
UpdateRecordOptions.Builder.ttl(int ttl)
|
UpdateRecordOptions |
UpdateRecordOptions.type(String type)
Configure the type of record, ex. |
static UpdateRecordOptions |
UpdateRecordOptions.Builder.type(String type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||