Add useExisting property to Dmaap Feed Node in Blueprint-Generator
[dcaegen2/platform.git] / mod / bpgenerator / src / main / java / org / onap / blueprintgenerator / models / blueprint / Properties.java
index c847f13..9aa5354 100644 (file)
@@ -71,7 +71,7 @@ public class Properties {
     private ExternalTlsInfo external_cert;
     private ResourceConfig resource_config;
     private GetInput always_pull_image;
-    //private boolean useExisting;
+    private Boolean useExisting;
     @JsonIgnore
     private ExternalTlsInfoFactory externalCertFactory;