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
Returns The target resource to list associations. It is an organization, or a folder.
16969 16970 16971 16972 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16969 class ListAssociationsFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |