Skip to content

/AWS1/CL_EC2ICMPTYPECODE

Describes the ICMP type and code.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_CODE TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER

The ICMP code. A value of -1 means all codes for the specified ICMP type.

IV_TYPE TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER

The ICMP type. A value of -1 means all types.


Queryable Attributes

Code

The ICMP code. A value of -1 means all codes for the specified ICMP type.

Accessible with the following methods

Method Description
GET_CODE() Getter for CODE, with configurable default
ASK_CODE() Getter for CODE w/ exceptions if field has no value
HAS_CODE() Determine if CODE has a value

Type

The ICMP type. A value of -1 means all types.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value