You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::TrafficMirrorSession

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the Traffic Mirror session.

Returns:

  • (String)

    The description of the Traffic Mirror session.

#network_interface_idString

The ID of the Traffic Mirror session\'s network interface.

Returns:

  • (String)

    The ID of the Traffic Mirror session\'s network interface.

#owner_idString

The ID of the account that owns the Traffic Mirror session.

Returns:

  • (String)

    The ID of the account that owns the Traffic Mirror session.

#packet_lengthInteger

The number of bytes in each packet to mirror. These are the bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet

Returns:

  • (Integer)

    The number of bytes in each packet to mirror.

#session_numberInteger

The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.

Valid values are 1-32766.

Returns:

  • (Integer)

    The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions.

#tagsArray<Types::Tag>

The tags assigned to the Traffic Mirror session.

Returns:

  • (Array<Types::Tag>)

    The tags assigned to the Traffic Mirror session.

#traffic_mirror_filter_idString

The ID of the Traffic Mirror filter.

Returns:

  • (String)

    The ID of the Traffic Mirror filter.

#traffic_mirror_session_idString

The ID for the Traffic Mirror session.

Returns:

  • (String)

    The ID for the Traffic Mirror session.

#traffic_mirror_target_idString

The ID of the Traffic Mirror target.

Returns:

  • (String)

    The ID of the Traffic Mirror target.

#virtual_network_idInteger

The virtual network ID associated with the Traffic Mirror session.

Returns:

  • (Integer)

    The virtual network ID associated with the Traffic Mirror session.