Interface ACLTemplates
- All Known Implementing Classes:
ACLTemplatesImpl
public interface ACLTemplates
Client interface for managing Access Control List (ACL) templates on Network Edge devices.
Provides operations to list, retrieve, and create ACL templates that define inbound and
outbound traffic rules.
- Version:
- $Id: $Id
- Author:
- ianjones
-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of ACLTemplateBuilder for defining a new ACL Template.Gets the specified ACL Template.Gets the specified ACL Template for the provided accountUcmId.list()Lists available ACL Templates.Lists available ACL Templates for the provided accountUcmId.
-
Method Details
-
list
Lists available ACL Templates for the provided accountUcmId.- Parameters:
accountUcmId- the unique account identifier.- Returns:
PaginatedList
-
list
-
getByUuid
Gets the specified ACL Template for the provided accountUcmId.- Parameters:
uuid- the unique identifier of the ACL Template.accountUcmId- the unique account identifier.- Returns:
ACLTemplate
-
getByUuid
Gets the specified ACL Template.- Parameters:
uuid- the unique identifier of the ACL Template.- Returns:
ACLTemplate
-
define
Returns an instance of ACLTemplateBuilder for defining a new ACL Template.- Parameters:
aclTemplateName- the name of the new ACL Template.- Returns:
ACLTemplateOperator.ACLTemplateBuilder
-