Variable ServiceStatusTypesConst

ServiceStatusTypes: {
    DELETED: Model.OnmsServiceStatusType;
    FORCED_UNMANAGED: Model.OnmsServiceStatusType;
    MANAGED: Model.OnmsServiceStatusType;
    NOT_MONITORED: Model.OnmsServiceStatusType;
    REMOTELY_MONITORED: Model.OnmsServiceStatusType;
    RESCAN_TO_RESUME: Model.OnmsServiceStatusType;
    RESCAN_TO_SUSPEND: Model.OnmsServiceStatusType;
    UNMANAGED: Model.OnmsServiceStatusType;
} = ...

Contains constant instances of all service status types.

Type declaration