package com.cloud.control.service; import com.alibaba.fastjson.JSONObject; import com.cloud.model.common.Result; import java.util.List; /** * 设备管理集群接口 */ public interface ClusterService { Result findAllNode(); Result getClusterDeviceTree(); }