ListSolNetworkPackageInfo - AWS Telco Network Builder

ListSolNetworkPackageInfo

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 AWS infrastructure you want to deploy them on.

Contents

arn

Network package ARN.

Type: String

Pattern: ^arn:(aws|aws-cn|aws-iso|aws-iso-b|aws-us-gov):tnb:([a-z]{2}(-(gov|isob|iso))?-(east|west|north|south|central){1,2}-[0-9]):\d{12}:(network-package/np-[a-f0-9]{17})$

Required: Yes

id

ID of the individual network package.

Type: String

Pattern: ^np-[a-f0-9]{17}$

Required: Yes

metadata

The metadata of the network package.

Type: ListSolNetworkPackageMetadata object

Required: Yes

nsdOnboardingState

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

Type: String

Valid Values: CREATED | ONBOARDED | ERROR

Required: Yes

nsdOperationalState

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

Type: String

Valid Values: ENABLED | DISABLED

Required: Yes

nsdUsageState

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

Type: String

Valid Values: IN_USE | NOT_IN_USE

Required: Yes

nsdDesigner

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

Type: String

Required: No

nsdId

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

Type: String

Required: No

nsdInvariantId

Identifies a network service descriptor in a version independent manner.

Type: String

Required: No

nsdName

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

Type: String

Required: No

nsdVersion

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

Type: String

Required: No

vnfPkgIds

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

Type: Array of strings

Pattern: ^fp-[a-f0-9]{17}$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: