IngressProfileResponse

data class IngressProfileResponse(val ip: String, val name: String? = null, val visibility: String? = null)

IngressProfile represents an ingress profile.

Constructors

Link copied to clipboard
constructor(ip: String, name: String? = null, visibility: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String

The IP of the ingress.

Link copied to clipboard
val name: String? = null

The ingress profile name.

Link copied to clipboard
val visibility: String? = null

Ingress visibility.