Esx.Settings.Clusters.Policies.ApplyInternal.ConfiguredPolicySpec

Esx.Settings.Clusters.Policies.ApplyInternal.ConfiguredPolicySpec
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.

JSON Example
{
    "drop_nfc_connection": false,
    "fail_if_unavailable_compliance": false,
    "reboot_warning_delay": 0,
    "emm_warning_delay": 0
}
boolean
drop_nfc_connection
Optional

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.

boolean
fail_if_unavailable_compliance
Optional

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.

integer As int64 As int64
reboot_warning_delay
Optional

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.

integer As int64 As int64
emm_warning_delay
Optional

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.