The ExtraSpinUpTimeSecs setting will be stored on a per hypervisor connection and persisting across DDC upgrades in the cloud.
This article serves to document the per-hypervisor location where the ExtraSpinUpTimeSecs setting is stored. More details here:
asnp citrix*
get-xdauthentication
Set-HypHypervisorConnectionMetadata -HypervisorConnectionUid f88d5fbf-3dba-4a79-8f86-b94d66e23c30 -Name Citrix_Broker_ExtraSpinUpTime -Value 360
Further, using the PowerShell commands give here, the MetaData field can be fully expanded to verify if the value has been successfully modified.
(get-item XDHyp:\Connections\" <connection name> ").MetaData | fl
Or
Get-Item XDHyp:\Connections\"<connection name>" | Select -ExpandProperty MetaData
The below PowerShell command output confirms if the value has been updated: