NsxtUpgradeUserInputSpec
                                NsxtUpgradeUserInputSpec                            
                            
                            NSX Upgrade User Input Specification
JSON Example
                                    {
    "nsxtHostClusterUpgradeSpecs": [
        {
            "hostClusterId": "string",
            "hostParallelUpgrade": false,
            "liveUpgrade": false
        }
    ],
    "nsxtEdgeClusterUpgradeSpecs": [
        {
            "edgeClusterId": "string",
            "edgeParallelUpgrade": false
        }
    ],
    "nsxtUpgradeOptions": {
        "isEdgeOnlyUpgrade": false,
        "isHostClustersUpgradeParallel": false,
        "isEdgeClustersUpgradeParallel": false
    },
    "nsxtId": "string"
}
                            
                                    array of 
                
            
            
                                    
                        NsxtHostClusterUpgradeSpec                     
                
                
            
        
        
                nsxtHostClusterUpgradeSpecs            
                            Optional
            
            
        List of host clusters information if explicit selection is to be made
                            
                                    array of 
                
            
            
                                    
                        NsxtEdgeClusterUpgradeSpec                     
                
                
            
        
        
                nsxtEdgeClusterUpgradeSpecs            
                            Optional
            
            
        List of edge clusters information if explicit selection is to be made
            
            
                                    string
                
                
            
        
        
                nsxtId            
                            Optional
            
            
        Identifier of the NSX instance
