Uses of Class
com.oracle.bmc.apmsynthetics.model.DnsRecordType
-
Packages that use DnsRecordType Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of DnsRecordType in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return DnsRecordType Modifier and Type Method Description static DnsRecordType
DnsRecordType. create(String key)
DnsRecordType
DnsSecMonitorConfiguration. getRecordType()
DNS record type.DnsRecordType
DnsServerMonitorConfiguration. getRecordType()
DNS record type.DnsRecordType
DnsTraceMonitorConfiguration. 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.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type DnsRecordType Modifier and Type Method Description DnsSecMonitorConfiguration.Builder
DnsSecMonitorConfiguration.Builder. recordType(DnsRecordType recordType)
DNS record type.DnsServerMonitorConfiguration.Builder
DnsServerMonitorConfiguration.Builder. recordType(DnsRecordType recordType)
DNS record type.DnsTraceMonitorConfiguration.Builder
DnsTraceMonitorConfiguration.Builder. recordType(DnsRecordType recordType)
DNS record type.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type DnsRecordType Constructor 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.
-