Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6e408170cdd842f7e8a4c4647bd1b0b1d9293c17
[sdc.git]
/
1
package org.openecomp.sdc.vendorsoftwareproduct.types.composition;
2
3
public enum ImageFormat {
4
aki,
5
ami,
6
ari,
7
iso,
8
qcow2,
9
raw,
10
vdi,
11
vhd,
12
vmdk
13
}