Reference documentation and code samples for the Google Cloud Network Management V1 Client class ShowEffectiveFlowLogsConfigsResponse.
Response for the ShowEffectiveFlowLogsConfigs method.
Generated from protobuf message google.cloud.networkmanagement.v1.ShowEffectiveFlowLogsConfigsResponse
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ effective_flow_logs_configs |
array<EffectiveVpcFlowLogsConfig>
List of Effective Vpc Flow Logs configurations. |
↳ next_page_token |
string
Page token to fetch the next set of configurations. |
↳ unreachable |
array
Locations that could not be reached (when querying all locations with |
getEffectiveFlowLogsConfigs
List of Effective Vpc Flow Logs configurations.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setEffectiveFlowLogsConfigs
List of Effective Vpc Flow Logs configurations.
| Parameter | |
|---|---|
| Name | Description |
var |
array<EffectiveVpcFlowLogsConfig>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Page token to fetch the next set of configurations.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Page token to fetch the next set of configurations.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Locations that could not be reached (when querying all locations with -).
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachable
Locations that could not be reached (when querying all locations with -).
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|