Firewall Outbound Rule Args
data class FirewallOutboundRuleArgs(val destinationAddresses: Output<List<String>>? = null, val destinationDropletIds: Output<List<Int>>? = null, val destinationKubernetesIds: Output<List<String>>? = null, val destinationLoadBalancerUids: Output<List<String>>? = null, val destinationTags: Output<List<String>>? = null, val portRange: Output<String>? = null, val protocol: Output<String>) : ConvertibleToJava<FirewallOutboundRuleArgs>
Constructors
Link copied to clipboard
fun FirewallOutboundRuleArgs(destinationAddresses: Output<List<String>>? = null, destinationDropletIds: Output<List<Int>>? = null, destinationKubernetesIds: Output<List<String>>? = null, destinationLoadBalancerUids: Output<List<String>>? = null, destinationTags: Output<List<String>>? = null, portRange: Output<String>? = null, protocol: Output<String>)