summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/sat/thrift/version/Feature.java
blob: d3d45b843d78f0f098991525201f770767601c55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
package org.openslx.sat.thrift.version;

public enum Feature {

	/**
	 * Server can properly extend the expiration time of an image version that
	 * is already expired, but has not been deleted yet. (Early versions of dmsd
	 * did not handle this case properly.)
	 */
	EXTEND_EXPIRED_VM,

}