IPRuleArgs

data class IPRuleArgs(val action: Output<IPRuleAction>, val value: Output<String>) : ConvertibleToJava<IPRuleArgs>

Rule to filter client IP address.

Constructors

Link copied to clipboard
constructor(action: Output<IPRuleAction>, value: Output<String>)

Properties

Link copied to clipboard
val action: Output<IPRuleAction>

Action when client IP address is matched.

Link copied to clipboard
val value: Output<String>

IPv4 address, or IPv4 address range in CIDR format.

Functions

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