Esx.Settings.Hosts.Configuration.DocumentStructure

Esx.Settings.Hosts.Configuration.DocumentStructure
Esx.Settings.Hosts.Configuration.DocumentStructure

The Esx.Settings.Hosts.Configuration.DocumentStructure enumerated type contains the possible structures of the configuration document.

Possible values:

  • HOST_ORIENTED: The host-specific portions of the document are stored in the "host-specific" object at the top-level with entries for each host, organized by the host's BIOS UUID.
  • PROFILE_ORIENTED: The host-specific portions of the document are distributed through the "profile" object hierarchy. Each property that is host-specific will be an object with entries the host where the property is defined. The hosts in the object are organized by BIOS UUID.

Warning: this enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

This data structure has no properties.
Enumeration: HOST_ORIENTED, PROFILE_ORIENTED,