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

ListSolNetworkInstanceInfo

import type { ListSolNetworkInstanceInfo } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";

Info about the specific network instance.

A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.

interface ListSolNetworkInstanceInfo {
arn: string;
id: string;
nsdId: string;
nsdInfoId: string;
nsInstanceDescription: string;
nsInstanceName: string;
nsState: NsState;
}

§Properties

§
arn: string
[src]

Network instance ARN.

§
id: string
[src]

ID of the network instance.

§

The metadata of the network instance.

§
nsdId: string
[src]

ID of the network service descriptor in the network package.

§
nsdInfoId: string
[src]

ID of the network service descriptor in the network package.

§
nsInstanceDescription: string
[src]

Human-readable description of the network instance.

§
nsInstanceName: string
[src]

Human-readable name of the network instance.

§
nsState: NsState
[src]

The state of the network instance.