/AWS1/CL_CWNCREMONIPROBEINPUT¶
Creates a monitor probe.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourcearn TYPE /AWS1/CWNARN /AWS1/CWNARN¶
The ARN of the subnet.
iv_destination TYPE /AWS1/CWNDESTINATION /AWS1/CWNDESTINATION¶
The destination IP address. This must be either
IPV4orIPV6.
iv_protocol TYPE /AWS1/CWNPROTOCOL /AWS1/CWNPROTOCOL¶
The protocol used for the network traffic between the
sourceanddestination. This must be eitherTCPorICMP.
Optional arguments:¶
iv_destinationport TYPE /AWS1/CWNPORT /AWS1/CWNPORT¶
The port associated with the
destination. This is required only if theprotocolisTCPand must be a number between1and65536.
iv_packetsize TYPE /AWS1/CWNPACKETSIZE /AWS1/CWNPACKETSIZE¶
The size of the packets sent between the source and destination. This must be a number between
56and8500.
it_probetags TYPE /AWS1/CL_CWNTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The list of key-value pairs created and assigned to the monitor.
Queryable Attributes¶
sourceArn¶
The ARN of the subnet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEARN() |
Getter for SOURCEARN, with configurable default |
ASK_SOURCEARN() |
Getter for SOURCEARN w/ exceptions if field has no value |
HAS_SOURCEARN() |
Determine if SOURCEARN has a value |
destination¶
The destination IP address. This must be either
IPV4orIPV6.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATION() |
Getter for DESTINATION, with configurable default |
ASK_DESTINATION() |
Getter for DESTINATION w/ exceptions if field has no value |
HAS_DESTINATION() |
Determine if DESTINATION has a value |
destinationPort¶
The port associated with the
destination. This is required only if theprotocolisTCPand must be a number between1and65536.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONPORT() |
Getter for DESTINATIONPORT, with configurable default |
ASK_DESTINATIONPORT() |
Getter for DESTINATIONPORT w/ exceptions if field has no val |
HAS_DESTINATIONPORT() |
Determine if DESTINATIONPORT has a value |
protocol¶
The protocol used for the network traffic between the
sourceanddestination. This must be eitherTCPorICMP.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROTOCOL() |
Getter for PROTOCOL, with configurable default |
ASK_PROTOCOL() |
Getter for PROTOCOL w/ exceptions if field has no value |
HAS_PROTOCOL() |
Determine if PROTOCOL has a value |
packetSize¶
The size of the packets sent between the source and destination. This must be a number between
56and8500.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKETSIZE() |
Getter for PACKETSIZE, with configurable default |
ASK_PACKETSIZE() |
Getter for PACKETSIZE w/ exceptions if field has no value |
HAS_PACKETSIZE() |
Determine if PACKETSIZE has a value |
probeTags¶
The list of key-value pairs created and assigned to the monitor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROBETAGS() |
Getter for PROBETAGS, with configurable default |
ASK_PROBETAGS() |
Getter for PROBETAGS w/ exceptions if field has no value |
HAS_PROBETAGS() |
Determine if PROBETAGS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CREATEMONITORPROBEINPUTLIST¶
TYPES TT_CREATEMONITORPROBEINPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWNCREMONIPROBEINPUT WITH DEFAULT KEY
.