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

ProjectsLocationsVpcFlowLogsConfigsListOptions

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

Additional options for NetworkManagement#projectsLocationsVpcFlowLogsConfigsList.

interface ProjectsLocationsVpcFlowLogsConfigsListOptions {
filter?: string;
orderBy?: 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).

§
orderBy?: string
[src]

Optional. Field to use to sort the list.

§
pageSize?: number
[src]

Optional. Number of VpcFlowLogsConfigs to return.

§
pageToken?: string
[src]

Optional. Page token from an earlier query, as returned in next_page_token.