Class: IControl::LocalLB::SNAT::Translation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::SNAT::Translation
- Defined in:
- lib/icontrol/local_lb/snat.rb,
lib/icontrol/local_lb/snat.rb
Overview
A struct that describes a translation target.
Instance Attribute Summary collapse
-
#translation_object ⇒ String
Whether it’s a translation address or a SNAT pool name.
-
#type ⇒ IControl::LocalLB::SnatType
The snat type.
Instance Attribute Details
#translation_object ⇒ String
Whether it’s a translation address or a SNAT pool name.
291 292 293 |
# File 'lib/icontrol/local_lb/snat.rb', line 291 def translation_object @translation_object end |
#type ⇒ IControl::LocalLB::SnatType
The snat type. For SNAT_TYPE_AUTOMAP, the translation_object attribute should be empty.
291 292 293 |
# File 'lib/icontrol/local_lb/snat.rb', line 291 def type @type end |