Class: Aws::EC2::Types::TrafficMirrorFilterRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TrafficMirrorFilterRule
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the Traffic Mirror rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the Traffic Mirror rule.
-
#destination_cidr_block ⇒ String
The destination CIDR block assigned to the Traffic Mirror rule.
-
#destination_port_range ⇒ Types::TrafficMirrorPortRange
The destination port range assigned to the Traffic Mirror rule.
-
#protocol ⇒ Integer
The protocol assigned to the Traffic Mirror rule.
-
#rule_action ⇒ String
The action assigned to the Traffic Mirror rule.
-
#rule_number ⇒ Integer
The rule number of the Traffic Mirror rule.
-
#source_cidr_block ⇒ String
The source CIDR block assigned to the Traffic Mirror rule.
-
#source_port_range ⇒ Types::TrafficMirrorPortRange
The source port range assigned to the Traffic Mirror rule.
-
#tags ⇒ Array<Types::Tag>
Tags on Traffic Mirroring filter rules.
-
#traffic_direction ⇒ String
The traffic direction assigned to the Traffic Mirror rule.
-
#traffic_mirror_filter_id ⇒ String
The ID of the Traffic Mirror filter that the rule is associated with.
-
#traffic_mirror_filter_rule_id ⇒ String
The ID of the Traffic Mirror rule.
Instance Attribute Details
#description ⇒ String
The description of the Traffic Mirror rule.
65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65095 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#destination_cidr_block ⇒ String
The destination CIDR block assigned to the Traffic Mirror rule.
65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65095 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#destination_port_range ⇒ Types::TrafficMirrorPortRange
The destination port range assigned to the Traffic Mirror rule.
65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65095 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ Integer
The protocol assigned to the Traffic Mirror rule.
65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65095 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#rule_action ⇒ String
The action assigned to the Traffic Mirror rule.
65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65095 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#rule_number ⇒ Integer
The rule number of the Traffic Mirror rule.
65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65095 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#source_cidr_block ⇒ String
The source CIDR block assigned to the Traffic Mirror rule.
65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65095 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#source_port_range ⇒ Types::TrafficMirrorPortRange
The source port range assigned to the Traffic Mirror rule.
65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65095 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags on Traffic Mirroring filter rules.
65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65095 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#traffic_direction ⇒ String
The traffic direction assigned to the Traffic Mirror rule.
65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65095 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#traffic_mirror_filter_id ⇒ String
The ID of the Traffic Mirror filter that the rule is associated with.
65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65095 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#traffic_mirror_filter_rule_id ⇒ String
The ID of the Traffic Mirror rule.
65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65095 class TrafficMirrorFilterRule < Struct.new( :traffic_mirror_filter_rule_id, :traffic_mirror_filter_id, :traffic_direction, :rule_number, :rule_action, :protocol, :destination_port_range, :source_port_range, :destination_cidr_block, :source_cidr_block, :description, :tags) SENSITIVE = [] include Aws::Structure end |