mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	CS-9919: Support for Nexus Swiches (Cisco Vswitches)
Description: Fixing failure to load ClusterVSMMapDao by putting in a constructor that takes no arguments, inClusterVSMMapVO.
This commit is contained in:
		
							parent
							
								
									1198a62453
								
							
						
					
					
						commit
						414435c7f3
					
				@ -35,6 +35,10 @@ public class ClusterVSMMapVO {
 | 
			
		||||
        this.clusterId = clusterId;
 | 
			
		||||
        this.vsmId = vsmId;
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    public ClusterVSMMapVO() {
 | 
			
		||||
    	// Do nothing.
 | 
			
		||||
    }  
 | 
			
		||||
 | 
			
		||||
    public long getClusterId() {
 | 
			
		||||
        return clusterId;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user