RegistryNetworkRuleSetIpRule

data class RegistryNetworkRuleSetIpRule(val action: String, val ipRange: String)

Constructors

Link copied to clipboard
constructor(action: String, ipRange: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The behaviour for requests matching this rule. At this time the only supported value is Allow

Link copied to clipboard

The CIDR block from which requests will match the rule.