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

ListSolNetworkPackageInfo

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

Details of a network package.

A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

interface ListSolNetworkPackageInfo {
arn: string;
id: string;
nsdDesigner?: string | null;
nsdId?: string | null;
nsdInvariantId?: string | null;
nsdName?: string | null;
nsdOnboardingState: NsdOnboardingState;
nsdOperationalState: NsdOperationalState;
nsdUsageState: NsdUsageState;
nsdVersion?: string | null;
vnfPkgIds?: string[] | null;
}

§Properties

§
arn: string
[src]

Network package ARN.

§
id: string
[src]

ID of the individual network package.

§

The metadata of the network package.

§
nsdDesigner?: string | null
[src]

Designer of the onboarded network service descriptor in the network package.

§
nsdId?: string | null
[src]

ID of the network service descriptor on which the network package is based.

§
nsdInvariantId?: string | null
[src]

Identifies a network service descriptor in a version independent manner.

§
nsdName?: string | null
[src]

Name of the onboarded network service descriptor in the network package.

§
nsdOnboardingState: NsdOnboardingState
[src]

Onboarding state of the network service descriptor in the network package.

§
nsdOperationalState: NsdOperationalState
[src]

Operational state of the network service descriptor in the network package.

§
nsdUsageState: NsdUsageState
[src]

Usage state of the network service descriptor in the network package.

§
nsdVersion?: string | null
[src]

Version of the onboarded network service descriptor in the network package.

§
vnfPkgIds?: string[] | null
[src]

Identifies the function package for the function package descriptor referenced by the onboarded network package.