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
Fields in com.yahoo.vespa.hosted.controller.api.integration.dns with type parameters of type RecordNameMethods 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.VpcEndpointService.DnsChallenge.name()Returns the value of thenamerecord component.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.createDirect(RecordName name, Set<DirectTarget> targets) NameService.createDirect(RecordName name, Set<DirectTarget> targets) Create a non-standard record pointing to given targets.MemoryNameService.createRecord(Record.Type type, RecordName name, RecordData canonicalName) NameService.createRecord(Record.Type type, RecordName name, RecordData data) Create a new 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 RecordNameModifierConstructorDescriptionDnsChallenge(RecordName name, RecordData data, ClusterId clusterId, String serviceId, Optional<com.yahoo.config.provision.CloudAccount> account, Instant createdAt, VpcEndpointService.State state) Creates an instance of aDnsChallengerecord class.Record(Record.Type type, RecordName name, RecordData data) Record(Record.Type type, Duration ttl, RecordName name, RecordData data) Creates an instance of aRecordrecord class.