Google Cloud Network Management V1 Client - Class ListVpcFlowLogsConfigsResponse (2.3.0)

Reference documentation and code samples for the Google Cloud Network Management V1 Client class ListVpcFlowLogsConfigsResponse.

Response for the ListVpcFlowLogsConfigs method.

Generated from protobuf message google.cloud.networkmanagement.v1.ListVpcFlowLogsConfigsResponse

Namespace

Google \ Cloud \ NetworkManagement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ vpc_flow_logs_configs array<VpcFlowLogsConfig>

List of VPC Flow Log 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 -).

getVpcFlowLogsConfigs

List of VPC Flow Log configurations.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setVpcFlowLogsConfigs

List of VPC Flow Log configurations.

Parameter
Name Description
var array<VpcFlowLogsConfig>
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