AWSEC2TrafficMirrorPortRangeRequest
Objective-C
@interface AWSEC2TrafficMirrorPortRangeRequest
Swift
class AWSEC2TrafficMirrorPortRangeRequest
Information about the Traffic Mirror filter rule port range.
-
The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable fromPort;Swift
var fromPort: NSNumber? { get set } -
The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable toPort;Swift
var toPort: NSNumber? { get set }
View on GitHub
Install in Dash
AWSEC2TrafficMirrorPortRangeRequest Class Reference