🔨 修改主机配置字段.
This commit is contained in:
@@ -51,10 +51,20 @@ public class HostSpecExtraModel implements GenericsDataModel {
|
|||||||
*/
|
*/
|
||||||
private String osName;
|
private String osName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* cpu 数量
|
||||||
|
*/
|
||||||
|
private String cpuCount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cpu 核心数
|
* cpu 核心数
|
||||||
*/
|
*/
|
||||||
private Integer cpuCore;
|
private Integer cpuPhysicalCore;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* cpu 线程数
|
||||||
|
*/
|
||||||
|
private Integer cpuLogicalCore;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cpu 频率
|
* cpu 频率
|
||||||
@@ -72,7 +82,7 @@ public class HostSpecExtraModel implements GenericsDataModel {
|
|||||||
private Double memorySize;
|
private Double memorySize;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 硬盘大小
|
* 磁盘大小
|
||||||
*/
|
*/
|
||||||
private Double diskSize;
|
private Double diskSize;
|
||||||
|
|
||||||
@@ -89,12 +99,12 @@ public class HostSpecExtraModel implements GenericsDataModel {
|
|||||||
/**
|
/**
|
||||||
* 公网 ip 列表
|
* 公网 ip 列表
|
||||||
*/
|
*/
|
||||||
private List<String> publicIpAddress;
|
private List<String> publicIpAddresses;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 内网 ip 列表
|
* 内网 ip 列表
|
||||||
*/
|
*/
|
||||||
private List<String> privateIpAddress;
|
private List<String> privateIpAddresses;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 负责人
|
* 负责人
|
||||||
@@ -131,6 +141,11 @@ public class HostSpecExtraModel implements GenericsDataModel {
|
|||||||
*/
|
*/
|
||||||
private String label;
|
private String label;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 键
|
||||||
|
*/
|
||||||
|
private String key;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 值
|
* 值
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user