FirewallPolicyAssociation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
attachment_target |
str
The target that the firewall policy is attached to. This field is a member of oneof _ _attachment_target .
|
display_name |
str
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association. This field is a member of oneof _ _display_name .
|
firewall_policy_id |
str
[Output Only] The firewall policy ID of the association. This field is a member of oneof _ _firewall_policy_id .
|
name |
str
The name for an association. This field is a member of oneof _ _name .
|
priority |
int
An integer indicating the priority of an association. The priority must be a positive value between 1 and 2147483647. Firewall Policies are evaluated from highest to lowest priority where 1 is the highest priority and 2147483647 is the lowest priority. The default value is 1000 . If two
associations have the same priority then lexicographical
order on association names is applied.
This field is a member of oneof _ _priority .
|
short_name |
str
[Output Only] The short name of the firewall policy of the association. This field is a member of oneof _ _short_name .
|