Class: Google::Cloud::Compute::V1::PatchRuleRegionSecurityPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PatchRuleRegionSecurityPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for RegionSecurityPolicies.PatchRule. See the method description for details.
Instance Attribute Summary collapse
-
#priority ⇒ ::Integer
The priority of the rule to patch.
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region scoping this request.
-
#security_policy ⇒ ::String
Name of the security policy to update.
-
#security_policy_rule_resource ⇒ ::Google::Cloud::Compute::V1::SecurityPolicyRule
The body resource for this request.
-
#update_mask ⇒ ::String
Indicates fields to be cleared as part of this request.
-
#validate_only ⇒ ::Boolean
If true, the request will not be committed.
Instance Attribute Details
#priority ⇒ ::Integer
Returns The priority of the rule to patch.
23672 23673 23674 23675 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23672 class PatchRuleRegionSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
23672 23673 23674 23675 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23672 class PatchRuleRegionSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Name of the region scoping this request.
23672 23673 23674 23675 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23672 class PatchRuleRegionSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_policy ⇒ ::String
Returns Name of the security policy to update.
23672 23673 23674 23675 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23672 class PatchRuleRegionSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_policy_rule_resource ⇒ ::Google::Cloud::Compute::V1::SecurityPolicyRule
Returns The body resource for this request.
23672 23673 23674 23675 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23672 class PatchRuleRegionSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::String
Returns Indicates fields to be cleared as part of this request.
23672 23673 23674 23675 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23672 class PatchRuleRegionSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns If true, the request will not be committed.
23672 23673 23674 23675 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23672 class PatchRuleRegionSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |