物理机创建、查询优化

develop
yuemian 2024-09-03 15:09:49 +08:00
parent fefb8443cf
commit 78eed2ea22
1 changed files with 6 additions and 0 deletions

View File

@ -156,6 +156,12 @@ public class PhysicalServer extends Generic {
@IgnoreAll @IgnoreAll
private String vpcName; private String vpcName;
@IgnoreAll
private String subnetName;
@IgnoreAll
private String zoneName;
@IgnoreAll @IgnoreAll
private Long cycleCount; private Long cycleCount;