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

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

package org.openstack4j.model.trove;

import org.openstack4j.model.ModelEntity;

/**
 * Datastore Version Model Entity
 *
 * @author sumit gandhi
 */
public interface DatastoreVersion extends ModelEntity {

    String getName();

    String getId();

    String getDatastoreId();

    int getIsActive();

    String getImage();

    String getPackageName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy