NetworkRuleSetArgs

data class NetworkRuleSetArgs(val ipRules: Output<List<IpRuleArgs>>? = null) : ConvertibleToJava<NetworkRuleSetArgs>

Network-specific rules that determine how the search service can be reached.

Constructors

Link copied to clipboard
constructor(ipRules: Output<List<IpRuleArgs>>? = null)

Properties

Link copied to clipboard
val ipRules: Output<List<IpRuleArgs>>? = null

A list of IP restriction rules used for an IP firewall. Any IPs that do not match the rules are blocked by the firewall. These rules are only applied when the 'publicNetworkAccess' of the search service is 'enabled'.

Functions

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