Access Control List Condition Properties Args
data class AccessControlListConditionPropertiesArgs(val action: Output<Either<String, ConditionActionType>>, val annotation: Output<String>? = null, val destinationAddress: Output<String>, val destinationPort: Output<String>, val protocol: Output<Int>, val sequenceNumber: Output<Int>, val sourceAddress: Output<String>, val sourcePort: Output<String>) : ConvertibleToJava<AccessControlListConditionPropertiesArgs>
Access Control List condition model.
Properties
Link copied to clipboard
action. Example: allow | deny.
Link copied to clipboard
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
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