Class: Google::Cloud::Compute::V1::ListAssociationsFirewallPolicyRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#target_resource::String

Returns The target resource to list associations. It is an organization, or a folder.

Returns:

  • (::String)

    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