Esx.Settings.Clusters.Configuration.Drafts.ChangesResult
The Esx.Settings.Clusters.Configuration.Drafts.ChangesResult schema contains a detailed description of the differences between this draft and the current desired configuration.
This schema was added in vSphere API 8.0.2.0.
{
"sets": [
{
"path": "string",
"display_path": [
"string"
],
"type": "string",
"current": "string",
"draft": "string"
}
],
"adds": [
{
"path": "string",
"display_path": [
"string"
],
"type": "string",
"current": "string",
"draft": "string"
}
],
"deletes": [
{
"path": "string",
"display_path": [
"string"
],
"type": "string",
"current": "string",
"draft": "string"
}
]
}
This property was added in vSphere API 8.0.2.0.
If set, this contains a list of properties that have been changed from one value to another in this draft.
This property was added in vSphere API 8.0.2.0.
If set, this contains a list of properties that have been added in this draft.
This property was added in vSphere API 8.0.2.0.
If set, this contains a list of properties that have been deleted in this draft.