相关接口增加ipv4、ipv6出入流量字段。
服务器管理列表新增字段和排序。 优化监控看板流量统计。
This commit is contained in:
+3
@@ -17,6 +17,9 @@ public class NetworkInfo {
|
||||
// IPv4 地址
|
||||
@JsonProperty("ipv4")
|
||||
private String ipv4;
|
||||
// IPv4 地址
|
||||
@JsonProperty("ipv6")
|
||||
private String ipv6;
|
||||
// MAC 地址
|
||||
@JsonProperty("mac")
|
||||
private String mac;
|
||||
|
||||
+2
@@ -44,6 +44,8 @@ public class RmNetworkInterfaceRemote extends BaseEntity {
|
||||
/** IPv4地址 */
|
||||
@Excel(name = "IPv4地址")
|
||||
private String ipv4Address;
|
||||
/** IPv6地址 */
|
||||
private String ipv6Address;
|
||||
|
||||
/** 网关 */
|
||||
@Excel(name = "网关")
|
||||
|
||||
Reference in New Issue
Block a user