NWRule Set Ip Rules Args
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)