IngressProfileArgs

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

IngressProfile represents an ingress profile.

Constructors

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

Properties

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

The IP of the ingress.

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

The ingress profile name.

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

Ingress visibility.

Functions

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