The following table provides details on what data is provided by this class. Not all data types are provided on all platforms.
Table 3.1. Service Data Details
| Name | Keyword | Description | Examples | 
|---|---|---|---|
| Name | Name | The name of the service. | rlogind | 
| Identifier | ID | A unique identifier provided by the service. | A1234 | 
| Description | Descript | A one line description of the service. | Provides remote login service for rlogin command. | 
| Description (Verbose) | DescVerbose | A verbose (possibly multiple line) description of the service. | Provides remote login service for rlogin command.  Allows authorized users to login remotely. | 
| State | State | The state of the service as provided by the service or platform. | running, stopped, failed | 
| Boot Time Enabled | BootEnabled | Specifies whether the service is enabled for automatic start during system boot.  Value is either YES or NO. | YES | 
| RC Command | RcCmd | The command used to control the service. | /etc/init.d/rlogind | 
| Configuration File | ConfigFile | The configuration file used by the service. | /etc/default/rlogind | 
| Start Number | StartNum | The order number that the service is started. | 95 | 
| Stop Number | StopNum | The order number that the service is stopped. | 15 | 
| Boot Levels | BootLevels | A comma seperated list of system boot levels that this service is enabled form. | 1,2,3 |