/AWS1/CL_PANDEVICE¶
A device.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_deviceid TYPE /AWS1/PANDEVICEID /AWS1/PANDEVICEID¶
The device's ID.
iv_name TYPE /AWS1/PANDEVICENAME /AWS1/PANDEVICENAME¶
The device's name.
iv_createdtime TYPE /AWS1/PANCREATEDTIME /AWS1/PANCREATEDTIME¶
When the device was created.
iv_provisioningstatus TYPE /AWS1/PANDEVICESTATUS /AWS1/PANDEVICESTATUS¶
The device's provisioning status.
iv_lastupdatedtime TYPE /AWS1/PANLASTUPDATEDTIME /AWS1/PANLASTUPDATEDTIME¶
When the device was updated.
iv_leaseexpirationtime TYPE /AWS1/PANLEASEEXPIRATIONTIME /AWS1/PANLEASEEXPIRATIONTIME¶
The device's lease expiration time.
iv_brand TYPE /AWS1/PANDEVICEBRAND /AWS1/PANDEVICEBRAND¶
The device's maker.
iv_currentsoftware TYPE /AWS1/PANCURRENTSOFTWARE /AWS1/PANCURRENTSOFTWARE¶
A device's current software.
iv_description TYPE /AWS1/PANDESCRIPTION /AWS1/PANDESCRIPTION¶
A description for the device.
it_tags TYPE /AWS1/CL_PANTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The device's tags.
iv_type TYPE /AWS1/PANDEVICETYPE /AWS1/PANDEVICETYPE¶
The device's type.
io_latestdevicejob TYPE REF TO /AWS1/CL_PANLATESTDEVICEJOB /AWS1/CL_PANLATESTDEVICEJOB¶
A device's latest job. Includes the target image version, and the update job status.
iv_deviceaggregatedstatus TYPE /AWS1/PANDEVAGGREGATEDSTATUS /AWS1/PANDEVAGGREGATEDSTATUS¶
A device's aggregated status. Including the device's connection status, provisioning status, and lease status.
Queryable Attributes¶
DeviceId¶
The device's ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICEID() |
Getter for DEVICEID, with configurable default |
ASK_DEVICEID() |
Getter for DEVICEID w/ exceptions if field has no value |
HAS_DEVICEID() |
Determine if DEVICEID has a value |
Name¶
The device's name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
CreatedTime¶
When the device was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
ProvisioningStatus¶
The device's provisioning status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVISIONINGSTATUS() |
Getter for PROVISIONINGSTATUS, with configurable default |
ASK_PROVISIONINGSTATUS() |
Getter for PROVISIONINGSTATUS w/ exceptions if field has no |
HAS_PROVISIONINGSTATUS() |
Determine if PROVISIONINGSTATUS has a value |
LastUpdatedTime¶
When the device was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
LeaseExpirationTime¶
The device's lease expiration time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEASEEXPIRATIONTIME() |
Getter for LEASEEXPIRATIONTIME, with configurable default |
ASK_LEASEEXPIRATIONTIME() |
Getter for LEASEEXPIRATIONTIME w/ exceptions if field has no |
HAS_LEASEEXPIRATIONTIME() |
Determine if LEASEEXPIRATIONTIME has a value |
Brand¶
The device's maker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BRAND() |
Getter for BRAND, with configurable default |
ASK_BRAND() |
Getter for BRAND w/ exceptions if field has no value |
HAS_BRAND() |
Determine if BRAND has a value |
CurrentSoftware¶
A device's current software.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTSOFTWARE() |
Getter for CURRENTSOFTWARE, with configurable default |
ASK_CURRENTSOFTWARE() |
Getter for CURRENTSOFTWARE w/ exceptions if field has no val |
HAS_CURRENTSOFTWARE() |
Determine if CURRENTSOFTWARE has a value |
Description¶
A description for the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Tags¶
The device's tags.
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 |
Type¶
The device's type.
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 |
LatestDeviceJob¶
A device's latest job. Includes the target image version, and the update job status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTDEVICEJOB() |
Getter for LATESTDEVICEJOB |
DeviceAggregatedStatus¶
A device's aggregated status. Including the device's connection status, provisioning status, and lease status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICEAGGREGATEDSTATUS() |
Getter for DEVICEAGGREGATEDSTATUS, with configurable default |
ASK_DEVICEAGGREGATEDSTATUS() |
Getter for DEVICEAGGREGATEDSTATUS w/ exceptions if field has |
HAS_DEVICEAGGREGATEDSTATUS() |
Determine if DEVICEAGGREGATEDSTATUS 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_DEVICELIST¶
TYPES TT_DEVICELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PANDEVICE WITH DEFAULT KEY
.