RegionSecurityPolicyRuleNetworkMatchUserDefinedFieldArgs

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

Constructors

Functions

Link copied to clipboard
open override fun toJava(): RegionSecurityPolicyRuleNetworkMatchUserDefinedFieldArgs

Properties

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val values: Output<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").