DataProductNetworkAclsResponse

data class DataProductNetworkAclsResponse(val allowedQueryIpRangeList: List<String>, val defaultAction: String, val ipRules: List<IPRulesResponse>, val virtualNetworkRule: List<VirtualNetworkRuleResponse>)

Data Product Network rule set

Constructors

Link copied to clipboard
fun DataProductNetworkAclsResponse(allowedQueryIpRangeList: List<String>, defaultAction: String, ipRules: List<IPRulesResponse>, virtualNetworkRule: List<VirtualNetworkRuleResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.

Link copied to clipboard

Default Action

Link copied to clipboard

IP rule with specific IP or IP range in CIDR format.

Link copied to clipboard