Get Sol Network Instance
telconetworkbuilder_get_sol_network_instance | R Documentation |
Gets the details of the network instance¶
Description¶
Gets the details of the network instance.
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¶
nsInstanceId
[required] ID of the network instance.
Value¶
A list with the following syntax:
list(
arn = "string",
id = "string",
lcmOpInfo = list(
nsLcmOpOccId = "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",
tags = list(
"string"
)
)