You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/feign/model/Lun.java
+1-21Lines changed: 1 addition & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,7 @@ public class Lun {
40
40
* The class of LUN.<br/> Optional in POST.
41
41
*/
42
42
publicenumPropertyClassEnum {
43
-
REGULAR("regular"),
44
-
45
-
PROTOCOL_ENDPOINT("protocol_endpoint"),
46
-
47
-
VVOL("vvol");
43
+
REGULAR("regular");
48
44
49
45
privateStringvalue;
50
46
@@ -89,30 +85,14 @@ public static PropertyClassEnum fromValue(String value) {
89
85
* 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.
0 commit comments