Uses of Interface
org.openstack4j.model.compute.ServerActionEvent
-
Packages that use ServerActionEvent Package Description org.openstack4j.model.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of ServerActionEvent in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return types with arguments of type ServerActionEvent Modifier and Type Method Description List<? extends ServerActionEvent>ServerAction. getEvents()Returns the list of server actions -
Uses of ServerActionEvent in org.openstack4j.openstack.compute.domain
Methods in org.openstack4j.openstack.compute.domain that return types with arguments of type ServerActionEvent Modifier and Type Method Description List<? extends ServerActionEvent>ServerEvent. getEvents() -
Uses of ServerActionEvent in org.openstack4j.openstack.compute.internal
Classes in org.openstack4j.openstack.compute.internal that implement ServerActionEvent Modifier and Type Class Description classNovaServerActionEventEvents hold information about start_time, finish_time, event and resultMethods in org.openstack4j.openstack.compute.internal that return ServerActionEvent Modifier and Type Method Description ServerActionEventNovaServerActionEvent.EventConcreteBuilder. build()Methods in org.openstack4j.openstack.compute.internal with parameters of type ServerActionEvent Modifier and Type Method Description ServerActionEventBuilderNovaServerActionEvent.EventConcreteBuilder. from(ServerActionEvent in)
-