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 DnsRecordTypeDnsRecordType. create(String key)DnsRecordTypeDnsSecMonitorConfiguration. getRecordType()DNS record type.DnsRecordTypeDnsServerMonitorConfiguration. getRecordType()DNS record type.DnsRecordTypeDnsTraceMonitorConfiguration. getRecordType()DNS record type.static DnsRecordTypeDnsRecordType. 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.BuilderDnsSecMonitorConfiguration.Builder. recordType(DnsRecordType recordType)DNS record type.DnsServerMonitorConfiguration.BuilderDnsServerMonitorConfiguration.Builder. recordType(DnsRecordType recordType)DNS record type.DnsTraceMonitorConfiguration.BuilderDnsTraceMonitorConfiguration.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.
-