Update Sol Network Instance
telconetworkbuilder_update_sol_network_instance | R Documentation |
Update a network instance¶
Description¶
Update a 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.
Choose the updateType parameter to target the necessary update of the network instance.
Usage¶
telconetworkbuilder_update_sol_network_instance(modifyVnfInfoData,
nsInstanceId, tags, updateNs, updateType)
Arguments¶
modifyVnfInfoData |
Identifies the network function information parameters and/or the configurable properties of the network function to be modified. Include this property only if the update type is
|
nsInstanceId |
[required] ID of the network instance. |
tags |
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs. |
updateNs |
Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update. Include this property only if the update type is
|
updateType |
[required] The type of update.
|
Value¶
A list with the following syntax:
list(
nsLcmOpOccId = "string",
tags = list(
"string"
)
)
Request syntax¶
svc$update_sol_network_instance(
modifyVnfInfoData = list(
vnfConfigurableProperties = list(),
vnfInstanceId = "string"
),
nsInstanceId = "string",
tags = list(
"string"
),
updateNs = list(
additionalParamsForNs = list(),
nsdInfoId = "string"
),
updateType = "MODIFY_VNF_INFORMATION"|"UPDATE_NS"
)