Class ListIngressRulesRequest (0.2.0)

ListIngressRulesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for Firewall.ListIngressRules. .. attribute:: parent

Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules.

:type: str

Attributes

NameDescription
page_size int
Maximum results to return per page.
page_token str
Continuation token for fetching the next page of results.
matching_address str
A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP.

Inheritance

builtins.object > proto.message.Message > ListIngressRulesRequest