Ingress Profile Args
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)