IPRuleArgs

data class IPRuleArgs(val action: Output<Action>? = null, val iPAddressOrRange: Output<String>) : ConvertibleToJava<IPRuleArgs>

IP rule with specific IP or IP range in CIDR format.

Constructors

Link copied to clipboard
fun IPRuleArgs(action: Output<Action>? = null, iPAddressOrRange: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): IPRuleArgs

Properties

Link copied to clipboard
val action: Output<Action>? = null

The action of IP ACL rule.

Link copied to clipboard

Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.