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

InstanceNetworking

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

Describes monthly data transfer rates and port information for an instance.

interface InstanceNetworking {
monthlyTransfer?: MonthlyTransfer | null;
ports?: InstancePortInfo[] | null;
}

§Properties

§
monthlyTransfer?: MonthlyTransfer | null
[src]

The amount of data in GB allocated for monthly data transfers.

§
ports?: InstancePortInfo[] | null
[src]

An array of key-value pairs containing information about the ports on the instance.