RegistryNetworkRuleSetIpRuleArgs

data class RegistryNetworkRuleSetIpRuleArgs(val action: Output<String>, val ipRange: Output<String>) : ConvertibleToJava<RegistryNetworkRuleSetIpRuleArgs>

Constructors

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

Properties

Link copied to clipboard
val action: Output<String>

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

Link copied to clipboard
val ipRange: Output<String>

The CIDR block from which requests will match the rule.

Functions

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