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
constructor(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>)
Properties
Link copied to clipboard
An array of strings containing the IPv4 addresses, IPv6 addresses, IPv4 CIDRs, and/or IPv6 CIDRs to which the outbound traffic will be allowed.
Link copied to clipboard
An array containing the IDs of the Droplets to which the outbound traffic will be allowed.
Link copied to clipboard
An array containing the IDs of the Kubernetes clusters to which the outbound traffic will be allowed.
Link copied to clipboard
An array containing the IDs of the Load Balancers to which the outbound traffic will be allowed.
Link copied to clipboard
An array containing the names of Tags corresponding to groups of Droplets to which the outbound traffic will be allowed.