Feature/update input form validation
All threads resolved!
All threads resolved!
Compare changes
+ 15
− 10
@@ -4,6 +4,7 @@ from typing import Optional
@@ -4,6 +4,7 @@ from typing import Optional
@@ -12,20 +13,25 @@ class RouterVendor(strEnum):
@@ -12,20 +13,25 @@ class RouterVendor(strEnum):
@@ -34,7 +40,7 @@ class RouterBlockInactive(
@@ -34,7 +40,7 @@ class RouterBlockInactive(
@@ -52,7 +58,7 @@ class RouterBlockProvisioning(RouterBlockInactive, lifecycle=[SubscriptionLifecy
@@ -52,7 +58,7 @@ class RouterBlockProvisioning(RouterBlockInactive, lifecycle=[SubscriptionLifecy
@@ -71,9 +77,8 @@ class RouterBlock(RouterBlockProvisioning, lifecycle=[SubscriptionLifecycle.ACTI
@@ -71,9 +77,8 @@ class RouterBlock(RouterBlockProvisioning, lifecycle=[SubscriptionLifecycle.ACTI
"""The port of the terminal server that this router is connected to. Used for the same reason as mentioned
"""Whether this router should be accessed through the terminal server, or through its loopback address."""