Package org.openstack4j.api.tacker
Interface TackerService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
TackerServiceImpl
public interface TackerService extends RestService
- Author:
- Vishvesh Deshmukh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VimServicevim()VnfServicevnf()VnfdServicevnfd()
-
-
-
Method Detail
-
vnfd
VnfdService vnfd()
- Returns:
- the Vnfd Service API
-
vnf
VnfService vnf()
- Returns:
- the Vnf Service API
-
vim
VimService vim()
- Returns:
- the Vim Service API
-
-