Uses of Class
io.smallrye.stork.servicediscovery.dns.DnsRecordType
-
-
Uses of DnsRecordType in io.smallrye.stork.servicediscovery.dns
Methods in io.smallrye.stork.servicediscovery.dns that return DnsRecordType Modifier and Type Method Description static DnsRecordTypeDnsRecordType. valueOf(String name)Returns the enum constant of this type with the specified name.static DnsRecordType[]DnsRecordType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-