IngressProfileResponse

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

IngressProfile represents an ingress profile.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String? = null

The IP of the ingress (immutable).

Link copied to clipboard
val name: String? = null

The ingress profile name. Must be "default" (immutable).

Link copied to clipboard
val visibility: String? = null

Ingress visibility (immutable).