Method: IControl::LocalLB::ProfileRADIUS#is_base_profile
- Defined in:
- lib/icontrol/local_lb/profile_radius.rb
#is_base_profile ⇒ boolean
Determines whether this profile are base/pre-configured profile, or user-defined profile.
141 142 143 |
# File 'lib/icontrol/local_lb/profile_radius.rb', line 141 def is_base_profile super end |