/AWS1/CL_IOXDEVDISCOVERYSUMM¶
Structure containing summary information about a device discovery job, including its identifier, type, and status.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_id
TYPE /AWS1/IOXDEVICEDISCOVERYID
/AWS1/IOXDEVICEDISCOVERYID
¶
The unique identifier of the device discovery job.
iv_discoverytype
TYPE /AWS1/IOXDISCOVERYTYPE
/AWS1/IOXDISCOVERYTYPE
¶
The type of discovery process used to find devices.
iv_status
TYPE /AWS1/IOXDEVICEDISCOVERYSTATUS
/AWS1/IOXDEVICEDISCOVERYSTATUS
¶
The current status of the device discovery job.
Queryable Attributes¶
Id¶
The unique identifier of the device discovery job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
DiscoveryType¶
The type of discovery process used to find devices.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISCOVERYTYPE() |
Getter for DISCOVERYTYPE, with configurable default |
ASK_DISCOVERYTYPE() |
Getter for DISCOVERYTYPE w/ exceptions if field has no value |
HAS_DISCOVERYTYPE() |
Determine if DISCOVERYTYPE has a value |
Status¶
The current status of the device discovery job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS 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_DEVICEDISCOVERYLISTDEFN
¶
TYPES TT_DEVICEDISCOVERYLISTDEFN TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOXDEVDISCOVERYSUMM WITH DEFAULT KEY
.