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 DomainRecordDomainApi. 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 UpdateRecordOptionsUpdateRecordOptions.Builder. data(String data)UpdateRecordOptionsUpdateRecordOptions. data(String data)Set the content of this record (depending on type, for an "A" record this would be an ip address)static UpdateRecordOptionsUpdateRecordOptions.Builder. host(String host)UpdateRecordOptionsUpdateRecordOptions. host(String host)Configure the hostname attached to this recordstatic UpdateRecordOptionsUpdateRecordOptions.Builder. ttl(int ttl)UpdateRecordOptionsUpdateRecordOptions. ttl(int ttl)static UpdateRecordOptionsUpdateRecordOptions.Builder. type(String type)UpdateRecordOptionsUpdateRecordOptions. type(String type)Configure the type of record, ex.
-