TelcoNetworkBuilder / Client / terminate_sol_network_instance
terminate_sol_network_instance#
- TelcoNetworkBuilder.Client.terminate_sol_network_instance(**kwargs)#
Terminates 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.
You must terminate a network instance before you can delete it.
See also: AWS API Documentation
Request Syntax
response = client.terminate_sol_network_instance( nsInstanceId='string', tags={ 'string': 'string' } )
- Parameters:
nsInstanceId (string) –
[REQUIRED]
ID of the network instance.
tags (dict) –
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 transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'nsLcmOpOccId': 'string', 'tags': { 'string': 'string' } }
Response Structure
(dict) –
nsLcmOpOccId (string) –
The identifier of the network operation.
tags (dict) –
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 transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
(string) –
(string) –
Exceptions
TelcoNetworkBuilder.Client.exceptions.InternalServerException
TelcoNetworkBuilder.Client.exceptions.ServiceQuotaExceededException
TelcoNetworkBuilder.Client.exceptions.ThrottlingException
TelcoNetworkBuilder.Client.exceptions.ValidationException
TelcoNetworkBuilder.Client.exceptions.ResourceNotFoundException
TelcoNetworkBuilder.Client.exceptions.AccessDeniedException