mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	more missing files
This commit is contained in:
		
							parent
							
								
									d094ff3afb
								
							
						
					
					
						commit
						8d3f135115
					
				
							
								
								
									
										13
									
								
								api/src/com/cloud/dc/DataCenter.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								api/src/com/cloud/dc/DataCenter.java
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,13 @@ | |||||||
|  | /** | ||||||
|  |  *  | ||||||
|  |  */ | ||||||
|  | package com.cloud.dc; | ||||||
|  | 
 | ||||||
|  | import com.cloud.org.Grouping; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * | ||||||
|  |  */ | ||||||
|  | public interface DataCenter extends Grouping { | ||||||
|  |     long getId(); | ||||||
|  | } | ||||||
							
								
								
									
										19
									
								
								api/src/com/cloud/dc/Pod.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								api/src/com/cloud/dc/Pod.java
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,19 @@ | |||||||
|  | /** | ||||||
|  |  *  | ||||||
|  |  */ | ||||||
|  | package com.cloud.dc; | ||||||
|  | 
 | ||||||
|  | import com.cloud.org.Grouping; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * Represents one pod in the cloud stack. | ||||||
|  |  * | ||||||
|  |  */ | ||||||
|  | public interface Pod extends Grouping { | ||||||
|  |     /** | ||||||
|  |      * @return unique id mapped to the pod. | ||||||
|  |      */ | ||||||
|  |     long getId(); | ||||||
|  |      | ||||||
|  |     //String getUniqueName(); | ||||||
|  | } | ||||||
							
								
								
									
										9
									
								
								api/src/com/cloud/org/Cluster.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								api/src/com/cloud/org/Cluster.java
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,9 @@ | |||||||
|  | /** | ||||||
|  |  *  | ||||||
|  |  */ | ||||||
|  | package com.cloud.org; | ||||||
|  | 
 | ||||||
|  | public interface Cluster extends Grouping { | ||||||
|  |     long getId(); | ||||||
|  | 
 | ||||||
|  | } | ||||||
							
								
								
									
										8
									
								
								api/src/com/cloud/org/Grouping.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								api/src/com/cloud/org/Grouping.java
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,8 @@ | |||||||
|  | /** | ||||||
|  |  *  | ||||||
|  |  */ | ||||||
|  | package com.cloud.org; | ||||||
|  | 
 | ||||||
|  | public interface Grouping { | ||||||
|  | 
 | ||||||
|  | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user