Uses of Interface
org.openstack4j.model.senlin.ProfileType
-
Packages that use ProfileType Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of ProfileType in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin that return ProfileType Modifier and Type Method Description ProfileTypeSenlinProfileTypeService. get(String profileTypeName)returns details of aProfileType.Methods in org.openstack4j.api.senlin that return types with arguments of type ProfileType Modifier and Type Method Description List<? extends ProfileType>SenlinProfileTypeService. list()Gets a list of currently existingProfileTypes. -
Uses of ProfileType in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement ProfileType Modifier and Type Class Description classSenlinProfileTypeThis is a model of a senlinProfile_type. -
Uses of ProfileType in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal that return ProfileType Modifier and Type Method Description ProfileTypeSenlinProfileTypeServiceImpl. get(String ProfileType)Methods in org.openstack4j.openstack.senlin.internal that return types with arguments of type ProfileType Modifier and Type Method Description List<? extends ProfileType>SenlinProfileTypeServiceImpl. list()
-