EventHubNamespaceNetworkRulesetsIpRuleArgs

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

Constructors

constructor(action: Output<String>? = null, ipMask: Output<String>)

Properties

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

The action to take when the rule is matched. Possible values are Allow. Defaults to Allow.

Link copied to clipboard
val ipMask: Output<String>

The IP mask to match on.

Functions

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