Method: IControl::LocalLB::ProfileAuth#default_profile

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

#default_profileString

Gets the names of the default profile from which this profile will derive default values for its attributes.

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.



97
98
99
# File 'lib/icontrol/local_lb/profile_auth.rb', line 97

def default_profile
  super
end