AddRuleRegionSecurityPolicyRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
A request message for RegionSecurityPolicies.AddRule. See the method description for details.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
project |
str
Project ID for this request. |
region |
str
Name of the region scoping 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 .
|