Uses of Interface
org.openstack4j.model.senlin.ActionID
-
Packages that use ActionID Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of ActionID in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin that return ActionID Modifier and Type Method Description ActionIDSenlinClusterService. action(String clusterID, ClusterActionCreate newClusterAction)Service implementation which provides methods for manipulation of actionActionIDSenlinNodeService. action(String nodeID, NodeActionCreate newNodeAction)Service implementation which provides methods for manipulation of actionActionIDSenlinWebHookService. action(String webHookUrl)Service implementation which provides methods for manipulation of action -
Uses of ActionID in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement ActionID Modifier and Type Class Description classSenlinActionIDThis is a model of a senlinAction. -
Uses of ActionID in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal that return ActionID Modifier and Type Method Description ActionIDSenlinClusterServiceImpl. action(String clusterID, ClusterActionCreate newClusterAction)ActionIDSenlinNodeServiceImpl. action(String nodeID, NodeActionCreate newNodeAction)ActionIDSenlinWebHookServiceImpl. action(String webHookUrl)
-