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