The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Brocade::BSC::Status

DESCRIPTION

Object representing status of an API call.

METHODS

new

Creates a new Brocade::BSC::Status object.

ok
  # Returns   : true iff the current status is OK.
no_data
  # Returns   : true if requested data was not found.
connected
  # Returns   : true if last API call indicates node connected to controller.
disconnected
  # Returns   : true if last API call indicates node is not connected.
not_found
  # Returns   : true if last API call indicates node is unknown to controller.
configured
  # Returns   : true if last API call indicates node is configured.
msg
  # Returns   : status string for current status

COPYRIGHT

Copyright (c) 2015, BROCADE COMMUNICATIONS SYSTEMS, INC

All rights reserved.