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

GetSolNetworkPackageOutput

import type { GetSolNetworkPackageOutput } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";
interface GetSolNetworkPackageOutput {
arn: string;
id: string;
nsdId: string;
nsdName: string;
nsdOnboardingState: NsdOnboardingState;
nsdOperationalState: NsdOperationalState;
nsdUsageState: NsdUsageState;
nsdVersion: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
vnfPkgIds: string[];
}

§Properties

§
arn: string
[src]

Network package ARN.

§
id: string
[src]

Network package ID.

§
nsdId: string
[src]

Network service descriptor ID.

§
nsdName: string
[src]

Network service descriptor name.

§
nsdOnboardingState: NsdOnboardingState
[src]

Network service descriptor onboarding state.

§
nsdOperationalState: NsdOperationalState
[src]

Network service descriptor operational state.

§
nsdUsageState: NsdUsageState
[src]

Network service descriptor usage state.

§
nsdVersion: string
[src]

Network service descriptor version.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

§
vnfPkgIds: string[]
[src]

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