Class: IControl::LocalLB::SNATPoolMember::SNATPoolMemberStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::SNATPoolMember::SNATPoolMemberStatistics
- Defined in:
- lib/icontrol/local_lb/snat_pool_member.rb,
lib/icontrol/local_lb/snat_pool_member.rb
Overview
A struct that describes SNATPool member statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::LocalLB::SNATPoolMember::SNATPoolMemberStatisticEntrySequence
The statistics for a sequence of SNATPool members.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::LocalLB::SNATPoolMember::SNATPoolMemberStatisticEntrySequence
The statistics for a sequence of SNATPool members.
71 72 73 |
# File 'lib/icontrol/local_lb/snat_pool_member.rb', line 71 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
71 72 73 |
# File 'lib/icontrol/local_lb/snat_pool_member.rb', line 71 def time_stamp @time_stamp end |