Uses of Interface
org.openstack4j.api.senlin.SenlinService
-
Packages that use SenlinService Package Description org.openstack4j.api org.openstack4j.openstack.internal org.openstack4j.openstack.senlin.internal -
-
Uses of SenlinService in org.openstack4j.api
Methods in org.openstack4j.api that return SenlinService Modifier and Type Method Description static SenlinServiceApis. getSenlinServices()Gets the (Senlin) Orchestration services APISenlinServiceOSClient. senlin()Returns the Senlin Service API -
Uses of SenlinService in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return SenlinService Modifier and Type Method Description SenlinServiceOSClientSession. senlin() -
Uses of SenlinService in org.openstack4j.openstack.senlin.internal
Classes in org.openstack4j.openstack.senlin.internal that implement SenlinService Modifier and Type Class Description classSenlinServiceImplThis class contains getters for all implementation of the available senlin services
-