Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add test case and details where it was found breaking, it would help in ading new test case

Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ public class Svm {
@JsonProperty("name")
private String name = null;

@JsonIgnore
private Boolean iscsiEnabled = null;

@JsonIgnore
private Boolean fcpEnabled = null;

@JsonIgnore
private Boolean nfsEnabled = null;

@JsonProperty("aggregates")
Expand Down
Loading