TrafficMirrorFilterIngressRule

data class TrafficMirrorFilterIngressRule(val action: String, val destinationCidrBlock: String? = null, val destinationPortRange: String? = null, val priority: Int? = null, val protocol: String, val sourceCidrBlock: String? = null, val sourcePortRange: String? = null, val trafficMirrorFilterRuleStatus: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Collection strategy for outbound rules. Value:

Link copied to clipboard

DestinationCidrBlock.

Link copied to clipboard

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: Int? = null

Priority.

Link copied to clipboard

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

Link copied to clipboard
val sourceCidrBlock: String? = null

The source address of the outbound rule network traffic.

Link copied to clipboard
val sourcePortRange: 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.