Remove default health method
[msb/java-sdk.git] / src / main / java / org / onap / msb / sdk / discovery / entity / Node.java
index 51e8f8b..dbda933 100644 (file)
@@ -30,7 +30,7 @@ public class Node implements Serializable {
 
     // 健康检查参数
     // health check type, allowableValues = "HTTP,TCP, TTL", example = "HTTP")
-    private String checkType = "HTTP";
+    private String checkType = "";
     // health check url, example for http "http://192.168.0.2:80/heallth", example for tcp
     // "192.168.1.100:80"
     private String checkUrl = "";