Uses of Interface
org.openstack4j.model.heat.SoftwareConfig
-
Packages that use SoftwareConfig Package Description org.openstack4j.api.heat org.openstack4j.openstack.heat.domain org.openstack4j.openstack.heat.internal -
-
Uses of SoftwareConfig in org.openstack4j.api.heat
Methods in org.openstack4j.api.heat that return SoftwareConfig Modifier and Type Method Description SoftwareConfigSoftwareConfigService. create(SoftwareConfig sc)Creates a new Software Config.SoftwareConfigSoftwareConfigService. show(String configId)Fetches a Software Configuration by IDMethods in org.openstack4j.api.heat with parameters of type SoftwareConfig Modifier and Type Method Description SoftwareConfigSoftwareConfigService. create(SoftwareConfig sc)Creates a new Software Config. -
Uses of SoftwareConfig in org.openstack4j.openstack.heat.domain
Classes in org.openstack4j.openstack.heat.domain that implement SoftwareConfig Modifier and Type Class Description classHeatSoftwareConfigModel implementation for Software ConfigMethods in org.openstack4j.openstack.heat.domain that return SoftwareConfig Modifier and Type Method Description SoftwareConfigHeatSoftwareConfig.Builder. build()Methods in org.openstack4j.openstack.heat.domain with parameters of type SoftwareConfig Modifier and Type Method Description SoftwareConfigBuilderHeatSoftwareConfig.Builder. from(SoftwareConfig in) -
Uses of SoftwareConfig in org.openstack4j.openstack.heat.internal
Methods in org.openstack4j.openstack.heat.internal that return SoftwareConfig Modifier and Type Method Description SoftwareConfigSoftwareConfigServiceImpl. create(SoftwareConfig sc)Creates a new Software Config.SoftwareConfigSoftwareConfigServiceImpl. show(String configId)Fetches a Software Configuration by IDMethods in org.openstack4j.openstack.heat.internal with parameters of type SoftwareConfig Modifier and Type Method Description SoftwareConfigSoftwareConfigServiceImpl. create(SoftwareConfig sc)Creates a new Software Config.
-