Uses of Package
com.yahoo.vespa.hosted.controller.api.integration.dns
Packages that use com.yahoo.vespa.hosted.controller.api.integration.dns
Package
Description
No-dependency implementations of integration interfaces for setups where we want to avoid contacting
certain thirds-party systems.
-
-
Classes in com.yahoo.vespa.hosted.controller.api.integration.dns used by com.yahoo.vespa.hosted.controller.api.integration.dnsClassDescriptionThe target of a
Record.Type.ALIASrecord.Same asAliasTarget, except for targets outside AWS (cannot be targeted with ALIAS record).An implementation ofAliasTargetthat uses latency-based routing.An implementation ofDirectTargetthat uses latency-based routing.A managed DNS service.A basic representation of a DNS resource record, containing the record type, name and data.Represents the data field of a DNS record (RDATA).Represents the name field of a DNS record (NAME).An implementation ofAliasTargetwhere is requests are answered based on the weight assigned to the record, as a proportion of the total weight for all records having the same DNS name.An implementation ofDirectTargetwhere is requests are answered based on the weight assigned to the record, as a proportion of the total weight for all records having the same DNS name. -