Merge "Subnet Type update for respective TN domain"
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Wed, 22 Sep 2021 13:28:56 +0000 (13:28 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 22 Sep 2021 13:28:56 +0000 (13:28 +0000)
1  2 
common/src/main/java/org/onap/so/beans/nsmf/TnSliceProfile.java

@@@ -43,12 -43,15 +43,15 @@@ public class TnSliceProfile implements 
      @JsonProperty(value = "snssaiList", required = true)
      private List<String> sNSSAIList;
  
 -    @JsonProperty(value = "plmnIdList", required = true)
 +    @JsonProperty(value = "pLMNIdList", required = true)
      private List<String> pLMNIdList;
  
      @JsonProperty(value = "jitter")
      private int jitter;
  
+     @JsonProperty(value = "domainType")
+     private String domainType;
      @JsonProperty(value = "resourceSharingLevel")
      private ResourceSharingLevel resourceSharingLevel;
  }