You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pynsot.models.Network sets state: assigned for host addresses and state: allocated otherwise. Don't personally have a use-case for setting to oraphaned or reserved (NSoT docs also don't delve into states much), but we should add this in for parity.
Implementation could be an .archive() method or just .orphan() and .reserve().
Not critical, but wanted it to be documented.
The text was updated successfully, but these errors were encountered:
pynsot.models.Network
setsstate: assigned
for host addresses andstate: allocated
otherwise. Don't personally have a use-case for setting tooraphaned
orreserved
(NSoT docs also don't delve into states much), but we should add this in for parity.Implementation could be an
.archive()
method or just.orphan()
and.reserve()
.Not critical, but wanted it to be documented.
The text was updated successfully, but these errors were encountered: