GetTrafficMirrorSessionsPlainArgs

data class GetTrafficMirrorSessionsPlainArgs(val enabled: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val priority: Int? = null, val status: String? = null, val trafficMirrorFilterId: String? = null, val trafficMirrorSessionName: String? = null, val trafficMirrorSourceId: String? = null, val trafficMirrorTargetId: String? = null) : ConvertibleToJava<GetTrafficMirrorSessionsPlainArgs>

A collection of arguments for invoking getTrafficMirrorSessions.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, priority: Int? = null, status: String? = null, trafficMirrorFilterId: String? = null, trafficMirrorSessionName: String? = null, trafficMirrorSourceId: String? = null, trafficMirrorTargetId: String? = null)

Properties

Link copied to clipboard
val enabled: Boolean? = null

Specifies whether to enable traffic mirror sessions. default to false.

Link copied to clipboard
val ids: List<String>? = null

A list of Traffic Mirror Session IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Traffic Mirror Session name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val priority: Int? = null

The priority of the traffic mirror session. Valid values: 1 to 32766. A smaller value indicates a higher priority. You cannot specify the same priority for traffic mirror sessions that are created in the same region with the same Alibaba Cloud account.

Link copied to clipboard
val status: String? = null

The state of the traffic mirror session. Valid values: Creating, Created, Modifying and Deleting.

Link copied to clipboard

The ID of the filter.

Link copied to clipboard

The name of the traffic mirror session. The name must be 2 to 128 characters in length and can contain digits, underscores (_), and hyphens (-). It must start with a letter.

Link copied to clipboard

The ID of the mirror source. You can specify only an elastic network interface (ENI) as the mirror source.

Link copied to clipboard

The ID of the mirror destination. You can specify only an ENI or a Server Load Balancer (SLB) instance as a mirror destination.

Functions

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