Get Firewall Inbound Rule
data class GetFirewallInboundRule(val portRange: String? = null, val protocol: String, val sourceAddresses: List<String>? = null, val sourceDropletIds: List<Int>? = null, val sourceKubernetesIds: List<String>? = null, val sourceLoadBalancerUids: List<String>? = null, val sourceTags: List<String>? = null) : ConvertibleToJava<GetFirewallInboundRule>
Properties
Link copied to clipboard
An array of strings containing the IPv4 addresses, IPv6 addresses, IPv4 CIDRs, and/or IPv6 CIDRs from which the inbound traffic will be accepted.
Link copied to clipboard
An array containing the IDs of the Droplets from which the inbound traffic will be accepted.
Link copied to clipboard
Link copied to clipboard
An array containing the IDs of the Load Balancers from which the inbound traffic will be accepted.
Link copied to clipboard
A set of names of Tags corresponding to group of Droplets from which the inbound traffic will be accepted.