Enddeviceportsresponse – Brocade Network Advisor REST API Guide (Supporting Network Advisor 12.3.0) User Manual

Page 166

Advertising
background image

152

Brocade Network Advisor REST API Guide

53-1003160-01

Topology

A

<xs:enumeration value="UNKNOWN"/>

<xs:enumeration value="ONLINE"/>

<xs:enumeration value="IN_SYNC"/>

<xs:enumeration value="NO_SYNC"/>

<xs:enumeration value="NO_MODULE"/>

<xs:enumeration value="NO_LIGHT"/>

<xs:enumeration value="ENABLED"/>

<xs:enumeration value="DISABLED"/>

</xs:restriction>

</xs:simpleType>

<xs:simpleType name="StateType">

<xs:restriction base="xs:string">

<xs:enumeration value="UNKNOWN"/>

<xs:enumeration value="ONLINE"/>

<xs:enumeration value="OFFLINE"/>

</xs:restriction>

</xs:simpleType>

<xs:complexType name="FcPortsResponse">

<xs:complexContent>

<xs:extension base="ns2:PaginatedResponse">

<xs:sequence>

<xs:element name="fcPorts" type="ns1:FcPort" minOccurs="0" maxOccurs="unbounded"/>

</xs:sequence>

</xs:extension>

</xs:complexContent>

</xs:complexType>

<xs:complexType name="GigePort">

<xs:sequence>

<xs:element name="key" type="xs:string"/>

<xs:element name="portNumber" type="xs:int"/>

<xs:element name="slotNumber" type="xs:int"/>

<xs:element name="enabled" type="xs:boolean" minOccurs="0"/>

<xs:element name="speed" type="xs:long" nillable="true" minOccurs="0"/>

<xs:element name="maxSpeed" type="xs:long" nillable="true" minOccurs="0"/>

<xs:element name="macAddress" type="xs:string"/>

<xs:element name="portName" type="xs:string" nillable="true" minOccurs="0"/>

<xs:element name="operationalStatus" type="tns:PortStatusType"/>

<xs:element name="ledState" type="xs:boolean" nillable="true" minOccurs="0"/>

<xs:element name="speedLedState" type="xs:boolean" nillable="true" minOccurs="0"/>

<xs:element name="portType" type="xs:string"/>

<xs:element name="persistentlyDisabled" type="xs:boolean" nillable="true" minOccurs="0"/>

<xs:element name="remoteMacAddress" type="xs:string" nillable="true" minOccurs="0"/>

<xs:element name="userPortNumber" type="xs:short"/>

<xs:element name="portIndex" type="xs:short"/>

</xs:sequence>

</xs:complexType>

<xs:complexType name="GigePortsResponse">

<xs:sequence>

<xs:element name="gigePorts" type="ns1:GigePort" minOccurs="0" maxOccurs="unbounded"/>

</xs:sequence>

</xs:complexType>

EndDevicePortsResponse

<xs:complexType name="EndDevicePort">

Advertising