AccessControlListConditionPropertiesResponse

data class AccessControlListConditionPropertiesResponse(val action: String, val annotation: String? = null, val destinationAddress: String, val destinationPort: String, val protocol: Int, val sequenceNumber: Int, val sourceAddress: String, val sourcePort: String)

Access Control List condition model.

Constructors

constructor(action: String, annotation: String? = null, destinationAddress: String, destinationPort: String, protocol: Int, sequenceNumber: Int, sourceAddress: String, sourcePort: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

action. Example: allow | deny.

Link copied to clipboard
val annotation: String? = null

Switch configuration description.

Link copied to clipboard

destinationAddress. Example: any | 1.1.1.0/24 | 1.1.10.10

Link copied to clipboard

destinationPort. Example: any | 1253

Link copied to clipboard

TCP/IP protocol as defined in the list of IP protocol numbers. Example: 255 (any) | 0 | 1.

Link copied to clipboard

sequenceNumber of the Access Control List.

Link copied to clipboard

sourceAddress. Example: any | 1.1.1.0/24 | 1.1.10.10

Link copied to clipboard

sourcePort. Example: any | 1253