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

StaticIpConnectionInfo

import type { StaticIpConnectionInfo } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";

A static IP configuration.

interface StaticIpConnectionInfo {
DefaultGateway: string;
Dns: string[];
IpAddress: string;
Mask: string;
}

§Properties

§
DefaultGateway: string
[src]

The connection's default gateway.

§
Dns: string[]
[src]

The connection's DNS address.

§
IpAddress: string
[src]

The connection's IP address.

§
Mask: string
[src]

The connection's DNS mask.