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