Uses of Interface
org.openstack4j.model.senlin.Action
-
Packages that use Action Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of Action in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin that return Action Modifier and Type Method Description ActionSenlinActionService. get(String actionID)returns details of aAction.Methods in org.openstack4j.api.senlin that return types with arguments of type Action Modifier and Type Method Description List<? extends Action>SenlinActionService. list()Gets a list of currently existingActions. -
Uses of Action in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement Action Modifier and Type Class Description classSenlinActionThis is a model of a senlinAction. -
Uses of Action in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal that return Action Modifier and Type Method Description ActionSenlinActionServiceImpl. get(String actionID)Methods in org.openstack4j.openstack.senlin.internal that return types with arguments of type Action Modifier and Type Method Description List<? extends Action>SenlinActionServiceImpl. list()
-