Class SenlinBuildInfoServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.senlin.internal.BaseSenlinServices
-
- org.openstack4j.openstack.senlin.internal.SenlinBuildInfoServiceImpl
-
- All Implemented Interfaces:
SenlinBuildInfoService
public class SenlinBuildInfoServiceImpl extends BaseSenlinServices implements SenlinBuildInfoService
This class contains getters for all implementation of the available build-info services- Author:
- lion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description SenlinBuildInfoServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildInfoget()returns details of aBuildInfo.-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
get
public BuildInfo get()
Description copied from interface:SenlinBuildInfoServicereturns details of aBuildInfo.- Specified by:
getin interfaceSenlinBuildInfoService- Returns:
- BuildInfo
-
-