TrafficMirrorFilterIngressRuleArgs

data class TrafficMirrorFilterIngressRuleArgs(val action: Output<String>, val destinationCidrBlock: Output<String>? = null, val destinationPortRange: Output<String>? = null, val priority: Output<Int>? = null, val protocol: Output<String>, val sourceCidrBlock: Output<String>? = null, val sourcePortRange: Output<String>? = null, val trafficMirrorFilterRuleStatus: Output<String>? = null) : ConvertibleToJava<TrafficMirrorFilterIngressRuleArgs>

Constructors

Link copied to clipboard
fun TrafficMirrorFilterIngressRuleArgs(action: Output<String>, destinationCidrBlock: Output<String>? = null, destinationPortRange: Output<String>? = null, priority: Output<Int>? = null, protocol: Output<String>, sourceCidrBlock: Output<String>? = null, sourcePortRange: Output<String>? = null, trafficMirrorFilterRuleStatus: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TrafficMirrorFilterIngressRuleArgs

Properties

Link copied to clipboard
val action: Output<String>

Collection strategy for outbound rules. Value:

Link copied to clipboard
val destinationCidrBlock: Output<String>? = null

DestinationCidrBlock.

Link copied to clipboard
val destinationPortRange: Output<String>? = null

The destination port range of the outbound rule network traffic. The port range is 1 to 65535. Use a forward slash (/) to separate the start port and the end Port. The format is 1/200 and 80/80. Among them, - 1/-1 cannot be set separately, which means that the port is not limited.

Link copied to clipboard
val priority: Output<Int>? = null

Priority.

Link copied to clipboard
val protocol: Output<String>

The type of protocol used by the outbound network traffic to be mirrored. Value:

Link copied to clipboard
val sourceCidrBlock: Output<String>? = null

The source address of the outbound rule network traffic.

Link copied to clipboard
val sourcePortRange: Output<String>? = null

The source port range of the outbound rule network traffic. The port range is 1 to 65535. Use a forward slash (/) to separate the start port and the end Port. The format is 1/200 and 80/80. Among them, - 1/-1 cannot be set separately, which means that the port is not limited.

Link copied to clipboard