Region Security Policy Rule Network Match
data class RegionSecurityPolicyRuleNetworkMatch(val destIpRanges: List<String>? = null, val destPorts: List<String>? = null, val ipProtocols: List<String>? = null, val srcAsns: List<Int>? = null, val srcIpRanges: List<String>? = null, val srcPorts: List<String>? = null, val srcRegionCodes: List<String>? = null, val userDefinedFields: List<RegionSecurityPolicyRuleNetworkMatchUserDefinedField>? = null)
Constructors
Link copied to clipboard
constructor(destIpRanges: List<String>? = null, destPorts: List<String>? = null, ipProtocols: List<String>? = null, srcAsns: List<Int>? = null, srcIpRanges: List<String>? = null, srcPorts: List<String>? = null, srcRegionCodes: List<String>? = null, userDefinedFields: List<RegionSecurityPolicyRuleNetworkMatchUserDefinedField>? = null)
Properties
Link copied to clipboard
Destination IPv4/IPv6 addresses or CIDR prefixes, in standard text format.
Link copied to clipboard
IPv4 protocol / IPv6 next header (after extension headers). Each element can be an 8-bit unsigned decimal number (e.g. "6"), range (e.g. "253-254"), or one of the following protocol names: "tcp", "udp", "icmp", "esp", "ah", "ipip", or "sctp".
Link copied to clipboard
Source IPv4/IPv6 addresses or CIDR prefixes, in standard text format.
Link copied to clipboard
Two-letter ISO 3166-1 alpha-2 country code associated with the source IP address.
Link copied to clipboard
User-defined fields. Each element names a defined field and lists the matching values for that field. Structure is documented below.