Class: Google::Cloud::Compute::V1::GetRuleRegionNetworkFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetRuleRegionNetworkFirewallPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for RegionNetworkFirewallPolicies.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.
-
#region ⇒ ::String
Name of the region scoping this request.
Instance Attribute Details
#firewall_policy ⇒ ::String
Returns Name of the firewall policy to which the queried rule belongs.
10377 10378 10379 10380 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10377 class GetRuleRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#priority ⇒ ::Integer
Returns The priority of the rule to get from the firewall policy.
10377 10378 10379 10380 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10377 class GetRuleRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
10377 10378 10379 10380 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10377 class GetRuleRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Name of the region scoping this request.
10377 10378 10379 10380 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10377 class GetRuleRegionNetworkFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |