Skip to content
Snippets Groups Projects

Feature/NAT 459 - Opengear import workflow

Merged Neda Moeini requested to merge feature/NAT-459 into develop
5 files
+ 143
1
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -22,3 +22,17 @@ class Opengear(OpengearProvisioning, lifecycle=[SubscriptionLifecycle.ACTIVE]):
"""An Opengear that is currently active."""
opengear: OpengearBlock
class ImportedOpengearInactive(SubscriptionModel, is_base=True):
"""An imported, inactive Opengear."""
opengear: OpengearBlockInactive
class ImportedOpengear(
ImportedOpengearInactive, lifecycle=[SubscriptionLifecycle.PROVISIONING, SubscriptionLifecycle.ACTIVE]
):
"""An imported Opengear that is currently active."""
opengear: OpengearBlock
\ No newline at end of file
Loading