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

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

Overview

devcentral.f5.com/wiki/iControl.LocalLB__VirtualServer__SourceAddressTranslationType.ashx A list of source address translation types.

Constant Summary collapse

SRC_TRANS_UNKNOWN =

Translation type unknown (or unsupported by iControl).

0
SRC_TRANS_NONE =

No translation is being used.

1
SRC_TRANS_AUTOMAP =

The translation uses self IP addresses.

2
SRC_TRANS_SNATPOOL =

The translation uses a SNAT pool of translation addresses.

3
SRC_TRANS_LSNPOOL =

The translation uses an LSN pool of translation addresses.

4