diagram |
|
namespace |
http://www.cisco.com/AXL/API/15.0 |
type |
extension of axlapi:APIRequest |
properties |
|
children |
uuid pattern description newPattern prefix clusterId patternType |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | sequence | xsd:unsignedLong | optional | | | |
|
source |
<xsd:complexType name="UpdateBlockedLearnedPatternsReq">
<xsd:complexContent>
<xsd:extension base="axlapi:APIRequest">
<xsd:sequence>
<xsd:choice>
<xsd:element name="uuid" type="axlapi:XUUID"/>
<xsd:element name="pattern" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
</xsd:choice>
<xsd:element name="description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="newPattern" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="prefix" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="clusterId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="patternType" type="axlapi:XGlobalNumber" nillable="true" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |