Class AddRuleSecurityPolicyRequest (1.18.0)

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

A request message for SecurityPolicies.AddRule. See the method description for details.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
project str
Project ID for this request.
security_policy str
Name of the security policy to update.
security_policy_rule_resource google.cloud.compute_v1.types.SecurityPolicyRule
The body resource for this request
validate_only bool
If true, the request will not be committed. This field is a member of oneof_ _validate_only.