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

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.

§
ipAddress?: string
[src]

A single IP address. For example: 10.0.0.5.

§
ipAddressRange?: string
[src]

An IP address range in the CIDR format. For example: 10.0.0.0/24.