Class BatchUpdateIngressRulesRequest (1.5.2)

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

Request message for Firewall.BatchUpdateIngressRules.

Attributes

NameDescription
name str
Name of the Firewall collection to set. Example: ``apps/myapp/firewall/ingressRules``.
ingress_rules Sequence[google.cloud.appengine_admin_v1.types.FirewallRule]
A list of FirewallRules to replace the existing set.

Inheritance

builtins.object > proto.message.Message > BatchUpdateIngressRulesRequest