TelcoNetworkBuilder / Client / create_sol_network_instance

create_sol_network_instance#

TelcoNetworkBuilder.Client.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'
    }
)
Parameters:
  • nsDescription (string) – Network instance description.

  • nsName (string) –

    [REQUIRED]

    Network instance name.

  • nsdInfoId (string) –

    [REQUIRED]

    ID for network service descriptor.

  • 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.

    • (string) –

      • (string) –

Return type:

dict

Returns:

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.

      • (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