Skip to content

Commit c86b18d

Browse files
authored
remove network from serialized name
1 parent 9941c97 commit c86b18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/response/SystemVmResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public class SystemVmResponse extends BaseResponseWithAnnotations {
126126
@Param(description = "the public netmask for the system VM")
127127
private String publicNetmask;
128128

129-
@SerializedName("storagenetworkip")
129+
@SerializedName("storageip")
130130
@Param(description = "the ip address for the system VM on the storage network")
131131
private String storageIp;
132132

0 commit comments

Comments
 (0)