This type is a class for model objects.
A set of DPDevices and DPDomains on those Devices that will be managed. Managing a device means that we will try to ensure the all the DPDevices in the DPManagedSet have the same firmware version deployed on them, the same DPClonableDeviceSettings version deployed on them and that all the managed DPDomains will have the same version deployed on them.
Package: datapowermgrAttributes Summary | |
name : EString | The unique identifier of this DPManagedSet |
desiredFirmwareVersion : DPFirmwareVersion @ | The DPFirmwareVersion that should be deployed to devices in this ManagedSet |
master : DPDevice @ | The device that is the current source of Domain and ClonableDeviceSettings versions that will be deployed (saved and copied to) other devices in the domain. The firmware version on this device should also be the same as the firmware version that is deployed for this managedset. |
domains : DPDomain * | The set of managed Domains on the managed devices. It is possible for a managed device to also have unmanaged domains. |
settings : DPClonableDeviceSettings @ | The set of versions for the ClonableDeviceSettings for this managedset. |
deviceMembers : DPDevice * | The set of devices that this ManagedSet manages |
properties : Property * | * No description is available * |
Attribute Details |