ListSolFunctionInstanceInfo - AWS Telco Network Builder

ListSolFunctionInstanceInfo

Lists information about a network function instance.

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

Contents

arn

Network function instance 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}:(function-instance/fi-[a-f0-9]{17})$

Required: Yes

id

Network function instance ID.

Type: String

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

Required: Yes

instantiationState

Network function instance instantiation state.

Type: String

Valid Values: INSTANTIATED | NOT_INSTANTIATED

Required: Yes

metadata

Network function instance metadata.

Type: ListSolFunctionInstanceMetadata object

Required: Yes

nsInstanceId

Network instance ID.

Type: String

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

Required: Yes

vnfPkgId

Function package ID.

Type: String

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

Required: Yes

instantiatedVnfInfo

Information about a network function.

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

Type: GetSolInstantiatedVnfInfo object

Required: No

vnfPkgName

Function package name.

Type: String

Required: No

See Also

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