Class BatchUpdateIngressRulesRequest (0.2.0)

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

Request message for Firewall.BatchUpdateIngressRules. .. attribute:: name

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

:type: str

Attribute

NameDescription
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