NAME

Brocade::BSC::Node::NC

DESCRIPTION

A Brocade::BSC::NetconfNode object is used to model, query, and configure netconf devices via Brocade's OpenDaylight-based Software-Defined Networking controller.

METHODS

new

Creates a new Brocade::BSC::Node::NC object and populates fields with values from argument hash, if present, or YAML configuration file.

### parameters:
#   + cfgfile       - path to YAML configuration file specifying node attributes
#   + ctrl          - reference to Brocade::BSC controller object (required)
#   + name          - name of controlled netconf node
#   + ipAddr        - IP address of netconf node
#   + portNum       - TCP port for node's NETCONF interface
#   + tcpOnly       - boolean
#   + adminName     - username
#   + adminPassword - password
#
### YAML configuration file labels and default values
#
#   parameter hash | YAML label  | default value
#   -------------- | ----------- | -------------
#   name           | nodeName    |
#   ipAddr         | nodeIpAddr  |
#   portNum        | nodePortNum | 830
#   tcpOnly        |             | 0
#   adminName      | nodeUname   | admin
#   adminPassword  | nodePswd    | admin

Returns new Brocade::BSC::Node::NC object.

COPYRIGHT

Copyright (c) 2015, BROCADE COMMUNICATIONS SYSTEMS, INC

All rights reserved.