Class: Google::Cloud::Compute::V1::ListAssociationsFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ListAssociationsFirewallPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for FirewallPolicies.ListAssociations. See the method description for details.
Instance Attribute Summary collapse
-
#target_resource ⇒ ::String
The target resource to list associations.
Instance Attribute Details
#target_resource ⇒ ::String
13105 13106 13107 13108 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13105 class ListAssociationsFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |