Module: F5::Icontrol::LocalLB::VirtualServer::SourceAddressTranslationType

Defined in:
lib/f5/icontrol/locallb/virtual_server/source_address_translation.rb

Overview

Constant Summary collapse

SRC_TRANS_UNKNOWN =

Translation type unknown (or unsupported by iControl).

EnumItem.new('SRC_TRANS_UNKNOWN', '0')
SRC_TRANS_NONE =

No translation is being used.

EnumItem.new('SRC_TRANS_NONE', '1')
SRC_TRANS_AUTOMAP =

The translation uses self IP addresses.

EnumItem.new('SRC_TRANS_AUTOMAP', '2')
SRC_TRANS_SNATPOOL =

The translation uses a SNAT pool of translation addresses.

EnumItem.new('SRC_TRANS_SNATPOOL', '3')
SRC_TRANS_LSNPOOL =

The translation uses an LSN pool of translation addresses.

EnumItem.new('SRC_TRANS_LSNPOOL', '4')