VcenterUpgradePatchSpec

VcenterUpgradePatchSpec
VcenterUpgradePatchSpec

vCenter Upgrade User editable Input Specification

JSON Example
{
    "resourceId": "string",
    "startSwitchoverTimestamp": "string",
    "switchoverType": "AUTOMATIC, SCHEDULED, MANUAL",
    "switchoverInitiated": false
}
string
resourceId
Required

Resource ID for Upgrade

string
startSwitchoverTimestamp
Optional

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.

string
switchoverType
Optional

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

boolean
switchoverInitiated
Optional

Flag for marking the intent of starting the VC switchover.