/AWS1/CL_DFMGETDEVPOOLCOMPAT01¶
Represents the result of describe device pool compatibility request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_compatibledevices TYPE /AWS1/CL_DFMDEVPOOLCOMPATIBI00=>TT_DEVPOOLCOMPATIBILITYRESULTS TT_DEVPOOLCOMPATIBILITYRESULTS¶
Information about compatible devices.
it_incompatibledevices TYPE /AWS1/CL_DFMDEVPOOLCOMPATIBI00=>TT_DEVPOOLCOMPATIBILITYRESULTS TT_DEVPOOLCOMPATIBILITYRESULTS¶
Information about incompatible devices.
Queryable Attributes¶
compatibleDevices¶
Information about compatible devices.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPATIBLEDEVICES() |
Getter for COMPATIBLEDEVICES, with configurable default |
ASK_COMPATIBLEDEVICES() |
Getter for COMPATIBLEDEVICES w/ exceptions if field has no v |
HAS_COMPATIBLEDEVICES() |
Determine if COMPATIBLEDEVICES has a value |
incompatibleDevices¶
Information about incompatible devices.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCOMPATIBLEDEVICES() |
Getter for INCOMPATIBLEDEVICES, with configurable default |
ASK_INCOMPATIBLEDEVICES() |
Getter for INCOMPATIBLEDEVICES w/ exceptions if field has no |
HAS_INCOMPATIBLEDEVICES() |
Determine if INCOMPATIBLEDEVICES has a value |