ing
This commit is contained in:
@@ -10,7 +10,6 @@ import com.loafle.overflow.model.discovery.Service;
|
||||
import com.loafle.overflow.model.discovery.Zone;
|
||||
import com.loafle.overflow.model.infra.Infra;
|
||||
import com.loafle.overflow.model.infra.InfraHost;
|
||||
import com.loafle.overflow.model.infra.InfraHostIP;
|
||||
import com.loafle.overflow.model.infra.InfraZone;
|
||||
|
||||
import org.springframework.data.domain.Page;
|
||||
@@ -35,13 +34,6 @@ public interface InfraService {
|
||||
@WebappAPI
|
||||
List<Infra> registDiscoverd(Long probeID, List<Host> hosts, List<Service> services) throws OverflowException;
|
||||
|
||||
|
||||
@WebappAPI
|
||||
InfraZone registInfraZoneByInfraHostIP(Long probeID, InfraHostIP infraHostIP) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
InfraHost registInfraHostByInfraHost(Long probeID, InfraHost infraHost) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Infra read(Long id) throws OverflowException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user