Settings_Clusters_Configuration_ImpactInfo

Settings_Clusters_Configuration_ImpactInfo
Settings_Clusters_Configuration_ImpactInfo

This ImpactInfo structure contains fields that describes the Impact if the host is not compliant against the desired configuration.

JSON Example
{
    "impact": "string",
    "info": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": {
                        "id": "string",
                        "params": {
                            "params": "Std_LocalizationParam Object"
                        }
                    },
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
impact
Required

The ImpactType enumerated type contains information about the impact of applying desired configuration on the ESXi host.
NO_IMPACT : Host has no impact.
MAINTENANCE_MODE_REQUIRED : Host requires maintenance mode to reach the desired state.
REBOOT_REQUIRED : Host requires reboot to reach the desired state.

info
Required

This field represents the list of impact information describing the configuration changes needed on the host to reach the desired state.