Uses of Interface
org.openstack4j.model.senlin.Profile
-
Packages that use Profile Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of Profile in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin that return Profile Modifier and Type Method Description ProfileSenlinProfileService. create(ProfileCreate newProfile)POST /v1/profilesProfileSenlinProfileService. get(String profileID)returns details of aProfile.ProfileSenlinProfileService. update(String profileID, ProfileCreate newProfile)PATCH /v1/profiles/{profile_id}Methods in org.openstack4j.api.senlin that return types with arguments of type Profile Modifier and Type Method Description List<? extends Profile>SenlinProfileService. list()Gets a list of currently existingProfiles. -
Uses of Profile in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement Profile Modifier and Type Class Description classSenlinProfileThis is a model of a senlinProfile. -
Uses of Profile in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal that return Profile Modifier and Type Method Description ProfileSenlinProfileServiceImpl. create(ProfileCreate newProfile)ProfileSenlinProfileServiceImpl. get(String policyID)ProfileSenlinProfileServiceImpl. update(String policyID, ProfileCreate newPolicy)Methods in org.openstack4j.openstack.senlin.internal that return types with arguments of type Profile Modifier and Type Method Description List<? extends Profile>SenlinProfileServiceImpl. list()
-