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

org.openstack4j.api.tacker.TackerService Maven / Gradle / Ivy

There is a newer version: 3.12
Show newest version
package org.openstack4j.api.tacker;

import org.openstack4j.common.RestService;

/**
 * @author Vishvesh Deshmukh
 * @date Aug 11, 2016
 */
public interface TackerService extends RestService {

    /**
     * @return the Vnfd Service API
     */
    VnfdService vnfd();

    /**
     * @return the Vnf Service API
     */
    VnfService vnf();

    /**
     * @return the Vim Service API
     */
    VimService vim();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy