Reference documentation and code samples for the Google Cloud Network Security V1 Client class RequestResource.
Describes the properties of a client VM resource accessing the internal application load balancers.
Generated from protobuf message google.cloud.networksecurity.v1.AuthzPolicy.AuthzRule.RequestResource
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ AuthzPolicy \ AuthzRuleMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tag_value_id_set |
RequestResource\TagValueIdSet
Optional. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. |
↳ iam_service_account |
StringMatch
Optional. An IAM service account to match against the source service account of the VM sending the request. |
getTagValueIdSet
Optional. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request.
| Returns | |
|---|---|
| Type | Description |
RequestResource\TagValueIdSet|null |
|
hasTagValueIdSet
clearTagValueIdSet
setTagValueIdSet
Optional. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request.
| Parameter | |
|---|---|
| Name | Description |
var |
RequestResource\TagValueIdSet
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIamServiceAccount
Optional. An IAM service account to match against the source service account of the VM sending the request.
| Returns | |
|---|---|
| Type | Description |
StringMatch|null |
|
hasIamServiceAccount
clearIamServiceAccount
setIamServiceAccount
Optional. An IAM service account to match against the source service account of the VM sending the request.
| Parameter | |
|---|---|
| Name | Description |
var |
StringMatch
|
| Returns | |
|---|---|
| Type | Description |
$this |
|