Esx.Settings.Clusters.Policies.ApplyInternal.ConfiguredPolicySpec
The Esx.Settings.Clusters.Policies.ApplyInternal.ConfiguredPolicySpec schema contains properties that describe the policies configured to be used when the software and configuration specification documents are applied to an ESXi cluster.
This schema was added in vSphere API 7.0.2.1.
Note: this schema is restricted for VMware internal use only.
{
"drop_nfc_connection": false,
"fail_if_unavailable_compliance": false,
"reboot_warning_delay": 0,
"emm_warning_delay": 0
}
Drop NFC connections if they prevent the host from successfully entering maintenance mode.
This property was added in vSphere API 7.0.2.1.
If missing or null, configured value would be unset and False will be used by default.
Fail remediation if at least one host that we are trying to remediate has UNAVAILABLE compliance status.
This property was added in vSphere API 7.0.2.1.
If missing or null, configured value would be unset and False will be used by default.
Publish warning notification if quickBoot is being used and reboot takes more than rebootWarningDelay seconds.
This property was added in vSphere API 7.0.2.1.
If missing or null, configured value would be unset and 0 will be used by default. Value must be non-negative. Value 0 means notification will not be published.
Publish warning notification if enter maintenance mode does not make progress for emmWarningDelay seconds.
This property was added in vSphere API 7.0.2.1.
If missing or null, configured value would be unset and 0 will be used by default. Value must be non-negative. Value 0 means notification will not be published.