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

FetchNetworkPolicyExternalAddressesResponse

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

Response message for VmwareEngine.FetchNetworkPolicyExternalAddresses

interface FetchNetworkPolicyExternalAddressesResponse {
externalAddresses?: ExternalAddress[];
nextPageToken?: string;
}

§Properties

§
externalAddresses?: ExternalAddress[]
[src]

A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.