ConnectionMonitorEndpointResponse

data class ConnectionMonitorEndpointResponse(val address: String? = null, val coverageLevel: String? = null, val filter: ConnectionMonitorEndpointFilterResponse? = null, val name: String, val resourceId: String? = null, val scope: ConnectionMonitorEndpointScopeResponse? = null, val type: String? = null)

Describes the connection monitor endpoint.

Constructors

Link copied to clipboard
constructor(address: String? = null, coverageLevel: String? = null, filter: ConnectionMonitorEndpointFilterResponse? = null, name: String, resourceId: String? = null, scope: ConnectionMonitorEndpointScopeResponse? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

Address of the connection monitor endpoint (IP or domain name).

Link copied to clipboard
val coverageLevel: String? = null

Test coverage for the endpoint.

Link copied to clipboard

Filter for sub-items within the endpoint.

Link copied to clipboard

The name of the connection monitor endpoint.

Link copied to clipboard
val resourceId: String? = null

Resource ID of the connection monitor endpoint.

Link copied to clipboard

Endpoint scope.

Link copied to clipboard
val type: String? = null

The endpoint type.