Skip to content

Commit dfd1c46

Browse files
committed
api: add Deprecated annotation to serviceip
1 parent 9244d93 commit dfd1c46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public class ManagementServerResponse extends BaseResponse {
7474
@Param(description = "the running OS kernel version for this Management Server")
7575
private String kernelVersion;
7676

77+
@Deprecated
7778
@SerializedName(ApiConstants.SERVICE_IP)
7879
@Param(description = "the IP Address for this Management Server. This is deprecated, please use 'ipaddress' instead.")
7980
private String serviceIp;

0 commit comments

Comments
 (0)