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

org.openstack4j.model.trove.Flavor Maven / Gradle / Ivy

package org.openstack4j.model.trove;

import org.openstack4j.model.ModelEntity;

/**
 * Flavor Model Entity
 *
 * @author sumit gandhi
 */
public interface Flavor extends ModelEntity {

    String getName();

    String getId();

    String getStrId();

    int getRam();

    int getVcpus();

    int getDisk();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy