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
fun RegionSecurityPolicyRuleNetworkMatch(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)