Uses of Interface
org.openstack4j.model.heat.BaseStackCreateUpdate
-
Packages that use BaseStackCreateUpdate Package Description org.openstack4j.model.heat org.openstack4j.openstack.heat.domain -
-
Uses of BaseStackCreateUpdate in org.openstack4j.model.heat
Subinterfaces of BaseStackCreateUpdate in org.openstack4j.model.heat Modifier and Type Interface Description interfaceStackCreateThis interface describes the model of aStack, before it is sent to the server for creationinterfaceStackUpdateModel Entity used for updating a Stack -
Uses of BaseStackCreateUpdate in org.openstack4j.openstack.heat.domain
Classes in org.openstack4j.openstack.heat.domain that implement BaseStackCreateUpdate Modifier and Type Class Description classHeatStackCreateThis class contains all elements required for the creation of a HeatStack.classHeatStackUpdateModel Entity used for updating a Stack
-