We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9941c97 commit c86b18dCopy full SHA for c86b18d
api/src/main/java/org/apache/cloudstack/api/response/SystemVmResponse.java
@@ -126,7 +126,7 @@ public class SystemVmResponse extends BaseResponseWithAnnotations {
126
@Param(description = "the public netmask for the system VM")
127
private String publicNetmask;
128
129
- @SerializedName("storagenetworkip")
+ @SerializedName("storageip")
130
@Param(description = "the ip address for the system VM on the storage network")
131
private String storageIp;
132
0 commit comments