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

org.openstack4j.model.murano.v1.domain.Application Maven / Gradle / Ivy

package org.openstack4j.model.murano.v1.domain;

import java.util.Map;

import org.openstack4j.model.ModelEntity;

/**
 * @author Nikolay Mahotkin.
 */
public interface Application extends ModelEntity {
    /**
     * @return data in map format (Map).
     */
    Map getData();

    /**
     * @return service internal info
     */
    ServiceInfo getService();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy