InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy(
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 |
display_name |
str
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy. This field is a member of oneof _ _display_name .
|
name |
str
[Output Only] The name of the firewall policy. This field is a member of oneof _ _name .
|
priority |
int
[Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY. This field is a member of oneof _ _priority .
|
rules |
MutableSequence[google.cloud.compute_v1.types.FirewallPolicyRule]
[Output Only] The rules that apply to the instance. Only rules that target the specific VM instance are returned if target service accounts or target secure tags are specified in the rules. |
short_name |
str
[Output Only] The short name of the firewall policy. This field is a member of oneof _ _short_name .
|
type_ |
str
[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL. Check the Type enum for the list of possible values. This field is a member of oneof _ _type .
|
Classes
Type
Type(value)
[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL.