Class: Google::Cloud::Compute::V1::RemoveRuleSecurityPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RemoveRuleSecurityPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for SecurityPolicies.RemoveRule. See the method description for details.
Instance Attribute Summary collapse
-
#priority ⇒ ::Integer
The priority of the rule to remove from the security policy.
-
#project ⇒ ::String
Project ID for this request.
-
#security_policy ⇒ ::String
Name of the security policy to update.
Instance Attribute Details
#priority ⇒ ::Integer
Returns The priority of the rule to remove from the security policy.
26181 26182 26183 26184 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26181 class RemoveRuleSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
26181 26182 26183 26184 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26181 class RemoveRuleSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_policy ⇒ ::String
Returns Name of the security policy to update.
26181 26182 26183 26184 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26181 class RemoveRuleSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |