mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	Give some more details on what is expected of an IpDeployer.
This commit is contained in:
		
							parent
							
								
									a28a19962a
								
							
						
					
					
						commit
						4a3a9dfbc2
					
				@ -28,7 +28,11 @@ import com.cloud.utils.component.Adapter;
 | 
			
		||||
 | 
			
		||||
public interface IpDeployer extends Adapter{
 | 
			
		||||
    /**
 | 
			
		||||
     * Apply ip addresses to this network
 | 
			
		||||
     * Modify ip addresses on this network
 | 
			
		||||
     * Depending on the State of the ip addresses the element should take
 | 
			
		||||
     * appropriate action. 
 | 
			
		||||
     * If state is Releasing the ip address should be de-allocated
 | 
			
		||||
     * If state is Allocating or Allocated the ip address should be provisioned
 | 
			
		||||
     * @param network
 | 
			
		||||
     * @param ipAddress
 | 
			
		||||
     * @return
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user