物理机可用规格查询
parent
4d5b9f6ead
commit
225bcb3c90
|
@ -3,6 +3,7 @@ package com.bocloud.cmp.entity;
|
|||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import com.megatron.common.utils.DateSerializer;
|
||||
import com.megatron.entity.annotations.Column;
|
||||
import com.megatron.entity.annotations.IgnoreAll;
|
||||
import com.megatron.entity.annotations.PK;
|
||||
import com.megatron.entity.annotations.Table;
|
||||
import com.megatron.entity.bean.Generic;
|
||||
|
@ -140,4 +141,25 @@ public class PhysicalServer extends Generic {
|
|||
@Column("is_deleted")
|
||||
private Boolean isDeleted;
|
||||
|
||||
@IgnoreAll
|
||||
private String hostname;
|
||||
|
||||
@IgnoreAll
|
||||
private String extIp;
|
||||
|
||||
@IgnoreAll
|
||||
private String password;
|
||||
|
||||
@IgnoreAll
|
||||
private String vpcName;
|
||||
|
||||
@IgnoreAll
|
||||
private Long cycleCount;
|
||||
|
||||
@IgnoreAll
|
||||
private String cycleType;
|
||||
|
||||
@IgnoreAll
|
||||
private Long orderCount;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue