ProjectsLocationsVpcFlowLogsConfigsQueryOrgVpcFlowLogsConfigsOptions
import type { ProjectsLocationsVpcFlowLogsConfigsQueryOrgVpcFlowLogsConfigsOptions } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";
Additional options for NetworkManagement#projectsLocationsVpcFlowLogsConfigsQueryOrgVpcFlowLogsConfigs.
interface ProjectsLocationsVpcFlowLogsConfigsQueryOrgVpcFlowLogsConfigsOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§
filter?: string
[src]Optional. Lists the VpcFlowLogsConfigs
that match the filter expression.
A filter expression must use the supported [CEL logic operators]
(https://cloud.google.com/vpc/docs/about-flow-logs-records#supported_cel_logic_operators).