Esx Settings Clusters Configuration DriftReviewPolicy
The policy that is used to review the drift. The policy can have a number of options in possibleValues if the value type is set as enum and one of the options will be set in value and used in the solution apply operation. If the valueType is set as other value. The corresponding value field will be set.
This schema was added in vSphere API 9.1.0.0.
{
"type": "string",
"name": "string",
"possible_values": [
"string"
],
"value_string": "string",
"value_long": 0,
"value_boolean": false
}
For more information see: Esx Settings Clusters Configuration DriftReviewPolicy ValueType.
This property was added in vSphere API 9.1.0.0.
The name of the policy.
This property was added in vSphere API 9.1.0.0.
A set of possible values.
This property was added in vSphere API 9.1.0.0.
This property is optional and it is only relevant when the value of type is Esx Settings Clusters Configuration DriftReviewPolicy ValueType.ENUM.
This property was added in vSphere API 9.1.0.0.
This property is optional and it is only relevant when the value of type is one of Esx Settings Clusters Configuration DriftReviewPolicy ValueType.ENUM or Esx Settings Clusters Configuration DriftReviewPolicy ValueType.STRING.
This property was added in vSphere API 9.1.0.0.
This property is optional and it is only relevant when the value of type is Esx Settings Clusters Configuration DriftReviewPolicy ValueType.LONG.
This property was added in vSphere API 9.1.0.0.
This property is optional and it is only relevant when the value of type is Esx Settings Clusters Configuration DriftReviewPolicy ValueType.BOOLEAN.