displayName
parent
225bcb3c90
commit
fefb8443cf
|
@ -141,6 +141,9 @@ public class PhysicalServer extends Generic {
|
|||
@Column("is_deleted")
|
||||
private Boolean isDeleted;
|
||||
|
||||
@Column("display_name")
|
||||
private String displayName;
|
||||
|
||||
@IgnoreAll
|
||||
private String hostname;
|
||||
|
||||
|
|
Loading…
Reference in New Issue