List Sol Network Instances
| telconetworkbuilder_list_sol_network_instances | R Documentation |
Lists your network instances¶
Description¶
Lists your network instances.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
Usage¶
Arguments¶
maxResultsThe maximum number of results to include in the response.
nextTokenThe token for the next page of results.
Value¶
A list with the following syntax:
list(
networkInstances = list(
list(
arn = "string",
id = "string",
metadata = list(
createdAt = as.POSIXct(
"2015-01-01"
),
lastModified = as.POSIXct(
"2015-01-01"
)
),
nsInstanceDescription = "string",
nsInstanceName = "string",
nsState = "INSTANTIATED"|"NOT_INSTANTIATED"|"UPDATED"|"IMPAIRED"|"UPDATE_FAILED"|"STOPPED"|"DELETED"|"INSTANTIATE_IN_PROGRESS"|"INTENT_TO_UPDATE_IN_PROGRESS"|"UPDATE_IN_PROGRESS"|"TERMINATE_IN_PROGRESS",
nsdId = "string",
nsdInfoId = "string"
)
),
nextToken = "string"
)