IPRuleArgs

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

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

Constructors

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

Properties

Link copied to clipboard
val action: Output<Either<String, 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.

Functions

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