ing
This commit is contained in:
parent
65e10cfc1a
commit
7ceea83e6c
|
@ -158,8 +158,8 @@ public class CentralInfraService implements InfraService {
|
||||||
}
|
}
|
||||||
|
|
||||||
InfraHost infraHost = new InfraHost();
|
InfraHost infraHost = new InfraHost();
|
||||||
infraZone.setMetaInfraType(MetaInfraType.Enum.HOST.to());
|
infraHost.setMetaInfraType(MetaInfraType.Enum.HOST.to());
|
||||||
infraZone.setProbe(probe);
|
infraHost.setProbe(probe);
|
||||||
infraHost.setInfraZone(infraZone);
|
infraHost.setInfraZone(infraZone);
|
||||||
infraHost.setMetaTargetHostType(MetaTargetHostType.Enum.UNKNOWN.to());
|
infraHost.setMetaTargetHostType(MetaTargetHostType.Enum.UNKNOWN.to());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user