Uses of Class
com.oracle.bmc.networkloadbalancer.model.DnsHealthCheckQueryClasses
-
Packages that use DnsHealthCheckQueryClasses Package Description com.oracle.bmc.networkloadbalancer.model -
-
Uses of DnsHealthCheckQueryClasses in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return DnsHealthCheckQueryClasses Modifier and Type Method Description static DnsHealthCheckQueryClasses
DnsHealthCheckQueryClasses. create(String key)
DnsHealthCheckQueryClasses
DnsHealthCheckerDetails. getQueryClass()
The class the dns health check query to use; either IN or CH.static DnsHealthCheckQueryClasses
DnsHealthCheckQueryClasses. valueOf(String name)
Returns the enum constant of this type with the specified name.static DnsHealthCheckQueryClasses[]
DnsHealthCheckQueryClasses. 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 DnsHealthCheckQueryClasses Modifier and Type Method Description DnsHealthCheckerDetails.Builder
DnsHealthCheckerDetails.Builder. queryClass(DnsHealthCheckQueryClasses queryClass)
The class the dns health check query to use; either IN or CH.Constructors in com.oracle.bmc.networkloadbalancer.model with parameters of type DnsHealthCheckQueryClasses Constructor Description DnsHealthCheckerDetails(DnsHealthCheckTransportProtocols transportProtocol, String domainName, DnsHealthCheckQueryClasses queryClass, DnsHealthCheckQueryTypes queryType, List<DnsHealthCheckRCodes> rcodes)
Deprecated.
-