Network Rule Set Args
data class NetworkRuleSetArgs(val defaultAction: Output<Either<String, NetworkRuleAction>>? = null, val ipRules: Output<List<IpRuleArgs>>? = null, val virtualNetworkRules: Output<List<VirtualNetworkRuleArgs>>? = null) : ConvertibleToJava<NetworkRuleSetArgs>
A set of rules governing the network accessibility.
Constructors
Link copied to clipboard
constructor(defaultAction: Output<Either<String, NetworkRuleAction>>? = null, ipRules: Output<List<IpRuleArgs>>? = null, virtualNetworkRules: Output<List<VirtualNetworkRuleArgs>>? = null)