All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rouplex.service.deployment.Ec2Host Maven / Gradle / Ivy

The newest version!
package org.rouplex.service.deployment;

/**
 * @author Andi Mullaraj (andimullaraj at gmail.com)
 */
public class Ec2Host extends Host {
    public Ec2Host() {
    }

    Ec2Host(String hostId, String clusterId, long startTimestamp, String privateIpAddress) {
        super(hostId, clusterId, startTimestamp, privateIpAddress);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy