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
-
#member ⇒ String
The SNATPool member definition.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the SNATPool member.
Instance Attribute Details
#member ⇒ String
The SNATPool member definition.
62 63 64 |
# File 'lib/icontrol/local_lb/snat_pool_member.rb', line 62 def member @member end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the SNATPool member.
62 63 64 |
# File 'lib/icontrol/local_lb/snat_pool_member.rb', line 62 def statistics @statistics end |