Clone/Copy a list of policies, based on "remove_enforcers" and "reversed", as follows:
"remove_enforcers" = True, "reverse" = False:
Create a copy of the policy, removing all enforcers.
"remove_enforcers" = True, "reverse" = True:
Create a copy of the policy, and reverse the direction on all enforcers. Also, all directional attributes in all rules that have a source and destination are reversed. That means for each rule, a new rule is created with the source and destination endpoint groups reversed, and (for ACL Policy type only) the source and destination ports of all qualifiers are reversed (creating new qualifiers if necessary).
"remove_enforcers" = False, "reverse" = True:
Create a copy of the policy, removing all enforcers. Also, all directional attributes in all rules that have a source and destination are reversed. That means for each rule, a new rule is created with the source and destination endpoint groups reversed, and (for ACL Policy types only) the source and destination ports of all qualifiers are reversed (creating new qualifiers if necessary).
"remove_enforcers" = False, "reverse" = False:
This is not valid, and will return an error.