IpRange
import type { IpRange } from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";An IP range provided in any one of the supported formats.
interface IpRange {
externalAddress?: string;
ipAddress?: string;
ipAddressRange?: string;
}§Properties
§
externalAddress?: string
[src]The name of an ExternalAddress resource. The external address must have
been reserved in the scope of this external access rule's parent network
policy. Provide the external address name in the form of
projects/{project}/locations/{location}/privateClouds/{private_cloud}/externalAddresses/{external_address}.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address.