Uses of Class
org.jclouds.glesys.domain.DomainRecord
-
Packages that use DomainRecord Package Description org.jclouds.glesys.domain org.jclouds.glesys.features -
-
Uses of DomainRecord in org.jclouds.glesys.domain
Methods in org.jclouds.glesys.domain that return DomainRecord Modifier and Type Method Description DomainRecord
DomainRecord.Builder. build()
Methods in org.jclouds.glesys.domain with parameters of type DomainRecord Modifier and Type Method Description T
DomainRecord.Builder. fromDomainRecord(DomainRecord in)
-
Uses of DomainRecord in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features that return DomainRecord Modifier and Type Method Description DomainRecord
DomainApi. createRecord(String domain, String host, String type, String data, AddRecordOptions... options)
Add a DNS RecordDomainRecord
DomainApi. updateRecord(String recordId, UpdateRecordOptions options)
Modify a specific DNS RecordMethods in org.jclouds.glesys.features that return types with arguments of type DomainRecord Modifier and Type Method Description Set<DomainRecord>
DomainApi. listRecords(String domain)
Retrieve the DNS records for a given domain
-