Class: Google::Cloud::Compute::V1::GetRuleSecurityPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetRuleSecurityPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for SecurityPolicies.GetRule. See the method description for details.
Instance Attribute Summary collapse
-
#priority ⇒ ::Integer
The priority of the rule to get from the security policy.
-
#project ⇒ ::String
Project ID for this request.
-
#security_policy ⇒ ::String
Name of the security policy to which the queried rule belongs.
Instance Attribute Details
#priority ⇒ ::Integer
Returns The priority of the rule to get from the security policy.
10392 10393 10394 10395 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10392 class GetRuleSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
10392 10393 10394 10395 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10392 class GetRuleSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_policy ⇒ ::String
Returns Name of the security policy to which the queried rule belongs.
10392 10393 10394 10395 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10392 class GetRuleSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |