/AWS1/CL_I1PPLACEMENTTEMPLATE¶
An object defining the template for a placement.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_DEFAULTATTRIBUTES
TYPE /AWS1/CL_I1PDEFPLCMTATTRMAP_W=>TT_DEFAULTPLCMTATTRIBUTEMAP
TT_DEFAULTPLCMTATTRIBUTEMAP
¶
The default attributes (key/value pairs) to be applied to all placements using this template.
IT_DEVICETEMPLATES
TYPE /AWS1/CL_I1PDEVICETEMPLATE=>TT_DEVICETEMPLATEMAP
TT_DEVICETEMPLATEMAP
¶
An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.
Queryable Attributes¶
defaultAttributes¶
The default attributes (key/value pairs) to be applied to all placements using this template.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFAULTATTRIBUTES() |
Getter for DEFAULTATTRIBUTES, with configurable default |
ASK_DEFAULTATTRIBUTES() |
Getter for DEFAULTATTRIBUTES w/ exceptions if field has no v |
HAS_DEFAULTATTRIBUTES() |
Determine if DEFAULTATTRIBUTES has a value |
deviceTemplates¶
An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEVICETEMPLATES() |
Getter for DEVICETEMPLATES, with configurable default |
ASK_DEVICETEMPLATES() |
Getter for DEVICETEMPLATES w/ exceptions if field has no val |
HAS_DEVICETEMPLATES() |
Determine if DEVICETEMPLATES has a value |