Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.dns.Record.Type
Packages that use Record.Type
-
Uses of Record.Type in com.yahoo.vespa.hosted.controller.api.integration.dns
Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return Record.TypeModifier and TypeMethodDescriptionRecord.type()DNS type of thisstatic Record.TypeReturns the enum constant of this class with the specified name.static Record.Type[]Record.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type Record.TypeModifier and TypeMethodDescriptionMemoryNameService.createRecord(Record.Type type, RecordName name, RecordData canonicalName) NameService.createRecord(Record.Type type, RecordName name, RecordData data) Create a new recordMemoryNameService.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 Record.TypeModifierConstructorDescriptionRecord(Record.Type type, RecordName name, RecordData data) Record(Record.Type type, Duration ttl, RecordName name, RecordData data) Creates an instance of aRecordrecord class.