Skip to content

Commit b08d9ec

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-30 Fixed review comments
1 parent 26b300c commit b08d9ec

File tree

1 file changed

+1
-21
lines changed
  • plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/feign/model

1 file changed

+1
-21
lines changed

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/feign/model/Lun.java

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ public class Lun {
4040
* The class of LUN.<br/> Optional in POST.
4141
*/
4242
public enum PropertyClassEnum {
43-
REGULAR("regular"),
44-
45-
PROTOCOL_ENDPOINT("protocol_endpoint"),
46-
47-
VVOL("vvol");
43+
REGULAR("regular");
4844

4945
private String value;
5046

@@ -89,30 +85,14 @@ public static PropertyClassEnum fromValue(String value) {
8985
* The operating system type of the LUN.<br/> Required in POST when creating a LUN that is not a clone of another. Disallowed in POST when creating a LUN clone.
9086
*/
9187
public enum OsTypeEnum {
92-
AIX("aix"),
93-
94-
HPUX("hpux"),
95-
9688
HYPER_V("hyper_v"),
9789

9890
LINUX("linux"),
9991

100-
NETWARE("netware"),
101-
102-
OPENVMS("openvms"),
103-
104-
SOLARIS("solaris"),
105-
106-
SOLARIS_EFI("solaris_efi"),
107-
10892
VMWARE("vmware"),
10993

11094
WINDOWS("windows"),
11195

112-
WINDOWS_2008("windows_2008"),
113-
114-
WINDOWS_GPT("windows_gpt"),
115-
11696
XEN("xen");
11797

11898
private String value;

0 commit comments

Comments
 (0)