Uses of Class
org.openstack4j.model.manila.ShareSnapshot.Status
-
-
Uses of ShareSnapshot.Status in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila with parameters of type ShareSnapshot.Status Modifier and Type Method Description ActionResponseShareSnapshotService. resetState(String snapshotId, ShareSnapshot.Status status)Administrator only. -
Uses of ShareSnapshot.Status in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return ShareSnapshot.Status Modifier and Type Method Description ShareSnapshot.StatusShareSnapshot. getStatus()static ShareSnapshot.StatusShareSnapshot.Status. value(String v)static ShareSnapshot.StatusShareSnapshot.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ShareSnapshot.Status[]ShareSnapshot.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ShareSnapshot.Status in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain that return ShareSnapshot.Status Modifier and Type Method Description ShareSnapshot.StatusManilaShareSnapshot. getStatus() -
Uses of ShareSnapshot.Status in org.openstack4j.openstack.manila.domain.actions
Methods in org.openstack4j.openstack.manila.domain.actions that return ShareSnapshot.Status Modifier and Type Method Description ShareSnapshot.StatusShareSnapshotActions.ResetStateAction. getStatus()Methods in org.openstack4j.openstack.manila.domain.actions with parameters of type ShareSnapshot.Status Modifier and Type Method Description static ShareSnapshotActions.ResetStateActionShareSnapshotActions. resetState(ShareSnapshot.Status status) -
Uses of ShareSnapshot.Status in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal with parameters of type ShareSnapshot.Status Modifier and Type Method Description ActionResponseShareSnapshotServiceImpl. resetState(String snapshotId, ShareSnapshot.Status status)
-