Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and Description |
---|---|
static DnsRecordType |
DnsRecordType.create(String key) |
DnsRecordType |
DnsTraceMonitorConfiguration.getRecordType()
DNS record type.
|
DnsRecordType |
DnsServerMonitorConfiguration.getRecordType()
DNS record type.
|
DnsRecordType |
DnsSecMonitorConfiguration.getRecordType()
DNS record type.
|
static DnsRecordType |
DnsRecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsRecordType[] |
DnsRecordType.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.recordType(DnsRecordType recordType)
DNS record type.
|
DnsServerMonitorConfiguration.Builder |
DnsServerMonitorConfiguration.Builder.recordType(DnsRecordType recordType)
DNS record type.
|
DnsSecMonitorConfiguration.Builder |
DnsSecMonitorConfiguration.Builder.recordType(DnsRecordType recordType)
DNS record type.
|
Constructor and Description |
---|
DnsSecMonitorConfiguration(Boolean isFailureRetried,
DnsConfiguration dnsConfiguration,
DnsRecordType recordType,
String verifyResponseContent)
Deprecated.
|
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.