|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Event: A port group was created. More...
import "PortGroupManager.idl";
Public Attributes | |
| string | groupId |
| ID of the created port group. | |
| PortGroup | group |
| Newly created port group. | |
| PortGroup::Settings | settings |
| Settings the new port group was created with. | |
Public Attributes inherited from radm::PortGroupManager::PortGroupListChangedEvent | |
| map< string, PortGroup > | portGroups |
| New group map after change. | |
Public Attributes inherited from event::UserEvent | |
| string | actUserName |
| user who triggered event | |
| string | actIpAddr |
| ip or device on which user is logged in | |
Public Attributes inherited from idl::Event | |
| Object | source |
| IDL object that originated the event. | |
Event: A port group was created.
Definition at line 61 of file PortGroupManager.idl.
| PortGroup radm::PortGroupManager::PortGroupCreatedEvent::group |
Newly created port group.
Definition at line 63 of file PortGroupManager.idl.
| string radm::PortGroupManager::PortGroupCreatedEvent::groupId |
ID of the created port group.
Definition at line 62 of file PortGroupManager.idl.
| PortGroup::Settings radm::PortGroupManager::PortGroupCreatedEvent::settings |
Settings the new port group was created with.
Definition at line 64 of file PortGroupManager.idl.