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

ShowEffectiveFlowLogsConfigsResponse

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

Response for the ShowEffectiveFlowLogsConfigs method.

interface ShowEffectiveFlowLogsConfigsResponse {
effectiveFlowLogsConfigs?: EffectiveVpcFlowLogsConfig[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
effectiveFlowLogsConfigs?: EffectiveVpcFlowLogsConfig[]
[src]

List of Effective Vpc Flow Logs configurations.

§
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 -).