NetworkRuleSetIpRuleResponse

data class NetworkRuleSetIpRuleResponse(val action: String? = null, val filterName: String, val ipMask: String)

IP Rule to be applied as part of Network Rule Set

Constructors

Link copied to clipboard
constructor(action: String? = null, filterName: String, ipMask: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

IP Filter Action

Link copied to clipboard

Name of the IP filter rule.

Link copied to clipboard

A string that contains the IP address range in CIDR notation for the rule.