Reference documentation and code samples for the Compute V1 Client class FirewallPoliciesListAssociationsResponse.
Generated from protobuf message google.cloud.compute.v1.FirewallPoliciesListAssociationsResponse
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ associations | array<Google\Cloud\Compute\V1\FirewallPolicyAssociation>A list of associations. | 
| ↳ kind | string[Output Only] Type of firewallPolicy associations. Always compute#FirewallPoliciesListAssociations for lists of firewallPolicy associations. | 
getAssociations
A list of associations.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setAssociations
A list of associations.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Google\Cloud\Compute\V1\FirewallPolicyAssociation> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getKind
[Output Only] Type of firewallPolicy associations. Always compute#FirewallPoliciesListAssociations for lists of firewallPolicy associations.
| Returns | |
|---|---|
| Type | Description | 
| string | |
hasKind
clearKind
setKind
[Output Only] Type of firewallPolicy associations. Always compute#FirewallPoliciesListAssociations for lists of firewallPolicy associations.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |