NetworkRuleSetResponse

data class NetworkRuleSetResponse(val defaultAction: String, val ipRules: List<IPRuleResponse>? = null)

The network rule set for a container registry.

Constructors

Link copied to clipboard
constructor(defaultAction: String, ipRules: List<IPRuleResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The IP ACL rules.