Uses of Class
org.openstack4j.model.manila.ShareInstance.Status
-
-
Uses of ShareInstance.Status in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila with parameters of type ShareInstance.Status Modifier and Type Method Description ActionResponseShareInstanceService. resetState(String shareInstanceId, ShareInstance.Status status)Administrator only. -
Uses of ShareInstance.Status in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return ShareInstance.Status Modifier and Type Method Description ShareInstance.StatusShareInstance. getStatus()static ShareInstance.StatusShareInstance.Status. value(String v)static ShareInstance.StatusShareInstance.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ShareInstance.Status[]ShareInstance.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ShareInstance.Status in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain that return ShareInstance.Status Modifier and Type Method Description ShareInstance.StatusManilaShareInstance. getStatus() -
Uses of ShareInstance.Status in org.openstack4j.openstack.manila.domain.actions
Methods in org.openstack4j.openstack.manila.domain.actions that return ShareInstance.Status Modifier and Type Method Description ShareInstance.StatusShareInstanceActions.ResetStateAction. getStatus()Methods in org.openstack4j.openstack.manila.domain.actions with parameters of type ShareInstance.Status Modifier and Type Method Description static ShareInstanceActions.ResetStateActionShareInstanceActions. resetState(ShareInstance.Status status) -
Uses of ShareInstance.Status in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal with parameters of type ShareInstance.Status Modifier and Type Method Description ActionResponseShareInstanceServiceImpl. resetState(String shareInstanceId, ShareInstance.Status status)
-