Uses of Enum Class
io.clonecloudstore.administration.model.TopologyStatus
Packages that use TopologyStatus
Package
Description
-
Uses of TopologyStatus in io.clonecloudstore.administration.client
Methods in io.clonecloudstore.administration.client with parameters of type TopologyStatusModifier and TypeMethodDescriptionTopologyApiClient.listWithStatus
(TopologyStatus status) Cache on ALL_UP_KEY -
Uses of TopologyStatus in io.clonecloudstore.administration.client.api
Methods in io.clonecloudstore.administration.client.api with parameters of type TopologyStatusModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni
<Collection<Topology>> TopologyApi.listAll
(TopologyStatus status) -
Uses of TopologyStatus in io.clonecloudstore.administration.database.model
Methods in io.clonecloudstore.administration.database.model that return TopologyStatusMethods in io.clonecloudstore.administration.database.model with parameters of type TopologyStatusModifier and TypeMethodDescriptionDaoTopologyRepository.findTopologies
(TopologyStatus status) DaoTopology.setStatus
(TopologyStatus status) default Topology
DaoTopologyRepository.updateTopologyStatus
(Topology topology, TopologyStatus status) -
Uses of TopologyStatus in io.clonecloudstore.administration.model
Methods in io.clonecloudstore.administration.model that return TopologyStatusModifier and TypeMethodDescriptionstatic TopologyStatus
TopologyStatus.fromStatusCode
(short code) Topology.status()
Returns the value of thestatus
record component.static TopologyStatus
Returns the enum constant of this class with the specified name.static TopologyStatus[]
TopologyStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.clonecloudstore.administration.model with parameters of type TopologyStatusModifierConstructorDescriptionTopology
(Topology topology, TopologyStatus status) Topology
(String id, String name, String uri, TopologyStatus status) Creates an instance of aTopology
record class. -
Uses of TopologyStatus in io.clonecloudstore.administration.resource
Methods in io.clonecloudstore.administration.resource with parameters of type TopologyStatusModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni
<Collection<Topology>> TopologyResource.listAll
(TopologyStatus status)