Settings_Clusters_Enablement_Configuration_Transition_State
The Transition.State structure contains fields that describe the latest state of transitioning a cluster to desired configuration management platform.
{
"author": "string",
"start_time": "string",
"modified_time": "string",
"source": "string",
"host": {
"host": "string",
"host_info": {
"name": "string",
"is_vsan_witness": false
}
},
"filename": "string"
}
Author of transition.
The start time of the transition process.
Last modified time of the transition process.
The Transition.Source enumerated type describes the possible sources for specifying the desired configuration of the cluster.
FILE : This indicates that desired configuration originated from a file.
HOST : This indicates that desired configuration originated from a reference host.
The Transition.ReferenceHost contains fields that specify the reference host information used by the transition process.
Filename of the imported configuration. This field is optional and it is only relevant when the value of Transition.State.source is FILE.