Class: IControl::Networking::ISessionRemoteInterface::OriginState
- Inherits:
-
Base::Enumeration
- Object
- Base::Enumeration
- IControl::Networking::ISessionRemoteInterface::OriginState
- Defined in:
- lib/icontrol/networking/i_session_remote_interface.rb,
lib/icontrol/networking/i_session_remote_interface.rb
Overview
An enumeration of origin states.
Constant Summary collapse
- MCP_ORIGIN_DISCOVERED =
Origin of this item was auto discovered.
:MCP_ORIGIN_DISCOVERED
- MCP_ORIGIN_CONFIGURED =
Origin of this item was configured.
:MCP_ORIGIN_CONFIGURED
- MCP_ORIGIN_PERSISTABLE =
Origin is persistable (survives resets).
:MCP_ORIGIN_PERSISTABLE
- MCP_ORIGIN_MANUALLY_SAVED =
Origin was a manually saved item.
:MCP_ORIGIN_MANUALLY_SAVED