NetworkAclsArgs

data class NetworkAclsArgs(val ipRules: Output<List<IpRuleArgs>>? = null, val publicNetworkRule: Output<PublicInternetAuthorizationRuleArgs>? = null) : ConvertibleToJava<NetworkAclsArgs>

A collection of network authorization rules.

Constructors

Link copied to clipboard
constructor(ipRules: Output<List<IpRuleArgs>>? = null, publicNetworkRule: Output<PublicInternetAuthorizationRuleArgs>? = null)

Properties

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

List of IP rules.

Link copied to clipboard

A default (public Internet) network authorization rule, which contains rights if no other network rule matches.

Functions

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