Skip to main content

Setting classes

Classes are used to indicate groups of settings for commands that support functionality for multiple settings.

Commands that support classes include: show, showvalues, showdefault, comparedefault, showdes, and loaddefault.

This table lists setting classes and their descriptions.

Table 1. Settings classes
ClassDescriptionExample
allIncludes all of the settings. 
authenticationAll of the settings classified as authentication settings, including:
  • passwords
  • userIDs
  • authority-related settings
This example lists the settings defined by authentication, including password settings. Password settings are not displayed unless the showvalues command is used with the password class.
OneCli.exe config showvalues
authentication
backupctl
  • Lists all of the settings that are not restored when running the restore command.
  • An additional flag is required for these settings to be included during a restore operation. For more information, see restore command.
  • Class filter for the show, showvalues, and showdefault commands.
This example lists the settings that are not restored if saved.
OneCli.exe config show backupctl
noreplicate
  • Lists all of the settings that are not replicated when running the replicate command. These settings are unique to each system.
  • Class filter for the show, showvalues, and showdefault commands.
This example lists the settings that are not replicated.
OneCli.exe config show noreplicate
password
  • Lists all of the settings that are classified as password settings.
  • Password setting values are not displayed using the show command.
  • Use the password class with the showvalues and the showdefault commands.
This example list the settings defined by the password settings. Password settings are displayed with the showvalues command and the password class.
OneCli.exe config showvalues password
readonly
  • Includes all of the settings that are read-only.
  • These settings cannot be change.
 
writeonly
  • Includes all of the settings that are write-only.
  • These settings can be changed but cannot be read, for example, passwords.