Class: IControl::LocalLB::SNATPoolMember::SNATPoolMemberStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::SNATPoolMember::SNATPoolMemberStatisticEntry
- Defined in:
- lib/icontrol/local_lb/snat_pool_member.rb,
lib/icontrol/local_lb/snat_pool_member.rb
Overview
A struct that describes statistics for a particular SNATPool member.
Instance Attribute Summary (collapse)
-
- (String) member
The SNATPool member definition.
-
- (IControl::Common::StatisticSequence) statistics
The statistics for the SNATPool member.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) member
The SNATPool member definition.
62 63 64 |
# File 'lib/icontrol/local_lb/snat_pool_member.rb', line 62 def member @member end |
- (IControl::Common::StatisticSequence) statistics
The statistics for the SNATPool member.
62 63 64 |
# File 'lib/icontrol/local_lb/snat_pool_member.rb', line 62 def statistics @statistics end |