Uses of Class
org.openstack4j.model.manila.ShareServer.Status
-
Packages that use ShareServer.Status Package Description org.openstack4j.model.manila org.openstack4j.openstack.manila.domain -
-
Uses of ShareServer.Status in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return ShareServer.Status Modifier and Type Method Description ShareServer.StatusShareServer. getStatus()static ShareServer.StatusShareServer.Status. value(String v)static ShareServer.StatusShareServer.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ShareServer.Status[]ShareServer.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ShareServer.Status in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain that return ShareServer.Status Modifier and Type Method Description ShareServer.StatusManilaShareServer. getStatus()
-