create_sol_network_instance
(**kwargs)¶Creates 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. Creating a network instance is the third step after creating a network package. For more information about network instances, Network instances in the Amazon Web Services Telco Network Builder User Guide .
Once you create a network instance, you can instantiate it. To instantiate a network, see InstantiateSolNetworkInstance.
See also: AWS API Documentation
Request Syntax
response = client.create_sol_network_instance(
nsDescription='string',
nsName='string',
nsdInfoId='string',
tags={
'string': 'string'
}
)
[REQUIRED]
Network instance name.
[REQUIRED]
ID for network service descriptor.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
dict
Response Syntax
{
'arn': 'string',
'id': 'string',
'nsInstanceName': 'string',
'nsdInfoId': 'string',
'tags': {
'string': 'string'
}
}
Response Structure
(dict) --
arn (string) --
Network instance ARN.
id (string) --
Network instance ID.
nsInstanceName (string) --
Network instance name.
nsdInfoId (string) --
Network service descriptor ID.
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. You can use tags to search and filter your resources or track your Amazon Web Services costs.
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