Subnet Type update for respective TN domain
[so.git] / common / src / main / java / org / onap / so / beans / nsmf / TnSliceProfile.java
index 50f0e3d..f5cdf1b 100644 (file)
@@ -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;
 }