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

ListSolFunctionInstanceInfo

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

Lists information about a network function instance.

A network function instance is a function in a function package .

interface ListSolFunctionInstanceInfo {
arn: string;
id: string;
instantiatedVnfInfo?: GetSolInstantiatedVnfInfo | null;
instantiationState: VnfInstantiationState;
nsInstanceId: string;
vnfPkgId: string;
vnfPkgName?: string | null;
}

§Properties

§
arn: string
[src]

Network function instance ARN.

§
id: string
[src]

Network function instance ID.

§
instantiatedVnfInfo?: GetSolInstantiatedVnfInfo | null
[src]
§
instantiationState: VnfInstantiationState
[src]

Network function instance instantiation state.

§

Network function instance metadata.

§
nsInstanceId: string
[src]

Network instance ID.

§
vnfPkgId: string
[src]

Function package ID.

§
vnfPkgName?: string | null
[src]

Function package name.