Class: IControl::LocalLB::ProfileAuth::ProfileAuthStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileAuth::ProfileAuthStatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_auth.rb,
lib/icontrol/local_lb/profile_auth.rb
Overview
A struct that describes statistics for a particular Auth profile.
Instance Attribute Summary collapse
-
#profile_name ⇒ String
The profile name.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
Instance Attribute Details
#profile_name ⇒ String
The profile name.
282 283 284 |
# File 'lib/icontrol/local_lb/profile_auth.rb', line 282 def profile_name @profile_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
282 283 284 |
# File 'lib/icontrol/local_lb/profile_auth.rb', line 282 def statistics @statistics end |