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)
-
- (String) name
The snat name.
-
- (IControl::LocalLB::SNAT::Translation) target
The snat type and its translation target.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) name
The snat name.
255 256 257 |
# File 'lib/icontrol/local_lb/snat.rb', line 255 def name @name end |
- (IControl::LocalLB::SNAT::Translation) target
The snat type and its translation target.
255 256 257 |
# File 'lib/icontrol/local_lb/snat.rb', line 255 def target @target end |