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.modelMethods in com.oracle.bmc.networkloadbalancer.model that return DnsHealthCheckQueryClasses Modifier and Type Method Description static DnsHealthCheckQueryClassesDnsHealthCheckQueryClasses. create(String key)DnsHealthCheckQueryClassesDnsHealthCheckerDetails. getQueryClass()The class the dns health check query to use; either IN or CH.static DnsHealthCheckQueryClassesDnsHealthCheckQueryClasses. 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.BuilderDnsHealthCheckerDetails.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.
 
-