Adding DistributeTrafficCheck LCM API
[appc.git] / appc-dispatcher / appc-dispatcher-common / domain-model-lib / src / main / java / org / onap / appc / domainmodel / lcm / VNFOperation.java
index edf9a45..e08e496 100644 (file)
@@ -6,7 +6,7 @@
  * ================================================================================
  * Copyright (C) 2017 Amdocs
  * ================================================================================
- * Modifications Copyright (C) 2018 Orange
+ * Modifications Copyright (C) 2018-2019 Orange
  * =============================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -48,6 +48,7 @@ public enum VNFOperation {
     QuiesceTraffic,
     ResumeTraffic,
     DistributeTraffic,
+    DistributeTrafficCheck,
     Reboot,
     Rebuild,
     Restart,