Uses of Class
com.oracle.bmc.networkloadbalancer.model.DnsHealthCheckRCodes
-
Packages that use DnsHealthCheckRCodes Package Description com.oracle.bmc.networkloadbalancer.model -
-
Uses of DnsHealthCheckRCodes in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return DnsHealthCheckRCodes Modifier and Type Method Description static DnsHealthCheckRCodes
DnsHealthCheckRCodes. create(String key)
static DnsHealthCheckRCodes
DnsHealthCheckRCodes. valueOf(String name)
Returns the enum constant of this type with the specified name.static DnsHealthCheckRCodes[]
DnsHealthCheckRCodes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.networkloadbalancer.model that return types with arguments of type DnsHealthCheckRCodes Modifier and Type Method Description List<DnsHealthCheckRCodes>
DnsHealthCheckerDetails. getRcodes()
An array that represents accepetable RCODE values for DNS query response.Method parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type DnsHealthCheckRCodes Modifier and Type Method Description DnsHealthCheckerDetails.Builder
DnsHealthCheckerDetails.Builder. rcodes(List<DnsHealthCheckRCodes> rcodes)
An array that represents accepetable RCODE values for DNS query response.Constructor parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type DnsHealthCheckRCodes Constructor Description DnsHealthCheckerDetails(DnsHealthCheckTransportProtocols transportProtocol, String domainName, DnsHealthCheckQueryClasses queryClass, DnsHealthCheckQueryTypes queryType, List<DnsHealthCheckRCodes> rcodes)
Deprecated.
-