AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateSolNetworkInstanceAsync.

Namespace: Amazon.Tnb
Assembly: AWSSDK.Tnb.dll
Version: 3.x.y.z

Syntax

C#
public abstract CreateSolNetworkInstanceResponse CreateSolNetworkInstance(
         CreateSolNetworkInstanceRequest request
)

Parameters

request
Type: Amazon.Tnb.Model.CreateSolNetworkInstanceRequest

Container for the necessary parameters to execute the CreateSolNetworkInstance service method.

Return Value


The response from the CreateSolNetworkInstance service method, as returned by Tnb.

Exceptions

ExceptionCondition
AccessDeniedException Insufficient permissions to make request.
InternalServerException Unexpected error occurred. Problem on the server.
ResourceNotFoundException Request references a resource that doesn't exist.
ServiceQuotaExceededException Service quotas have been exceeded.
ThrottlingException Exception caused by throttling.
ValidationException Unable to process the request because the client provided input failed to satisfy request constraints.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also