state property
Whether to enable / disable / inherite default hebavior for import features analysis. Possible string values are:
- "STATE_UNSPECIFIED" : Should not be used.
- "DEFAULT" : The default behavior of whether to enable the monitoring. EntityType-level config: disabled. Feature-level config: inherited from the configuration of EntityType this Feature belongs to.
- "ENABLED" : Explicitly enables import features analysis. EntityType-level config: by default enables import features analysis for all Features under it. Feature-level config: enables import features analysis regardless of the EntityType-level config.
- "DISABLED" : Explicitly disables import features analysis. EntityType-level config: by default disables import features analysis for all Features under it. Feature-level config: disables import features analysis regardless of the EntityType-level config.
Implementation
core.String? state;