Package | Description |
---|---|
com.oracle.bmc.networkloadbalancer.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<DnsHealthCheckRCodes> |
DnsHealthCheckerDetails.getRcodes()
An array that represents accepetable RCODE values for DNS query response.
|
Modifier and Type | Method and Description |
---|---|
DnsHealthCheckerDetails.Builder |
DnsHealthCheckerDetails.Builder.rcodes(List<DnsHealthCheckRCodes> rcodes)
An array that represents accepetable RCODE values for DNS query response.
|
Constructor and Description |
---|
DnsHealthCheckerDetails(DnsHealthCheckTransportProtocols transportProtocol,
String domainName,
DnsHealthCheckQueryClasses queryClass,
DnsHealthCheckQueryTypes queryType,
List<DnsHealthCheckRCodes> rcodes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.