Sha256: 7a051a75b5bd715a08c85c1418000350851e78839d3127408437ea401ff0bdd6
Contents?: true
Size: 757 Bytes
Versions: 1
Compression:
Stored size: 757 Bytes
Contents
module F5 module Icontrol module LocalLB module VirtualServer # https://devcentral.f5.com/wiki/iControl.LocalLB__VirtualServer__SourceAddressTranslationType.ashx # A list of source address translation types. module # Translation type unknown (or unsupported by iControl). SRC_TRANS_UNKNOWN = 0 # No translation is being used. SRC_TRANS_NONE = 1 # The translation uses self IP addresses. SRC_TRANS_AUTOMAP = 2 # The translation uses a SNAT pool of translation addresses. SRC_TRANS_SNATPOOL = 3 # The translation uses an LSN pool of translation addresses. SRC_TRANS_LSNPOOL = 4 end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
f5-icontrol-0.2.2 | lib/f5/icontrol/locallb/virtual_server/source_address_translation.rb |