aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2021-09-22 13:28:56 +0000
committerGerrit Code Review <gerrit@onap.org>2021-09-22 13:28:56 +0000
commit55ddb3ec6edcb5cca73d9012bac1972cd7da15db (patch)
treead4899892758ba5173e81911a4ffafeedee90aa9 /common
parent518f45ee8458305f6fcc6e46f6ab714b552265de (diff)
parent8df01ce9809d7ef1e047ca3f585a83bdc205e6d7 (diff)
Merge "Subnet Type update for respective TN domain"
Diffstat (limited to 'common')
-rw-r--r--common/src/main/java/org/onap/so/beans/nsmf/TnSliceProfile.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/src/main/java/org/onap/so/beans/nsmf/TnSliceProfile.java b/common/src/main/java/org/onap/so/beans/nsmf/TnSliceProfile.java
index dca249336e..ffce5e9a23 100644
--- a/common/src/main/java/org/onap/so/beans/nsmf/TnSliceProfile.java
+++ b/common/src/main/java/org/onap/so/beans/nsmf/TnSliceProfile.java
@@ -49,6 +49,9 @@ public class TnSliceProfile implements Serializable {
@JsonProperty(value = "jitter")
private int jitter;
+ @JsonProperty(value = "domainType")
+ private String domainType;
+
@JsonProperty(value = "resourceSharingLevel")
private ResourceSharingLevel resourceSharingLevel;
}