Uses of Record Class
com.yahoo.vespa.hosted.controller.api.integration.dns.RecordName
Packages that use RecordName
-
Uses of RecordName in com.yahoo.vespa.hosted.controller.api.integration.dns
Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return RecordNameModifier and TypeMethodDescriptionRecordName.asFqdn()Returns this as a fully qualified domain name (ends in trailing dot)static RecordNamestatic RecordNameRecord.name()Name of this, e.g.Methods in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type RecordNameModifier and TypeMethodDescriptionintRecordName.compareTo(RecordName that) MemoryNameService.createAlias(RecordName name, Set<AliasTarget> targets) NameService.createAlias(RecordName name, Set<AliasTarget> targets) Create a non-standard ALIAS record pointing to given targets.MemoryNameService.createCname(RecordName name, RecordData canonicalName) NameService.createCname(RecordName name, RecordData canonicalName) Create a new CNAME recordMemoryNameService.createTxtRecords(RecordName name, List<RecordData> txtData) NameService.createTxtRecords(RecordName name, List<RecordData> txtRecords) Create a new TXT record containing the provided data.MemoryNameService.findRecords(Record.Type type, RecordName name) 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 RecordNameModifierConstructorDescriptionRecord(Record.Type type, RecordName name, RecordData data) Record(Record.Type type, Duration ttl, RecordName name, RecordData data) Creates an instance of aRecordrecord class.