Cisco Cisco Security Manager 4.7 ユーザーガイド

ページ / 290
 
 
 
  
 
Cisco Security Manager 4.7 API Specification (Version 2.0) 
 
OL- 32164-01 
Page  88
 
Element. Sub Element 
Type 
Comment 
axEmbConnections 
form before the security appliance begins to deny these 
connections.  Valid values are 0 through 65,535. If this value is 
set to zero, the number of connections is unlimited. 
fwsmAdvancedOptions.ra
ndomizeSeqNum 
boolean 
If true, the security appliance randomizes the sequence numbers 
of TCP packets 
Table 44: InterfaceNATTransExemptionsFirewallPolicy Class Definition 
 
 
Figure 46: InterfaceNATTransExemptionsFirewallPolicy XML Schema 
<xs:complexType
 name
="InterfaceNATTransExemptionsFirewallPolicy"> 
 
 
<xs:complexContent>
 
 
 
 
<xs:extension
 base
="
BasePolicy
">
 
 
 
 
 
<xs:sequence>
 
 
 
 
 
 
<xs:element
 name
="isRuleEnabled"
 type
="xs:boolean"
 minOccurs
="1"
 
maxOccurs
="1"/> 
 
 
 
 
 
<xs:element name="
isExempt
" type="
xs:boolean
" minOccurs="
1
" maxOccurs="
1
"/>
 
 
 
 
 
 
<xs:element
 name
="realInterfaceGID"
 type
="ObjectIdentifier"
 minOccurs
="1"
 
maxOccurs
="1"/> 
 
 
 
 
 
<xs:element
 name
="original"
 type
="NetworkObjectsRefs"
 minOccurs
="1"
 
maxOccurs
="1"/> 
 
 
 
 
 
<xs:element name="
outsideNAT
" type="
xs:boolean
" minOccurs="
1
" maxOccurs="
1
"/>
 
 
 
 
 
 
<xs:element
 name
="destinations"
 type
="NetworkObjectsRefs"
 minOccurs
="1"
 
maxOccurs
="1"/> 
 
 
 
 
 
<xs:element
 name
="fwsmAdvancedOptions"
 type
="FirewallNATAdvancedOptions"
 
minOccurs
="0"
 maxOccurs
="1"/> 
 
 
 
 
</xs:sequence>
 
 
 
 
</xs:extension>
 
 
 
</xs:complexContent>
 
 
</xs:complexType>