Compute V1 Client - Class ListAssociationsFirewallPolicyRequest (2.8.0)

Reference documentation and code samples for the Compute V1 Client class ListAssociationsFirewallPolicyRequest.

A request message for FirewallPolicies.ListAssociations. See the method description for details.

Generated from protobuf message google.cloud.compute.v1.ListAssociationsFirewallPolicyRequest

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ include_inherited_policies bool

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 string

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

getIncludeInheritedPolicies

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
Type Description
bool

hasIncludeInheritedPolicies

clearIncludeInheritedPolicies

setIncludeInheritedPolicies

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.

Parameter
Name Description
var bool
Returns
Type Description
$this

getTargetResource

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

Returns
Type Description
string

hasTargetResource

clearTargetResource

setTargetResource

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

Parameter
Name Description
var string
Returns
Type Description
$this