GetTrafficMirrorSessionsSession

data class GetTrafficMirrorSessionsSession(val enabled: Boolean, val id: String, val packetLength: Int, val priority: Int, val status: String, val trafficMirrorFilterId: String, val trafficMirrorSessionBusinessStatus: String, val trafficMirrorSessionDescription: String, val trafficMirrorSessionId: String, val trafficMirrorSessionName: String, val trafficMirrorSourceIds: List<String>, val trafficMirrorTargetId: String, val trafficMirrorTargetType: String, val virtualNetworkId: Int)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, id: String, packetLength: Int, priority: Int, status: String, trafficMirrorFilterId: String, trafficMirrorSessionBusinessStatus: String, trafficMirrorSessionDescription: String, trafficMirrorSessionId: String, trafficMirrorSessionName: String, trafficMirrorSourceIds: List<String>, trafficMirrorTargetId: String, trafficMirrorTargetType: String, virtualNetworkId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether traffic mirror sessions are enabled. default to false.

Link copied to clipboard
val id: String

The ID of the Traffic Mirror Session.

Link copied to clipboard

The maximum transmission unit (MTU).

Link copied to clipboard

The priority of the traffic mirror session. A smaller value indicates a higher priority.

Link copied to clipboard

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 state of the traffic mirror session. Valid values: Normal or FinancialLocked. Normal: working as expected. FinancialLocked: locked due to overdue payments.

Link copied to clipboard

The description of the traffic mirror session.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The name of the traffic mirror session.

Link copied to clipboard

The ID of 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.

Link copied to clipboard

The type of the mirror destination. Valid values: NetworkInterface or SLB. NetworkInterface: an ENI. SLB: an internal-facing SLB instance

Link copied to clipboard

You can specify VNIs to distinguish different mirrored traffic.