Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dns.AliasTarget
-
Packages that use AliasTarget Package Description com.yahoo.vespa.hosted.controller.api.integration.dns -
-
Uses of AliasTarget in com.yahoo.vespa.hosted.controller.api.integration.dns
Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return AliasTarget Modifier and Type Method Description static AliasTargetAliasTarget. from(RecordData data)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.dns with type arguments of type AliasTarget Modifier and Type Method Description 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.
-