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