Method: IControl::LocalLB::ProfileRADIUS#list

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

#listString

Gets a list of all RADIUS profile.

Returns:

  • (String)

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.



98
99
100
# File 'lib/icontrol/local_lb/profile_radius.rb', line 98

def list
  super
end