Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dns.RecordName
-
Packages that use RecordName Package Description com.yahoo.vespa.hosted.controller.api.integration.dns -
-
Uses of RecordName in com.yahoo.vespa.hosted.controller.api.integration.dns
Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return RecordName Modifier and Type Method Description RecordNameRecordName. asFqdn()Returns this as a fully qualified domain name (ends in trailing dot)static RecordNameRecordName. fqdn(String name)static RecordNameRecordName. from(String name)RecordNameRecord. name()Name of this, e.g.Methods in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type RecordName Modifier and Type Method Description intRecordName. compareTo(RecordName that)List<Record>MemoryNameService. createAlias(RecordName name, Set<AliasTarget> targets)List<Record>NameService. createAlias(RecordName name, Set<AliasTarget> targets)Create a non-standard ALIAS record pointing to given targets.RecordMemoryNameService. createCname(RecordName name, RecordData canonicalName)RecordNameService. createCname(RecordName name, RecordData canonicalName)Create a new CNAME recordList<Record>MemoryNameService. createTxtRecords(RecordName name, List<RecordData> txtData)List<Record>NameService. createTxtRecords(RecordName name, List<RecordData> txtRecords)Create a new TXT record containing the provided data.List<Record>MemoryNameService. findRecords(Record.Type type, RecordName name)List<Record>NameService. findRecords(Record.Type type, RecordName name)Find all records matching given type and nameConstructors in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type RecordName Constructor Description Record(Record.Type type, RecordName name, RecordData data)Record(Record.Type type, Duration ttl, RecordName name, RecordData data)
-