Cisco Cisco Security Manager 4.7 Guia De Especificaciones

Descargar
Página de 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  73
 
3.1.5.6 InterfaceNATRouterPolicy 
An InterfaceNATRouterPolicy extends from the BasePolicy class and inherits all its attributes. An instance of an 
InterfaceNATRouterPolicy specifies one NAT inside and outside interface.  
The InterfaceNATRouterPolicy can reference an InterfaceRole PolicyObject. 
The following table defines the contents of an InterfaceNATRouterPolicy: 
Element. Sub Element 
Type 
Comment 
interfaceGID 
ObjectIdentifier 
An ObjectIdentifier ID that references an InterfaceRole Policy 
Objects denoting the inside or outside interfaces. The ID links to 
the gid attribute of the corresponding InterfaceRole object.  
isNatInside 
boolean 
A boolean which indicates whether this is a NAT inside interface 
(true) or outside interface (false) 
Table 37: InterfaceNATRouterPolicy Class Definition 
 
 
Figure 39: InterfaceNATRouterPolicy XML Schema 
 
  
<
xs:complexType
 
name
="InterfaceNATRouterPolicy"> 
 
 
<
xs:complexContent
 
 
 
<
xs:extension
 
base
="BasePolicy"> 
 
 
 
 
<
xs:sequence
 
 
 
 
 
<
xs:element
 
name
="interfaceGID" 
type
="ObjectIdentifier" 
minOccurs
="1" 
maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 
name
="isNatInside" 
type
="xs:boolean" 
minOccurs
="1" 
maxOccurs
="1"/> 
 
 
 
 
</
xs:sequence
 
 
 
</
xs:extension
 
 
</xs:complexContent
 
</
xs:complexType