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.