Esx.Settings.Hosts.Enablement.Configuration.Transition.State
The Esx.Settings.Hosts.Enablement.Configuration.Transition.State schema contains properties that describe the latest state of transitioning a standalone host to desired configuration management platform.
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.
{
"author": "string",
"start_time": "string",
"modified_time": "string",
"source": "string",
"reference_host": {
"name": "string",
"is_vsan_witness": false
},
"filename": "string"
}
Author of transition.
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 start time of the transition process.
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.
Last modified time of the transition process.
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.
Source of reference configuration.
Possible values:
- FILE: This indicates that desired configuration originated from a file.
- HOST: This indicates that desired configuration originated from a reference host.
For more information see: Esx.Settings.Hosts.Enablement.Configuration.Transition.Source.
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.
Reference host.
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 source is Esx.Settings.Hosts.Enablement.Configuration.Transition.Source.HOST.
Filename of the imported configuration.
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 source is Esx.Settings.Hosts.Enablement.Configuration.Transition.Source.FILE.