IpConfigResponse

data class IpConfigResponse(val ipAddress: String, val ports: List<Int>)

Defines IP configuration where this Certificate Map is serving.

Constructors

Link copied to clipboard
constructor(ipAddress: String, ports: List<Int>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An external IP address.

Link copied to clipboard
val ports: List<Int>

Ports.