NetworkAclsResponse

data class NetworkAclsResponse(val ipRules: List<IpRuleResponse>? = null, val publicNetworkRule: PublicInternetAuthorizationRuleResponse? = null)

A collection of network authorization rules.

Constructors

Link copied to clipboard
constructor(ipRules: List<IpRuleResponse>? = null, publicNetworkRule: PublicInternetAuthorizationRuleResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of IP rules.

Link copied to clipboard

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