Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::ListAssociationsFirewallPolicyRequest.
A request message for FirewallPolicies.ListAssociations. See the method description for details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#include_inherited_policies
def include_inherited_policies() -> ::Boolean
Returns
- (::Boolean) — If set to "true", the response will contain a list of all associations for the containing folders and the containing organization of the target. The parameter has no effect if the target is an organization.
#include_inherited_policies=
def include_inherited_policies=(value) -> ::Boolean
Parameter
- value (::Boolean) — If set to "true", the response will contain a list of all associations for the containing folders and the containing organization of the target. The parameter has no effect if the target is an organization.
Returns
- (::Boolean) — If set to "true", the response will contain a list of all associations for the containing folders and the containing organization of the target. The parameter has no effect if the target is an organization.
#target_resource
def target_resource() -> ::String
Returns
- (::String) — The target resource to list associations. It is an organization, or a folder.
#target_resource=
def target_resource=(value) -> ::String
Parameter
- value (::String) — 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.