Class: Google::Cloud::Compute::V1::GetFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetFirewallPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for FirewallPolicies.Get. See the method description for details.
Instance Attribute Summary collapse
-
#firewall_policy ⇒ ::String
Name of the firewall policy to get.
Instance Attribute Details
#firewall_policy ⇒ ::String
Returns Name of the firewall policy to get.
8846 8847 8848 8849 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8846 class GetFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |