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

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

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

import org.openstack4j.api.Apis;

/**
 *
 * @author Vishvesh Deshmukh
 * @date Aug 11, 2016
 */
public class TackerServiceImpl implements TackerService {

	@Override
	public VnfdService vnfd() {
		return Apis.get(VnfdService.class);
	}

	@Override
	public VnfService vnf() {
		return Apis.get(VnfService.class);
	}

	@Override
	public VimService vim() {
		return Apis.get(VimService.class);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy