Method: IControl::LocalLB::ProfileAuth#is_base_profile
- Defined in:
- lib/icontrol/local_lb/profile_auth.rb
#is_base_profile ⇒ boolean
Determines whether this profile are base/pre-configured profile, or user-defined profile.
172 173 174 |
# File 'lib/icontrol/local_lb/profile_auth.rb', line 172 def is_base_profile super end |