RegistryNetworkRuleSetVirtualNetworkArgs

data class RegistryNetworkRuleSetVirtualNetworkArgs(val action: Output<String>, val subnetId: Output<String>) : ConvertibleToJava<RegistryNetworkRuleSetVirtualNetworkArgs>

Constructors

Link copied to clipboard
constructor(action: Output<String>, subnetId: 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 subnetId: Output<String>

Functions

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