Uses of Class
org.openstack4j.model.senlin.ClusterStatus
-
Packages that use ClusterStatus Package Description org.openstack4j.model.senlin org.openstack4j.openstack.senlin.domain -
-
Uses of ClusterStatus in org.openstack4j.model.senlin
Methods in org.openstack4j.model.senlin that return ClusterStatus Modifier and Type Method Description ClusterStatusCluster. getStatus()Returns the status of the clusterstatic ClusterStatusClusterStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterStatus[]ClusterStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClusterStatus in org.openstack4j.openstack.senlin.domain
Methods in org.openstack4j.openstack.senlin.domain that return ClusterStatus Modifier and Type Method Description ClusterStatusSenlinCluster. getStatus()
-