NetworkRuleSetIpRuleArgs

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

An object for an IP range that will be allowed access.

Constructors

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

Properties

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

The readable name of the IP rule.

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

The CIDR block defining the IP range.

Functions

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