Skip to content

NATPolicyDynamicGroupM2M

Allows for creating a weighted value affecting how a NATPolicy is assigned to a Dynamic Group.

This model is not directly exposed to the user but can be accessed via the Policy object, and the weight value is set in the Policy detail view.

Attributes

  • Weight (int, default=100)
    • Meant to allow for setting priority on how a NATPolicy is applied to a Device.
    • Weight is not required to be unique.
    • Weight is not required to be used if not needed.
  • NATPolicy (FK to NATPolicy)
  • Dynamic Groups (FK to DynamicGroup)