AWS SDK Version 3 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.

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

Choose the updateType parameter to target the necessary update of the network instance.

Note:

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

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

Syntax

C#
public virtual UpdateSolNetworkInstanceResponse UpdateSolNetworkInstance(
         UpdateSolNetworkInstanceRequest request
)

Parameters

request
Type: Amazon.Tnb.Model.UpdateSolNetworkInstanceRequest

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

Return Value


The response from the UpdateSolNetworkInstance 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.5 and newer, 3.5

See Also