This type is a class for model objects.
Repesents a physical DataPower Device.
Package: datapowermgr| Attributes Summary | |
| GUIPort : EInt | Port for the Web GUI on the DataPower device. |
| HLMPort : EInt | Port for the High Level Management API on the DataPower device. |
| Hostname : EString | Hostname of the DataPower device. |
| name : EString | Enduser meaningful name for the DataPower Device. Should be unique among all the DPDevices, but this attribute is NOT used as the unique identifier for the device. See serialNumber |
| password : Password | Password for userid to be used in connecting to the device. This field is stored as is, but it is not available for export. ???Looks like w WCCM there is no way to hide it ??? |
| serialNumber : EString | serial number for the DataPower Device. Will be unique among all DataPower devices ever manufactured and is used as the unique ID of this device. |
| userId : EString | userid to be used in connecting to this device. |
| deviceType : EString | The type of the device. Example XS40, XI50 ??how can we do an enum |
| featureLicenses : EString | A ; separated string naming the license features this device is allowed to have |
| modelType : EString | A string version of the model type of this device. Examples of model type are 9002 and 9003 |
| properties : Property * | * No description is available * |
| Attribute Details |