Uses of Interface
org.openstack4j.model.senlin.ClusterActionCreate
-
Packages that use ClusterActionCreate Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of ClusterActionCreate in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin with parameters of type ClusterActionCreate Modifier and Type Method Description ActionIDSenlinClusterService. action(String clusterID, ClusterActionCreate newClusterAction)Service implementation which provides methods for manipulation of action -
Uses of ClusterActionCreate in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement ClusterActionCreate Modifier and Type Class Description classSenlinClusterActionCreateThis class contains all elements required for the creation of a SenlinClusterAction.Methods in org.openstack4j.openstack.senlin.domain that return ClusterActionCreate Modifier and Type Method Description ClusterActionCreateSenlinClusterActionCreate.SenlinClusterActionCreateConcreteBuilder. build()Methods in org.openstack4j.openstack.senlin.domain with parameters of type ClusterActionCreate Modifier and Type Method Description ClusterActionCreateBuilderSenlinClusterActionCreate.SenlinClusterActionCreateConcreteBuilder. from(ClusterActionCreate in) -
Uses of ClusterActionCreate in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal with parameters of type ClusterActionCreate Modifier and Type Method Description ActionIDSenlinClusterServiceImpl. action(String clusterID, ClusterActionCreate newClusterAction)
-