Class SenlinProfileTypeServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.senlin.internal.BaseSenlinServices
-
- org.openstack4j.openstack.senlin.internal.SenlinProfileTypeServiceImpl
-
- All Implemented Interfaces:
SenlinProfileTypeService
public class SenlinProfileTypeServiceImpl extends BaseSenlinServices implements SenlinProfileTypeService
This class contains getters for all implementation of the available profile-type 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 SenlinProfileTypeServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileTypeget(String ProfileType)returns details of aProfileType.List<? extends ProfileType>list()Gets a list of currently existingProfileTypes.-
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
-
list
public List<? extends ProfileType> list()
Description copied from interface:SenlinProfileTypeServiceGets a list of currently existingProfileTypes.- Specified by:
listin interfaceSenlinProfileTypeService- Returns:
- the list of
ProfileTypes
-
get
public ProfileType get(String ProfileType)
Description copied from interface:SenlinProfileTypeServicereturns details of aProfileType.- Specified by:
getin interfaceSenlinProfileTypeService- Parameters:
ProfileType- Name ofProfileType- Returns:
- ProfileType
-
-