Values.NetworkPathComponentSourceInformation about a network path component.
type nonrec t = {componentId : NonEmptyString.t option;The identifier of a component in the network path. Length Constraints: Minimum of 1. Maximum of 32.
*)componentType : NonEmptyString.t option;The type of component. Length Constraints: Minimum of 1. Maximum of 32.
*)egress : NetworkHeader.t option;Information about the component that comes after the current component in the network path.
*)ingress : NetworkHeader.t option;Information about the component that comes before the current node in the network path.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of
(string * [> `Integer of Integer.t ]) list ]
list ])
list ])
list ])
list ]