NetworkRuleSetIpRuleResponse

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

An object for an IP range that will be allowed access.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The network action for the IP mask.

Link copied to clipboard
val filterName: String? = null

The readable name of the IP rule.

Link copied to clipboard
val ipMask: String? = null

The CIDR block defining the IP range.