Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and Description |
---|---|
static DnsTransportProtocol |
DnsTransportProtocol.create(String key) |
DnsTransportProtocol |
DnsTraceMonitorConfiguration.getProtocol()
Type of protocol.
|
DnsTransportProtocol |
DnsServerMonitorConfiguration.getProtocol()
Type of protocol.
|
static DnsTransportProtocol |
DnsTransportProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsTransportProtocol[] |
DnsTransportProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DnsTraceMonitorConfiguration.Builder |
DnsTraceMonitorConfiguration.Builder.protocol(DnsTransportProtocol protocol)
Type of protocol.
|
DnsServerMonitorConfiguration.Builder |
DnsServerMonitorConfiguration.Builder.protocol(DnsTransportProtocol protocol)
Type of protocol.
|
Constructor and Description |
---|
DnsServerMonitorConfiguration(Boolean isFailureRetried,
DnsConfiguration dnsConfiguration,
DnsRecordType recordType,
String nameServer,
NetworkConfiguration networkConfiguration,
DnsTransportProtocol protocol,
String verifyResponseContent,
Boolean isQueryRecursive)
Deprecated.
|
DnsTraceMonitorConfiguration(Boolean isFailureRetried,
DnsConfiguration dnsConfiguration,
DnsRecordType recordType,
DnsTransportProtocol protocol,
String verifyResponseContent)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.