SettingsClustersConfigurationImpactInfo

This ImpactInfo structure contains fields that describes the Impact if the host is not compliant against the desired configuration. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.


Properties

impact Required

The ImpactType enumerated type contains information about the impact of applying desired configuration on the ESXi host. Warning: This enumeration is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
NO_IMPACT : Host has no impact. Warning: This constant is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
MAINTENANCE_MODE_REQUIRED : Host requires maintenance mode to reach the desired state. Warning: This constant is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
REBOOT_REQUIRED : Host requires reboot to reach the desired state. Warning: This constant is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

Possible values are: NO_IMPACTMAINTENANCE_MODE_REQUIREDREBOOT_REQUIRED


info Required

This field represents the list of impact information describing the configuration changes needed on the host to reach the desired state. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

JSON Example

{
	"impact": "NO_IMPACT",
	"info": [
		{
			"args": [
				"string"
			],
			"default_message": "string",
			"id": "string"
		}
	]
}

Feedback

Was this page helpful?