ConnectionMonitorEndpointScope Class

Describes the connection monitor endpoint scope.

Inheritance
ConnectionMonitorEndpointScope

Constructor

ConnectionMonitorEndpointScope(*, include: typing.Union[typing.List[_ForwardRef('ConnectionMonitorEndpointScopeItem')], NoneType] = None, exclude: typing.Union[typing.List[_ForwardRef('ConnectionMonitorEndpointScopeItem')], NoneType] = None, **kwargs)

Parameters

include
list[ConnectionMonitorEndpointScopeItem]

List of items which needs to be included to the endpoint scope.

exclude
list[ConnectionMonitorEndpointScopeItem]

List of items which needs to be excluded from the endpoint scope.