summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-02-13 07:40:55 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-13 07:40:55 +0000
commit374f3b91ec119d5eee2ca946b33b4b4fa232e4d4 (patch)
treebfb843adfa1e0ccbdef064819760b82dea3153d7 /ms/blueprintsprocessor/functions
parentf7a326eb312d507f0ae11e5b7edc73aba367267d (diff)
parent287412d3bb45b60a9d72ec113ef60a6631ec6085 (diff)
Merge "add support for reply-time-out in cds blueprint"
Diffstat (limited to 'ms/blueprintsprocessor/functions')
-rw-r--r--ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/api/DeviceInfo.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/api/DeviceInfo.kt b/ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/api/DeviceInfo.kt
index 2f10bb56b..4456cb0de 100644
--- a/ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/api/DeviceInfo.kt
+++ b/ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/api/DeviceInfo.kt
@@ -32,8 +32,8 @@ class DeviceInfo {
var connectTimeout: Long = 30
@get:JsonIgnore
var source: String? = null
- @get:JsonIgnore
- var replyTimeout: Int = 20
+ @get:JsonProperty("reply-time-out")
+ var replyTimeout: Int = 30
@get:JsonIgnore
var idleTimeout: Int = 99999