Uses of Interface
org.openstack4j.model.heat.builder.ResourceHealthBuilder
-
Packages that use ResourceHealthBuilder Package Description org.openstack4j.api org.openstack4j.model.heat.builder org.openstack4j.openstack.heat.builder org.openstack4j.openstack.heat.domain -
-
Uses of ResourceHealthBuilder in org.openstack4j.api
Methods in org.openstack4j.api that return ResourceHealthBuilder Modifier and Type Method Description static ResourceHealthBuilderBuilders. resourceHealth()The builder to create aResourceHealth -
Uses of ResourceHealthBuilder in org.openstack4j.model.heat.builder
Methods in org.openstack4j.model.heat.builder that return ResourceHealthBuilder Modifier and Type Method Description ResourceHealthBuilderResourceHealthBuilder. markUnhealthy(boolean markUnhealthy)Set the unhealthy status of the resource.ResourceHealthBuilderOrchestrationBuilders. resourceHealth()The builder to create a resource health updateResourceHealthBuilderResourceHealthBuilder. resourceStatusReason(String resourceStatusReason)Set the resource status reason on the resource. -
Uses of ResourceHealthBuilder in org.openstack4j.openstack.heat.builder
Methods in org.openstack4j.openstack.heat.builder that return ResourceHealthBuilder Modifier and Type Method Description ResourceHealthBuilderHeatBuilders. resourceHealth() -
Uses of ResourceHealthBuilder in org.openstack4j.openstack.heat.domain
Classes in org.openstack4j.openstack.heat.domain that implement ResourceHealthBuilder Modifier and Type Class Description static classHeatResourceHealth.HeatResourceHealthBuilderA Builder to create aHeatResourceHealth.Methods in org.openstack4j.openstack.heat.domain that return ResourceHealthBuilder Modifier and Type Method Description ResourceHealthBuilderHeatResourceHealth.HeatResourceHealthBuilder. from(ResourceHealth in)ResourceHealthBuilderHeatResourceHealth.HeatResourceHealthBuilder. markUnhealthy(boolean markUnhealthy)ResourceHealthBuilderHeatResourceHealth.HeatResourceHealthBuilder. resourceStatusReason(String resourceStatusReason)ResourceHealthBuilderHeatResourceHealth. toBuilder()
-