Flowdefinitionsresponse – Brocade Network Advisor REST API Guide (Supporting Network Advisor 12.3.0) User Manual
Page 172

158
Brocade Network Advisor REST API Guide
53-1003160-01
SAN fabric discovery
A
<xs:restriction base="xs:int">
<xs:enumeration value="HMAC_MDS"/>
<xs:enumeration value="HMAC_SHA"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PrivacyProtocolType">
<xs:restriction base="xs:int">
<xs:enumeration value="CBC_DES"/>
<xs:enumeration value="CFB_AES_128"/>
</xs:restriction>
</xs:simpleType>
FlowDefinitionsResponse
<xs:complexType name="FlowDefinitionsResponse">
<xs:sequence>
<xs:element name="flowDefinitions" type="ns1:FlowDefinition" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="FlowDefinition">
<xs:sequence>
<xs:element name="key" type="xs:string"/> '
<xs:element name="name" type="xs:string"/>
<xs:element name="switchWwn" type="xs:string"/>
<xs:element name="srcDevicePorts" type="xs:string" maxOccurs="unbounded"/>
<xs:element name="destDevicePorts" type="xs:string" maxOccurs="unbounded"/>
<xs:element name="srcSwitchPort" type="xs:string"/>
<xs:element name="destSwitchPort" type="xs:string"/>
<xs:element name="bidirectional" type="xs:boolean" default="false"/>
<xs:element name="srcFabricId" type="xs:string" minOccurs="0"/>
<xs:element name="destFabricId" type="xs:string" minOccurs="0"/>
<xs:element name="lunIds" type="xs:int" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="optionType" type="tns:FlowOptionType" default="INACTIVE"/>
<xs:element name="scsicmd" type="xs:string" minOccurs="0"/>
<xs:element name="frameOffset" type="xs:string" minOccurs="0"/>
<xs:element name="frameSize" type="xs:int" minOccurs="0"/>
<xs:element name="framePattern" type="xs:string" minOccurs="0"/>
<xs:element name="monitorFeatureState" type="tns:FlowFeatureState" default="DESELECTED"
minOccurs="0"/>
<xs:element name="generatorFeatureState" type="tns:FlowFeatureState" default="DESELECTED"
minOccurs="0"/>
<xs:element name="mirrorFeatureState" type="tns:FlowFeatureState" default="DESELECTED"
minOccurs="0"/>
<xs:element name="preDefined" type="xs:boolean" default="false" minOccurs="0"/>
<xs:element name="mirrorPort" type="xs:string" minOccurs="0"/>
</xs:sequence>
<xs:simpleType name="FlowOptionType">
<xs:restriction base="xs:string">
<xs:enumeration value="INACTIVE"/> ' flow definition not activated.
<xs:enumeration value="NO_CONFIG"/> ' Configuration not persisted on reboots
<xs:enumeration value="NO_ZONE_CHECK"/> ' Ignore zones in case of generator flow
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="FlowFeatureState">
<xs:restriction base="xs:string">
<xs:enumeration value="DESELECTED"/>