Tunnel Config Config Ingress Rule Origin Request Ip Rule Args
data class TunnelConfigConfigIngressRuleOriginRequestIpRuleArgs(val allow: Output<Boolean>? = null, val ports: Output<List<Int>>? = null, val prefix: Output<String>? = null) : ConvertibleToJava<TunnelConfigConfigIngressRuleOriginRequestIpRuleArgs>
Constructors
Link copied to clipboard
fun TunnelConfigConfigIngressRuleOriginRequestIpRuleArgs(allow: Output<Boolean>? = null, ports: Output<List<Int>>? = null, prefix: Output<String>? = null)