Firewall Inbound Rule Args
data class FirewallInboundRuleArgs(val portRange: Output<String>? = null, val protocol: Output<String>, val sourceAddresses: Output<List<String>>? = null, val sourceDropletIds: Output<List<Int>>? = null, val sourceKubernetesIds: Output<List<String>>? = null, val sourceLoadBalancerUids: Output<List<String>>? = null, val sourceTags: Output<List<String>>? = null) : ConvertibleToJava<FirewallInboundRuleArgs>
Constructors
Link copied to clipboard
fun FirewallInboundRuleArgs(portRange: Output<String>? = null, protocol: Output<String>, sourceAddresses: Output<List<String>>? = null, sourceDropletIds: Output<List<Int>>? = null, sourceKubernetesIds: Output<List<String>>? = null, sourceLoadBalancerUids: Output<List<String>>? = null, sourceTags: Output<List<String>>? = null)