Package | Description |
---|---|
com.oracle.bmc.networkloadbalancer.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DnsHealthCheckerDetails.Builder |
DnsHealthCheckerDetails.Builder.queryClass(DnsHealthCheckQueryClasses queryClass)
The class the dns health check query to use; either IN or CH.
|
Constructor and Description |
---|
DnsHealthCheckerDetails(DnsHealthCheckTransportProtocols transportProtocol,
String domainName,
DnsHealthCheckQueryClasses queryClass,
DnsHealthCheckQueryTypes queryType,
List<DnsHealthCheckRCodes> rcodes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.