ConnectivitySource Class

Parameters that define the source of the connection.

Constructor

ConnectivitySource(*args: Any, **kwargs: Any)

Variables

Name Description
resource_id
str

The ID of the resource from which a connectivity check will be initiated. Required.

port
int

The source port from which a connectivity check will be performed.

Attributes

port

The source port from which a connectivity check will be performed.

port: int | None

resource_id

The ID of the resource from which a connectivity check will be initiated. Required.

resource_id: str