TargetEndpointResponse

data class TargetEndpointResponse(val ports: List<Int>? = null, val targetFqdn: String? = null)

TargetEndpoint object that forms a traffic endpoint.

Constructors

Link copied to clipboard
constructor(ports: List<Int>? = null, targetFqdn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ports: List<Int>? = null

The Ports to be allowed for the FQDN.

Link copied to clipboard
val targetFqdn: String? = null

The FQDN for traffic endpoint.