instantiate_sol_network_instance
(**kwargs)¶Instantiates 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.
Before you can instantiate a network instance, you have to create a network instance. For more information, see CreateSolNetworkInstance.
See also: AWS API Documentation
Request Syntax
response = client.instantiate_sol_network_instance(
additionalParamsForNs={...}|[...]|123|123.4|'string'|True|None,
dryRun=True|False,
nsInstanceId='string'
)
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.[REQUIRED]
ID of the network instance.
dict
Response Syntax
{
'nsLcmOpOccId': 'string'
}
Response Structure
(dict) --
nsLcmOpOccId (string) --
The identifier of the network instance.
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