ConnectivityResponse

data class ConnectivityResponse(val port: Int? = null, val protocol: String? = null, val source: SourceOrTargetResponse? = null, val target: SourceOrTargetResponse? = null)

Details about connectivity issue. Applicable when root resource causing the issue is not identified. For example, when a VM is impacted due to a network issue, the impacted resource could be VM or the network. In such cases, the connectivity field will have the details about both VM and network.

Constructors

Link copied to clipboard
constructor(port: Int? = null, protocol: String? = null, source: SourceOrTargetResponse? = null, target: SourceOrTargetResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int? = null

Port number for the connection

Link copied to clipboard
val protocol: String? = null

Protocol used for the connection

Link copied to clipboard

Source from which the connection was attempted

Link copied to clipboard

target which connection was attempted