NetworkRuleSetArgs

data class NetworkRuleSetArgs(val defaultAction: Output<Either<String, DefaultAction>>, val ipRules: Output<List<IPRuleArgs>>? = null) : ConvertibleToJava<NetworkRuleSetArgs>

The network rule set for a container registry.

Constructors

Link copied to clipboard
constructor(defaultAction: Output<Either<String, DefaultAction>>, ipRules: Output<List<IPRuleArgs>>? = null)

Properties

Link copied to clipboard
val defaultAction: Output<Either<String, DefaultAction>>

The default action of allow or deny when no other rules match.

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

The IP ACL rules.

Functions

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