Uses of Class
org.jclouds.glesys.options.AddRecordOptions
-
Packages that use AddRecordOptions Package Description org.jclouds.glesys.features org.jclouds.glesys.options -
-
Uses of AddRecordOptions in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features with parameters of type AddRecordOptions Modifier and Type Method Description DomainRecord
DomainApi. createRecord(String domain, String host, String type, String data, AddRecordOptions... options)
Add a DNS Record -
Uses of AddRecordOptions in org.jclouds.glesys.options
Subclasses of AddRecordOptions in org.jclouds.glesys.options Modifier and Type Class Description class
UpdateRecordOptions
Methods in org.jclouds.glesys.options that return AddRecordOptions Modifier and Type Method Description static AddRecordOptions
AddRecordOptions.Builder. ttl(int ttl)
AddRecordOptions
AddRecordOptions. ttl(int ttl)
Configure TTL/Time-to-live for record
-