Esx Settings Clusters Configuration DriftReviewPolicy

Esx Settings Clusters Configuration DriftReviewPolicy
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.

JSON Example
{
    "type": "string",
    "name": "string",
    "possible_values": [
        "string"
    ],
    "value_string": "string",
    "value_long": 0,
    "value_boolean": false
}
string
type
Required

For more information see: Esx Settings Clusters Configuration DriftReviewPolicy ValueType.

This property was added in vSphere API 9.1.0.0.

string
name
Required

The name of the policy.

This property was added in vSphere API 9.1.0.0.

array of string
possible_values
Optional

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.

string
value_string
Optional

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.

integer As int64 As int64
value_long
Optional

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.

boolean
value_boolean
Optional

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.