Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • category - A category from which an admin can retrieve related configuration variables
  • type - Type for the value.  Supported values are Short, Long, Integer, String, Boolean, Date
  • key - Name of the parameter when stored.
  • default - Default value if no override is found.
  • description - A description of what the configuration variable changes and what are the correct values to input.
  • dynamic - Can the configuration value be changed without restarting the server.

Keys can optionally contain the following information:. They are specified a in a different constructor.

  • scope - Scope at which overrides can be found for that specific scope.  Currently, the scopes are Zone, Pod, Cluster, StoragePool, and Account.  When a configuration variable has a scope other than Global, override is checked first.  If an override is not found, then the global value is returned.
  • mulitiplier - A convenience value for number valued configuration variables to multiple the set value with this multiplier.  The most useful case for this is if the configurable range is in seconds but actual usage must be in milliseconds.

...