Method: IControl::LocalLB::ProfileAuth#configuration_name

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

#configuration_nameProfileString

Gets the names of the authentication configurations that this profile will be using.

Returns:

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.



74
75
76
# File 'lib/icontrol/local_lb/profile_auth.rb', line 74

def configuration_name
  super
end