Values.CreateSolNetworkInstanceInputSourceCreates 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.
type nonrec t = {nsDescription : CreateSolNetworkInstanceInputNsDescriptionString.t option;Network instance description.
*)nsName : CreateSolNetworkInstanceInputNsNameString.t;Network instance name.
*)nsdInfoId : NsdInfoId.t;ID for network service descriptor.
*)}val make :
?nsDescription:??? ->
?tags:??? ->
nsName:CreateSolNetworkInstanceInputNsNameString.t ->
nsdInfoId:NsdInfoId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of CreateSolNetworkInstanceInputNsDescriptionString.t ])
list ]