Values.GetSolNetworkOperationOutputSourceGets the details of a network operation, including the tasks involved in the network operation and the status of the tasks. A network operation is any operation that is done to your network, such as network instance instantiation or termination.
type nonrec t = {arn : NsLcmOpOccArn.t option;Network operation ARN.
*)error : ProblemDetails.t option;Error related to this specific network operation occurrence.
*)id : NsLcmOpOccId.t option;ID of this network operation occurrence.
*)lcmOperationType : LcmOperationType.t option;Type of the operation represented by this occurrence.
*)metadata : GetSolNetworkOperationMetadata.t option;Metadata of this network operation occurrence.
*)nsInstanceId : NsInstanceId.t option;ID of the network operation instance.
*)operationState : NsLcmOperationState.t option;The state of the network operation.
*)tasks : GetSolNetworkOperationTasksList.t option;All tasks associated with this operation occurrence.
*)updateType : UpdateSolNetworkType.t option;Type of the update. Only present if the network operation lcmOperationType is UPDATE.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of String_.t
| `Structure of
(string * [> `String of ErrorCause.t ]) list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NsLcmOpOccArn.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string * [> `String of NsdInfoId.t | `Structure of 'a list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ])
list ]