PatchRuleRegionSecurityPolicyRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
A request message for RegionSecurityPolicies.PatchRule. See the method description for details.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
priority |
int
The priority of the rule to patch. This field is a member of oneof _ _priority .
|
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 |
update_mask |
str
Indicates fields to be cleared as part of this request. This field is a member of oneof _ _update_mask .
|
validate_only |
bool
If true, the request will not be committed. This field is a member of oneof _ _validate_only .
|