Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dns.RecordData
-
Packages that use RecordData Package Description com.yahoo.vespa.hosted.controller.api.integration.dns -
-
Uses of RecordData in com.yahoo.vespa.hosted.controller.api.integration.dns
Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return RecordData Modifier and Type Method Description RecordDataAliasTarget. asData()Returns the fields in this encoded as record dataRecordDataRecord. data()Data in this, e.g.static RecordDataRecordData. fqdn(java.lang.String data)Create a new record and append a trailing dot to given data, if missingstatic RecordDataRecordData. from(java.lang.String data)Create data containing the given dataMethods in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type RecordData Modifier and Type Method Description intRecordData. compareTo(RecordData that)RecordMemoryNameService. createCname(RecordName name, RecordData canonicalName)RecordNameService. createCname(RecordName name, RecordData canonicalName)Create a new CNAME recordjava.util.List<Record>MemoryNameService. findRecords(Record.Type type, RecordData data)java.util.List<Record>NameService. findRecords(Record.Type type, RecordData data)Find all records matching given type and datastatic AliasTargetAliasTarget. from(RecordData data)voidMemoryNameService. updateRecord(Record record, RecordData newData)voidNameService. updateRecord(Record record, RecordData newData)Update existing recordMethod parameters in com.yahoo.vespa.hosted.controller.api.integration.dns with type arguments of type RecordData Modifier and Type Method Description java.util.List<Record>MemoryNameService. createTxtRecords(RecordName name, java.util.List<RecordData> txtData)java.util.List<Record>NameService. createTxtRecords(RecordName name, java.util.List<RecordData> txtRecords)Create a new TXT record containing the provided data.Constructors in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type RecordData Constructor Description Record(Record.Type type, RecordName name, RecordData data)Record(Record.Type type, java.time.Duration ttl, RecordName name, RecordData data)
-