Руководство Пользователя для Cisco Cisco Security Manager 4.12

Скачать
Страница из 302
 
 
 
  
 
Cisco Security  Manager 4.12  API Specification  (Version 2.4) 
 
Page  73
 
Element.Sub Element 
Type 
Comment 
aclName 
String 
The name of the ACL 
interfaceGID 
ObjectIdentifier 
Interface  to which  this ACL applies. 
trafficDirection 
String 
The direction  of  the traffic  to which  the ACL applies.  The 
values  are  In or Out 
useUserDefin ed ACLNam e 
boolean 
Boolean option to use CSM defined  ACL names or user 
defined  ACL name. 
enablePerUserDo wnlo ad able
ACLs 
boolean 
Boolean option to enable  per user downloadable  ACLs 
enableObjectGrou pSearch 
boolean 
Boolean option to enable object group search 
enableAccessListCompil ation 
boolean 
Boolean option to enable  Access  List compilation 
Table 34: FirewallACLSettingsPolicy 
 
 
Figure 38: FirewallACLSettingsPolicy 
 
<
xs:complexTy pe
 
name
=
"FirewallACLSettingsPolicy "> 
 
<
xs:complexContent
 
 
<
xs:extension
 
base
=
"BasePolicy "> 
 
 
 
<
xs:sequence
 
minOccurs
=
"1" 
maxOccurs
=
"1"> 
 
 
 
 
<!-- aclName is  mandatory  if  request has  Global  interf ace or  if  user 
 
 
 
 
 
 
def ined acl  is set as  true. if  useUserDef inedACLName def ined aclname  is true 
 
 
 
 
 
 
then  aclName will  be ignored  -->
 
 
 
 
 
<
xs:element
 
name
=
"aclName" 
ty pe
=
"xs:string" 
minOccurs
=
"0" 
 
 
 
 
 
maxOccurs
=
"1" /> 
 
 
 
 
<
xs:element
 
name
=
"interf aceGID" 
ty pe
=
"ObjectIdentif ier" 
 
 
 
 
 
minOccurs
=
"0" 
maxOccurs
=
"1" /> 
 
 
 
 
<
xs:element
 
name
=
"traf f icDirection" 
minOccurs
=
"1" 
 
 
 
 
 
maxOccurs
=
"1"> 
 
 
 
 
 
<
xs:simpleTy pe
 
 
 
 
 
 
<
xs:restriction
 
base
=
"xs:string"> 
 
 
 
 
 
 
 
<
xs:enumeration
 
v alue
=
"In" /> 
 
 
 
 
 
 
 
<
xs:enumeration
 
v alue
=
"Out" /> 
 
 
 
 
 
 
</
xs:restriction
 
 
 
 
 
</
xs:simpleTy pe
 
 
 
 
</
xs:element
 
 
 
 
<
xs:element
 
name
=
"useUserDef inedACLName" 
ty pe
=
"xs:boolean" 
 
 
 
 
 
minOccurs
=
"1" 
maxOccurs
=
"1" /> 
 
 
 
 
<
xs:element
 
name
=
"enablePerUserDownloadable ACLs" 
ty pe
=
"xs:boolean" 
 
 
 
 
 
minOccurs
=
"1" 
maxOccurs
=
"1" /> 
 
 
 
 
<
xs:element
 
name
=
"enableObjectGroupSearch" 
ty pe
=
"xs:boolean" 
 
 
 
 
 
minOccurs
=
"1" 
maxOccurs
=
"1" /> 
 
 
 
 
<
xs:element
 
name
=
"enableAccessListCompilation" 
ty pe
=
"xs:boolean" 
 
 
 
 
 
minOccurs
=
"0" 
maxOccurs
=
"1" /> 
 
 
 
</
xs:sequence
 
 
</
xs:extension
 
</
xs:complexContent
</
xs:complexTy pe