Uses of Interface
org.openstack4j.model.senlin.NodeActionCreate
-
Packages that use NodeActionCreate Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of NodeActionCreate in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin with parameters of type NodeActionCreate Modifier and Type Method Description ActionIDSenlinNodeService. action(String nodeID, NodeActionCreate newNodeAction)Service implementation which provides methods for manipulation of action -
Uses of NodeActionCreate in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement NodeActionCreate Modifier and Type Class Description classSenlinNodeActionCreateThis class contains all elements required for the creation of a SenlinNode.Methods in org.openstack4j.openstack.senlin.domain that return NodeActionCreate Modifier and Type Method Description NodeActionCreateSenlinNodeActionCreate.SenlinNodeActionCreateConcreteBuilder. build()Methods in org.openstack4j.openstack.senlin.domain with parameters of type NodeActionCreate Modifier and Type Method Description NodeActionCreateBuilderSenlinNodeActionCreate.SenlinNodeActionCreateConcreteBuilder. from(NodeActionCreate in) -
Uses of NodeActionCreate in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal with parameters of type NodeActionCreate Modifier and Type Method Description ActionIDSenlinNodeServiceImpl. action(String nodeID, NodeActionCreate newNodeAction)
-