Class: IControl::Common::SourcePortBehavior
- Inherits:
-
Base::Enumeration
- Object
- Base::Enumeration
- IControl::Common::SourcePortBehavior
- Defined in:
- lib/icontrol/common.rb,
lib/icontrol/common.rb
Overview
An enumeration controlling source port behavior.
Constant Summary
- SOURCE_PORT_PRESERVE =
Attempt to preserve the source port (best effort). This is the default.
:SOURCE_PORT_PRESERVE- SOURCE_PORT_PRESERVE_STRICT =
Preserve source port. Use of the preserve-strict setting should be restricted to UDP only under very special circumstances such as nPath or transparent (that is, no translation of any other L3/L4 field), where there is a 1:1 relationship between virtual IP addresses and node addresses, or when clustered multi-processing (CMP) is disabled.
:SOURCE_PORT_PRESERVE_STRICT- SOURCE_PORT_CHANGE =
The change setting is useful for obfuscating internal network addresses.
:SOURCE_PORT_CHANGE