IngressProfileArgs

data class IngressProfileArgs(val ip: Output<String>? = null, val name: Output<String>? = null, val visibility: Output<String>? = null) : ConvertibleToJava<IngressProfileArgs>

IngressProfile represents an ingress profile.

Constructors

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

Properties

Link copied to clipboard
val ip: Output<String>? = null

The IP of the ingress (immutable).

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val visibility: Output<String>? = null

Ingress visibility (immutable).

Functions

Link copied to clipboard
open override fun toJava(): IngressProfileArgs