VcenterUpgradePatchSpec
vCenter Upgrade User editable Input Specification
{
"resourceId": "string",
"startSwitchoverTimestamp": "string",
"switchoverType": "AUTOMATIC, SCHEDULED, MANUAL",
"switchoverInitiated": false
}
Resource ID for Upgrade
Start switchover time. This field is only supported for ReducedDowntimeMigration upgrade mechanism. This field is only required when switchover type is SCHEDULED. Value of this field will be ignored if switchover type is MANUAL or AUTOMATIC.
AUTOMATIC switchoverType instructs the upgrade workflow to start the switchover operation as soon preparation phase completes. SCHEDULED switchoverType instructs the upgrade workflow to start the switchover operation once preparation phase is complete and scheduled switchover time is reached. MANUAL switchoverType instructs the upgrade workflow to stop before the switchover operation.When set as MANUAL or AUTOMATIC, startSwitchoverTimestamp value will be ignored
Flag for marking the intent of starting the VC switchover.