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.

Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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

Possible values:

  • ENUM
  • STRING
  • LONG
  • BOOLEAN

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

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

string
name
Required

The name of the policy.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

array of string
possible_values
Optional

A set of possible values.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

This property is optional and it is only relevant when the value of type is Esx.Settings.Clusters.Configuration.DriftReviewPolicy.ValueType.BOOLEAN.