ApplicationNetworkRuleSetIpRuleArgs

data class ApplicationNetworkRuleSetIpRuleArgs(val ipMask: Output<String>, val name: Output<String>) : ConvertibleToJava<ApplicationNetworkRuleSetIpRuleArgs>

Constructors

Link copied to clipboard
constructor(ipMask: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val ipMask: Output<String>

The IP address range in CIDR notation for the IP Rule.

Link copied to clipboard
val name: Output<String>

The name of the IP Rule

Functions

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