Skip to content

HostConfigurationPropertyEnabled

Supported in v6.0+ Defines the boolean type for host configuration. 'Enabled' specifies true, 'Disabled' specifies False, and 'Default' specifies to delete the entry and default to the global configuration.

Values

Value Description
HOST_CONFIGURATION_PROPERTY_ENABLED_DEFAULT Uses the global cluster default configuration.
HOST_CONFIGURATION_PROPERTY_ENABLED_DISABLED Feature is explicitly disabled on this host.
HOST_CONFIGURATION_PROPERTY_ENABLED_ENABLED Feature is explicitly enabled on this host.