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.
{
"type": "string",
"name": "string",
"possible_values": [
"string"
],
"value_string": "string",
"value_long": 0,
"value_boolean": false
}
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.
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.
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.
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.
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.
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.