Values_1.EndpointMetadataSourceThe metadata of the endpoint.
type nonrec t = {endpointName : Values_0.EndpointName.t option;The name of the endpoint.
*)endpointConfigName : Values_0.EndpointConfigName.t option;The name of the endpoint configuration.
*)endpointStatus : EndpointStatus.t option;The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.
*)failureReason : Values_0.FailureReason.t option;If the status of the endpoint is Failed, or the status is InService but update operation fails, this provides the reason why it failed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.EndpointName.t ])
list ]