diagram | |||||||||||||
namespace | http://www.cisco.com/AXL/API/15.0 | ||||||||||||
type | extension of axlapi:APIRequest | ||||||||||||
properties |
|
||||||||||||
children | class | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:complexType name="GetNumDevicesReq"> <xsd:annotation> <xsd:documentation>This method returns the number of devices found. The caller specifies what class of device they want counted.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="axlapi:APIRequest"> <xsd:sequence> <xsd:element name="class" type="axlapi:XClass" nillable="false"> <xsd:annotation> <xsd:documentation>The class of device that is to be counted. Cannot be null.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||||
type | axlapi:XClass | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="class" type="axlapi:XClass" nillable="false"> <xsd:annotation> <xsd:documentation>The class of device that is to be counted. Cannot be null.</xsd:documentation> </xsd:annotation> </xsd:element> |