AWS SDK for C++AWS SDK for C++ Version 1.11.607 |
#include <PortRange.h>
A single port range specification. This is used for source and destination port ranges in the stateless rule MatchAttributes, SourcePorts
, and DestinationPorts
settings.
Definition at line 32 of file PortRange.h.
The lower limit of the port range. This must be less than or equal to the ToPort
specification.
Definition at line 47 of file PortRange.h.
The lower limit of the port range. This must be less than or equal to the ToPort
specification.
Definition at line 46 of file PortRange.h.
The upper limit of the port range. This must be greater than or equal to the FromPort
specification.
Definition at line 57 of file PortRange.h.
The lower limit of the port range. This must be less than or equal to the ToPort
specification.
Definition at line 48 of file PortRange.h.
The upper limit of the port range. This must be greater than or equal to the FromPort
specification.
Definition at line 59 of file PortRange.h.
The upper limit of the port range. This must be greater than or equal to the FromPort
specification.
Definition at line 58 of file PortRange.h.
The lower limit of the port range. This must be less than or equal to the ToPort
specification.
Definition at line 49 of file PortRange.h.
The upper limit of the port range. This must be greater than or equal to the FromPort
specification.
Definition at line 60 of file PortRange.h.