Method: IControl::LocalLB::ProfileRADIUS#is_base_profile

Defined in:
lib/icontrol/local_lb/profile_radius.rb

#is_base_profileboolean

Determines whether this profile are base/pre-configured profile, or user-defined profile.

Returns:

  • (boolean)

Raises:

  • (IControl::IControl::Common::AccessDenied)

    raised if the client credentials are not valid.

  • (IControl::IControl::Common::InvalidArgument)

    raised if one of the arguments is invalid.

  • (IControl::IControl::Common::OperationFailed)

    raised if an operation error occurs.



141
142
143
# File 'lib/icontrol/local_lb/profile_radius.rb', line 141

def is_base_profile
  super
end