Package org.openstack4j.api.senlin
Interface SenlinProfileTypeService
-
- All Known Implementing Classes:
SenlinProfileTypeServiceImpl
public interface SenlinProfileTypeServiceThis interface defines all methods for the manipulation of ProfileType- Author:
- lion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfileTypeget(String profileTypeName)returns details of aProfileType.List<? extends ProfileType>list()Gets a list of currently existingProfileTypes.
-
-
-
Method Detail
-
list
List<? extends ProfileType> list()
Gets a list of currently existingProfileTypes.- Returns:
- the list of
ProfileTypes
-
get
ProfileType get(String profileTypeName)
returns details of aProfileType.- Parameters:
profileTypeName- Name ofProfileType- Returns:
- ProfileType
-
-