Config¶
Leafs
- 
class 
Acl.AclSets.AclSet.Config¶ Bases:
EntityClass Hierarchy:
AclAclSetsAclSetConfigThis class represents configuration data.
Access list config
- 
name¶ The name of the access-list set
type: str
- 
type¶ The type determines the fields allowed in the ACL entries belonging to the ACL set (e.g., IPv4, IPv6, etc.)
type: one of the below values:
ACLIPV4
- 
description¶ Description, or comment, for the ACL set
type: str
-