List Sol Function Instances
telconetworkbuilder_list_sol_function_instances | R Documentation |
Lists network function instances¶
Description¶
Lists network function instances.
A network function instance is a function in a function package .
Usage¶
Arguments¶
maxResults
The maximum number of results to include in the response.
nextToken
The token for the next page of results.
Value¶
A list with the following syntax:
list(
functionInstances = list(
list(
arn = "string",
id = "string",
instantiatedVnfInfo = list(
vnfState = "STARTED"|"STOPPED"
),
instantiationState = "INSTANTIATED"|"NOT_INSTANTIATED",
metadata = list(
createdAt = as.POSIXct(
"2015-01-01"
),
lastModified = as.POSIXct(
"2015-01-01"
)
),
nsInstanceId = "string",
vnfPkgId = "string",
vnfPkgName = "string"
)
),
nextToken = "string"
)