AccessControlListMatchConfigurationResponse

data class AccessControlListMatchConfigurationResponse(val actions: List<AccessControlListActionResponse>? = null, val ipAddressType: String? = null, val matchConditions: List<AccessControlListMatchConditionResponse>? = null, val matchConfigurationName: String? = null, val sequenceNumber: Double? = null)

Defines the match configuration that are supported to filter the traffic.

Constructors

constructor(actions: List<AccessControlListActionResponse>? = null, ipAddressType: String? = null, matchConditions: List<AccessControlListMatchConditionResponse>? = null, matchConfigurationName: String? = null, sequenceNumber: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of actions that need to be performed for the matched conditions.

Link copied to clipboard
val ipAddressType: String? = null

Type of IP Address. IPv4 or IPv6

Link copied to clipboard

List of the match conditions.

Link copied to clipboard

The name of the match configuration.

Link copied to clipboard
val sequenceNumber: Double? = null

Sequence Number of the match configuration.