Class: IControl::GlobalLB::PoolMember::MemberStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::PoolMember::MemberStatistics
- Defined in:
- lib/icontrol/global_lb/pool_member.rb,
lib/icontrol/global_lb/pool_member.rb
Overview
A struct that describes pool member statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::GlobalLB::PoolMember::MemberStatisticEntrySequence
The statistics for a sequence of pool members.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::GlobalLB::PoolMember::MemberStatisticEntrySequence
The statistics for a sequence of pool members.
387 388 389 |
# File 'lib/icontrol/global_lb/pool_member.rb', line 387 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
387 388 389 |
# File 'lib/icontrol/global_lb/pool_member.rb', line 387 def time_stamp @time_stamp end |