Class: IControl::LocalLB::SnatType

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

Overview

A list of translation types.

Constant Summary collapse

SNAT_TYPE_NONE =

No snat is being used.

:SNAT_TYPE_NONE
SNAT_TYPE_TRANSLATION_ADDRESS =

The snat uses a single translation address.

:SNAT_TYPE_TRANSLATION_ADDRESS
SNAT_TYPE_SNATPOOL =

The snat uses a SNAT pool of translation addresses.

:SNAT_TYPE_SNATPOOL
SNAT_TYPE_AUTOMAP =

The snat uses self IP addresses.

:SNAT_TYPE_AUTOMAP