NetworkRuleSetIpRuleArgs

data class NetworkRuleSetIpRuleArgs(val action: Output<Either<String, NetworkRuleIPAction>>? = null, val filterName: Output<String>, val ipMask: Output<String>) : ConvertibleToJava<NetworkRuleSetIpRuleArgs>

IP Rule to be applied as part of Network Rule Set

Constructors

Link copied to clipboard
constructor(action: Output<Either<String, NetworkRuleIPAction>>? = null, filterName: Output<String>, ipMask: Output<String>)

Properties

Link copied to clipboard
val action: Output<Either<String, NetworkRuleIPAction>>? = null

IP Filter Action

Link copied to clipboard
val filterName: Output<String>

Name of the IP filter rule.

Link copied to clipboard
val ipMask: Output<String>

A string that contains the IP address range in CIDR notation for the rule.

Functions

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