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

cfdsl.ec2.property.EbsBackedParavirtual Maven / Gradle / Ivy

The newest version!
package cfdsl.ec2.property;

@Deprecated
public class EbsBackedParavirtual extends MachineImage {
    public EbsBackedParavirtual(String amiId) {
        super(amiId);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy