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(java.lang.String name)static RecordNameRecordName. from(java.lang.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)java.util.List<Record>MemoryNameService. createAlias(RecordName name, java.util.Set<AliasTarget> targets)java.util.List<Record>NameService. createAlias(RecordName name, java.util.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 recordjava.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.java.util.List<Record>MemoryNameService. findRecords(Record.Type type, RecordName name)java.util.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, java.time.Duration ttl, RecordName name, RecordData data)
-