QFNodeGroup

Namespace: (default namespace)

Management data of QFabric Node Group.

XML

Elements

name (type) min/max
occurs
description
name (string) 0/1 Name of this QFabric node group.
totalNodeDown (int) 0/1 Indicates the total nodes in the group that are currently down.
totalNodeUp (int) 0/1 Indicates the total nodes in the group that are currently up.
totalPortUp (int) 0/1 Indicates the total interfaces which are currently administratively enabled
totalPortDown (int) 0/1 Indicates the total interfaces which are currently administratively disabled.
totalPortUsed (int) 0/1 Indicates the total interfaces which are currently in used.
totalPortFree (int) 0/1 Indicates the total interfaces which are currently not in used.
nodes (junosDeviceMO) 0/unbounded List of nodes in the group.

JSON

property type description
name name (string) Name of this QFabric node group.
totalNodeDown totalNodeDown (int) Indicates the total nodes in the group that are currently down.
totalNodeUp totalNodeUp (int) Indicates the total nodes in the group that are currently up.
totalPortUp totalPortUp (int) Indicates the total interfaces which are currently administratively enabled
totalPortDown totalPortDown (int) Indicates the total interfaces which are currently administratively disabled.
totalPortUsed totalPortUsed (int) Indicates the total interfaces which are currently in used.
totalPortFree totalPortFree (int) Indicates the total interfaces which are currently not in used.
nodes array of nodes (junosDeviceMO) List of nodes in the group.