Package org.openstack4j.api.tacker
Class TackerServiceImpl
- java.lang.Object
-
- org.openstack4j.api.tacker.TackerServiceImpl
-
- All Implemented Interfaces:
TackerService,RestService
public class TackerServiceImpl extends Object implements TackerService
- Author:
- Vishvesh Deshmukh
-
-
Constructor Summary
Constructors Constructor Description TackerServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VimServicevim()VnfServicevnf()VnfdServicevnfd()
-
-
-
Method Detail
-
vnfd
public VnfdService vnfd()
- Specified by:
vnfdin interfaceTackerService- Returns:
- the Vnfd Service API
-
vnf
public VnfService vnf()
- Specified by:
vnfin interfaceTackerService- Returns:
- the Vnf Service API
-
vim
public VimService vim()
- Specified by:
vimin interfaceTackerService- Returns:
- the Vim Service API
-
-