Class: IControl::LocalLB::SNAT::SNATDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::SNAT::SNATDefinition
- Defined in:
- lib/icontrol/local_lb/snat.rb,
lib/icontrol/local_lb/snat.rb
Overview
A struct that describes a definition for a SNAT.
Instance Attribute Summary collapse
-
#name ⇒ String
The snat name.
-
#target ⇒ IControl::LocalLB::SNAT::Translation
The snat type and its translation target.
Instance Attribute Details
#name ⇒ String
The snat name.
255 256 257 |
# File 'lib/icontrol/local_lb/snat.rb', line 255 def name @name end |
#target ⇒ IControl::LocalLB::SNAT::Translation
The snat type and its translation target.
255 256 257 |
# File 'lib/icontrol/local_lb/snat.rb', line 255 def target @target end |