RegionSecurityPolicyRuleNetworkMatchUserDefinedField

data class RegionSecurityPolicyRuleNetworkMatchUserDefinedField(val name: String? = null, val values: List<String>? = null)

Constructors

constructor(name: String? = null, values: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the user-defined field, as given in the definition.

Link copied to clipboard
val values: List<String>? = null

Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").