Values.UpdateSolNetworkInstanceInputSourceUpdate 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.
type nonrec t = {modifyVnfInfoData : UpdateSolNetworkModify.t option;Identifies the network function information parameters and/or the configurable properties of the network function to be modified. Include this property only if the update type is MODIFY_VNF_INFORMATION.
*)nsInstanceId : NsInstanceId.t;ID of the network instance.
*)updateNs : UpdateSolNetworkServiceData.t option;Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update. Include this property only if the update type is UPDATE_NS.
*)updateType : UpdateSolNetworkType.t;The type of update. Use the MODIFY_VNF_INFORMATION update type, to update a specific network function configuration, in the network instance. Use the UPDATE_NS update type, to update the network instance to a new network service descriptor.
*)}val make :
?modifyVnfInfoData:??? ->
?tags:??? ->
?updateNs:??? ->
nsInstanceId:NsInstanceId.t ->
updateType:UpdateSolNetworkType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NsInstanceId.t
| `Structure of
(string * [> `String of VnfInstanceId.t | `Structure of 'a list ])
list ])
list ]