Values.EndpointSourceAn endpoint available for interaction with the scheduler.
type nonrec t = {type_ : EndpointType.t option;Indicates the type of endpoint running at the specific IP address.
*)privateIpAddress : String_.t option;For clusters that use IPv4, this is the endpoint's private IP address. Example: 10.1.2.3 For clusters configured to use IPv6, this is an empty string.
*)publicIpAddress : String_.t option;The endpoint's public IP address. Example: 192.0.2.1
*)ipv6Address : String_.t option;The endpoint's IPv6 address. Example: 2001:db8::1
*)port : String_.t option;The endpoint's connection port number. Example: 1234
*)}