Uses of Class
org.jclouds.glesys.options.UpdateRecordOptions
-
Packages that use UpdateRecordOptions Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description static UpdateRecordOptions
UpdateRecordOptions.Builder. data(String data)
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. host(String host)
UpdateRecordOptions
UpdateRecordOptions. host(String host)
Configure the hostname attached to this recordstatic UpdateRecordOptions
UpdateRecordOptions.Builder. ttl(int ttl)
UpdateRecordOptions
UpdateRecordOptions. ttl(int ttl)
static UpdateRecordOptions
UpdateRecordOptions.Builder. type(String type)
UpdateRecordOptions
UpdateRecordOptions. type(String type)
Configure the type of record, ex.
-