Class: IControl::GlobalLB::LDNSProbeProtocol

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/global_lb.rb,
lib/icontrol/global_lb.rb

Overview

A list of LDNS probe protocol types.

Constant Summary collapse

LDNS_PROBE_PROTOCOL_ICMP =

Use ICMP for LDNS probing.

:LDNS_PROBE_PROTOCOL_ICMP
LDNS_PROBE_PROTOCOL_TCP =

Use TCP for LDNS probing.

:LDNS_PROBE_PROTOCOL_TCP
LDNS_PROBE_PROTOCOL_UDP =

Use UDP for LDNS probing.

:LDNS_PROBE_PROTOCOL_UDP
LDNS_PROBE_PROTOCOL_DNS_DOT =

Use DNS_DOT for LDNS probing.

:LDNS_PROBE_PROTOCOL_DNS_DOT
LDNS_PROBE_PROTOCOL_DNS_REV =

Use DNS_REV for LDNS probing.

:LDNS_PROBE_PROTOCOL_DNS_REV