# Functions
Create creates a new traffic filter matching the specified request.
CreateAssociation creates a new traffic filter association to the specified entity.
Delete removes an existing traffic filter rule.
DeleteAssociation deletes a new traffic filter association to the specified entity.
Get obtains an existing traffic filter.
List returns all the created traffic filters for a region.
NewUpdateRequestFromGet populates UpdateParams from models.Extension.
Update updates an existing traffic filter to match the specified request.
# Structs
CreateAssociationParams is consumed by CreateAssociation.
CreateParams is consumed by Create.
DeleteAssociationParams is consumed by DeleteAssociation.
DeleteParams is consumed by Delete.
GetParams is consumed by Get.
ListParams is consumed by List.
UpdateParams is consumed by Update.