NWRuleSetIpRulesArgs

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

The response from the List namespace operation.

Constructors

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

Properties

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

The IP Filter Action

Link copied to clipboard
val ipMask: Output<String>? = null

IP Mask

Functions

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