Class ListIngressRulesRequest (1.3.3)

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

Request message for Firewall.ListIngressRules.

Attributes

NameDescription
parent str
Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules.
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.