Uses of Interface
org.openstack4j.model.heat.ResourceHealth
-
Packages that use ResourceHealth Package Description org.openstack4j.api.heat org.openstack4j.openstack.heat.domain org.openstack4j.openstack.heat.internal -
-
Uses of ResourceHealth in org.openstack4j.api.heat
Methods in org.openstack4j.api.heat with parameters of type ResourceHealth Modifier and Type Method Description ActionResponseResourcesService. markUnhealthy(String stackName, String stackId, String resourceName, ResourceHealth resourceHealth)Marks a resource unhealthy -
Uses of ResourceHealth in org.openstack4j.openstack.heat.domain
Classes in org.openstack4j.openstack.heat.domain that implement ResourceHealth Modifier and Type Class Description classHeatResourceHealthThis is a model of a HeatResourceHealth.Methods in org.openstack4j.openstack.heat.domain that return ResourceHealth Modifier and Type Method Description ResourceHealthHeatResourceHealth.HeatResourceHealthBuilder. build()Methods in org.openstack4j.openstack.heat.domain with parameters of type ResourceHealth Modifier and Type Method Description ResourceHealthBuilderHeatResourceHealth.HeatResourceHealthBuilder. from(ResourceHealth in) -
Uses of ResourceHealth in org.openstack4j.openstack.heat.internal
Methods in org.openstack4j.openstack.heat.internal with parameters of type ResourceHealth Modifier and Type Method Description ActionResponseResourcesServiceImpl. markUnhealthy(String stackName, String stackId, String resourceName, ResourceHealth resourceHealth)
-