GetLoadBalancerFirewall

data class GetLoadBalancerFirewall(val allows: List<String>, val denies: List<String>)

Constructors

Link copied to clipboard
constructor(allows: List<String>, denies: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the rules for ALLOWING traffic to the LB (strings in the form: 'ip:1.2.3.4' or 'cidr:1.2.0.0/16')

Link copied to clipboard

the rules for DENYING traffic to the LB (strings in the form: 'ip:1.2.3.4' or 'cidr:1.2.0.0/16')