CDmsFunctionalStatus

  • Base type Enumeration

The status of a DMS functional component. other: the component is in an unknown status. initialize: the component is in the process of starting up. active: the component is active and servicing requests. shutdown: the component is shut down or is shutting down. standby: the component is not servicing requests but is ready to do when needed. Objects of this type may be used to reboot a DMS element by setting value of the object to initialize(1). Management entity may not write values initialize(1) or active(2) onto objects of this type. Doing so would cause the managed entity to return an error condition.