Cisco Cisco Security Manager 4.5 Guia De Especificaciones

Descargar
Página de 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  25
 
The DeviceGroup class inherits from BaseObject including all attributes. 
 
Element/Attributes 
Type 
Comment 
Element:path 
String 
A hierarchichal path string indicating the group. 
Element: device 
Device 
Zero or more devices within this device group 
Element: deviceGroup 
DeviceGroup 
Zero or more device groups within this device group 
Table 6: DeviceGroup Class Attributes 
 
 
Figure 6: DeviceGroup and DeviceGroupPath XML Schema   
2.1.5 Port Identifier 
The PortIdentifier class defines a physical or virtual port identifier in a network device.  
Attribute 
Type 
Comment 
slotNum 
unsignedInt 
The identifier of the slot in the case of a modular chassis. In a non-
modular chassis this attribute is empty. 
moduleNum 
unsignedInt 
The identifier of the module in the case of a sub-module within a slot. 
In a non-modular chassis this attribute is empty. 
portNum 
unsignedInt 
The port number 
Table 7: PortIdentifier Class Attributes 
<xs:complexType
 name
="
DeviceGroup
">
 
 
 
<xs:complexContent>
 
 
 
 
<xs:extension
 base
="
BaseObject
">
 
 
 
 
 
<xs:sequence>
 
 
 
 
 
 
<xs:element
 name
="
path
"
 type
="
xs:string
"
 minOccurs
="
1
"
 maxOccurs
="
1
"/>
 
 
 
 
 
 
<xs:element
 name
="
device
"
 type
="
Device
"
 minOccurs
="
0
"
 maxOccurs
="
unbounded
"/>
 
 
 
 
 
 
<xs:element
 name
="
deviceGroup
"
 type
="
DeviceGroup
"
 minOccurs
="
0
"
 
maxOccurs
="
unbounded
"/>
 
 
 
 
 
</xs:sequence>
 
 
 
 
</xs:extension>
 
 
 
</xs:complexContent>
 
 
</xs:complexType>
 
 
<xs:complexType
 name
="
DeviceGroupPath
">
 
 
 
<xs:sequence>
 
 
 
 
<xs:element
 name
="
pathItem
"
 type
="
xs:string
"
 minOccurs
="
1
"
 maxOccurs
="
unbounded
"/>
 
 
 
</xs:sequence>
 
 
</xs:complexType>