/AWS1/CL_CWNCREATEPROBEOUTPUT¶
CreateProbeOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourcearn TYPE /AWS1/CWNARN /AWS1/CWNARN¶
The ARN of the probe.
iv_destination TYPE /AWS1/CWNDESTINATION /AWS1/CWNDESTINATION¶
The destination IP address for the monitor. This must be either an IPv4 or IPv6 address.
iv_protocol TYPE /AWS1/CWNPROTOCOL /AWS1/CWNPROTOCOL¶
The protocol used for the network traffic between the
sourceanddestination. This must be eitherTCPorICMP.
Optional arguments:¶
iv_probeid TYPE /AWS1/CWNPROBEID /AWS1/CWNPROBEID¶
The ID of the probe for which details are returned.
iv_probearn TYPE /AWS1/CWNARN /AWS1/CWNARN¶
The ARN of the probe.
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.
iv_addressfamily TYPE /AWS1/CWNADDRESSFAMILY /AWS1/CWNADDRESSFAMILY¶
Indicates whether the IP address is
IPV4orIPV6.
iv_vpcid TYPE /AWS1/CWNVPCID /AWS1/CWNVPCID¶
The ID of the source VPC or subnet.
iv_state TYPE /AWS1/CWNPROBESTATE /AWS1/CWNPROBESTATE¶
The state of the probe.
iv_createdat TYPE /AWS1/CWNISO8601TIMESTAMP /AWS1/CWNISO8601TIMESTAMP¶
The time and date that the probe was created.
iv_modifiedat TYPE /AWS1/CWNISO8601TIMESTAMP /AWS1/CWNISO8601TIMESTAMP¶
The time and date when the probe was last modified.
it_tags TYPE /AWS1/CL_CWNTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The list of key-value pairs assigned to the probe.
Queryable Attributes¶
probeId¶
The ID of the probe for which details are returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROBEID() |
Getter for PROBEID, with configurable default |
ASK_PROBEID() |
Getter for PROBEID w/ exceptions if field has no value |
HAS_PROBEID() |
Determine if PROBEID has a value |
probeArn¶
The ARN of the probe.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROBEARN() |
Getter for PROBEARN, with configurable default |
ASK_PROBEARN() |
Getter for PROBEARN w/ exceptions if field has no value |
HAS_PROBEARN() |
Determine if PROBEARN has a value |
sourceArn¶
The ARN of the probe.
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 for the monitor. This must be either an IPv4 or IPv6 address.
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 |
addressFamily¶
Indicates whether the IP address is
IPV4orIPV6.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESSFAMILY() |
Getter for ADDRESSFAMILY, with configurable default |
ASK_ADDRESSFAMILY() |
Getter for ADDRESSFAMILY w/ exceptions if field has no value |
HAS_ADDRESSFAMILY() |
Determine if ADDRESSFAMILY has a value |
vpcId¶
The ID of the source VPC or subnet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCID() |
Getter for VPCID, with configurable default |
ASK_VPCID() |
Getter for VPCID w/ exceptions if field has no value |
HAS_VPCID() |
Determine if VPCID has a value |
state¶
The state of the probe.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
createdAt¶
The time and date that the probe was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
modifiedAt¶
The time and date when the probe was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODIFIEDAT() |
Getter for MODIFIEDAT, with configurable default |
ASK_MODIFIEDAT() |
Getter for MODIFIEDAT w/ exceptions if field has no value |
HAS_MODIFIEDAT() |
Determine if MODIFIEDAT has a value |
tags¶
The list of key-value pairs assigned to the probe.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |