Uses of Class
com.oracle.bmc.networkloadbalancer.model.DnsHealthCheckQueryTypes
-
Packages that use DnsHealthCheckQueryTypes Package Description com.oracle.bmc.networkloadbalancer.model -
-
Uses of DnsHealthCheckQueryTypes in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return DnsHealthCheckQueryTypes Modifier and Type Method Description static DnsHealthCheckQueryTypesDnsHealthCheckQueryTypes. create(String key)DnsHealthCheckQueryTypesDnsHealthCheckerDetails. getQueryType()The type the dns health check query to use; A, AAAA, TXT.static DnsHealthCheckQueryTypesDnsHealthCheckQueryTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static DnsHealthCheckQueryTypes[]DnsHealthCheckQueryTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type DnsHealthCheckQueryTypes Modifier and Type Method Description DnsHealthCheckerDetails.BuilderDnsHealthCheckerDetails.Builder. queryType(DnsHealthCheckQueryTypes queryType)The type the dns health check query to use; A, AAAA, TXT.Constructors in com.oracle.bmc.networkloadbalancer.model with parameters of type DnsHealthCheckQueryTypes Constructor Description DnsHealthCheckerDetails(DnsHealthCheckTransportProtocols transportProtocol, String domainName, DnsHealthCheckQueryClasses queryClass, DnsHealthCheckQueryTypes queryType, List<DnsHealthCheckRCodes> rcodes)Deprecated.
-