diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2021-03-22 05:38:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-22 05:38:29 +0000 |
commit | 7eb4f55f7cd81e25557e97e82049e6a3be137fd2 (patch) | |
tree | 96238261ec3e56cb066488073c6b064dd30713fb /common/src/main | |
parent | a393994c9d88a8205aa5ec9d59148578d7b9ab45 (diff) | |
parent | 0aa4554468e86d8b2f1d855f608069695febeef7 (diff) |
Merge "Add resourceShareLevel in tn"
Diffstat (limited to 'common/src/main')
-rw-r--r-- | common/src/main/java/org/onap/so/beans/nsmf/TnSliceProfile.java | 3 |
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 f904e1c466..50f0e3d8ce 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 @@ -48,4 +48,7 @@ public class TnSliceProfile implements Serializable { @JsonProperty(value = "jitter") private int jitter; + + @JsonProperty(value = "resourceSharingLevel") + private ResourceSharingLevel resourceSharingLevel; } |