Ice.EndpointSelectionType

class Ice.EndpointSelectionType(*values)

Bases: Enum

Determines the order in which the Ice runtime uses the endpoints in a proxy when establishing a connection.

Enumerators

RandomEndpointSelectionType

Random causes the endpoints to be arranged in a random order.

OrderedEndpointSelectionType

Ordered forces the Ice runtime to use the endpoints in the order they appeared in the proxy.

Ordered = 1
Random = 0