Skip to content
Snippets Groups Projects

new IP trunk migration

Merged Karel van Klink requested to merge feature/ip-trunk-migration into develop
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