Uses of Interface
org.openstack4j.model.senlin.ProfileCreate
-
Packages that use ProfileCreate Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of ProfileCreate in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin with parameters of type ProfileCreate Modifier and Type Method Description ProfileSenlinProfileService. create(ProfileCreate newProfile)POST /v1/profilesProfileSenlinProfileService. update(String profileID, ProfileCreate newProfile)PATCH /v1/profiles/{profile_id} -
Uses of ProfileCreate in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement ProfileCreate Modifier and Type Class Description classSenlinProfileCreateThis class contains all elements required for the creation of a SenlinProfile.Methods in org.openstack4j.openstack.senlin.domain that return ProfileCreate Modifier and Type Method Description ProfileCreateSenlinProfileCreate.SenlinProfileCreateConcreteBuilder. build()Methods in org.openstack4j.openstack.senlin.domain with parameters of type ProfileCreate Modifier and Type Method Description ProfileCreateBuilderSenlinProfileCreate.SenlinProfileCreateConcreteBuilder. from(ProfileCreate in) -
Uses of ProfileCreate in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal with parameters of type ProfileCreate Modifier and Type Method Description ProfileSenlinProfileServiceImpl. create(ProfileCreate newProfile)ProfileSenlinProfileServiceImpl. update(String policyID, ProfileCreate newPolicy)
-