Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListVpcFlowLogsConfigsResponse

import type { ListVpcFlowLogsConfigsResponse } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";

Response for the ListVpcFlowLogsConfigs method.

interface ListVpcFlowLogsConfigsResponse {
nextPageToken?: string;
unreachable?: string[];
vpcFlowLogsConfigs?: VpcFlowLogsConfig[];
}

§Properties

§
nextPageToken?: string
[src]

Page token to fetch the next set of configurations.

§
unreachable?: string[]
[src]

Locations that could not be reached (when querying all locations with -).

§
vpcFlowLogsConfigs?: VpcFlowLogsConfig[]
[src]

List of VPC Flow Log configurations.