Skip to content
Snippets Groups Projects

Feature/update input form validation

Closed Karel van Klink requested to merge feature/update-input-form-validation into develop
All threads resolved!
5 files
+ 12
13
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -78,7 +78,7 @@ class RouterBlock(RouterBlockProvisioning, lifecycle=[SubscriptionLifecycle.ACTI
router_fqdn: str
"""{term}`FQDN` of a router."""
router_ts_port: PortNumber
"""The port of the terminal server that this router is connected to. Used to provide out of band access."""
"""The port of the terminal server that this router is connected to. Used to offer out of band access."""
router_access_via_ts: bool
"""Whether this router should be accessed through the terminal server, or through its loopback address."""
router_lo_ipv4_address: ipaddress.IPv4Address
Loading