Uses of Class
org.openstack4j.model.manila.Share.Status
-
-
Uses of Share.Status in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila with parameters of type Share.Status Modifier and Type Method Description ActionResponseSharesService. resetState(String shareId, Share.Status status)Administrators only. -
Uses of Share.Status in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return Share.Status Modifier and Type Method Description Share.StatusShare. getStatus()static Share.StatusShare.Status. value(String v)static Share.StatusShare.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Share.Status[]Share.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Share.Status in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain that return Share.Status Modifier and Type Method Description Share.StatusManilaShare. getStatus() -
Uses of Share.Status in org.openstack4j.openstack.manila.domain.actions
Methods in org.openstack4j.openstack.manila.domain.actions that return Share.Status Modifier and Type Method Description Share.StatusResetStateAction. getStatus()Methods in org.openstack4j.openstack.manila.domain.actions with parameters of type Share.Status Modifier and Type Method Description static ResetStateActionShareActions. resetState(Share.Status status) -
Uses of Share.Status in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal with parameters of type Share.Status Modifier and Type Method Description ActionResponseSharesServiceImpl. resetState(String shareId, Share.Status status)Administrators only.
-