mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 15:33:49 +02:00
Add setter for allocate_aux
This commit is contained in:
parent
392fa187c2
commit
7469f65fa0
@ -278,6 +278,13 @@ class BaseVM:
|
||||
"""
|
||||
return self._allocate_aux
|
||||
|
||||
@allocate_aux.setter
|
||||
def allocate_aux(self, allocate_aux):
|
||||
"""
|
||||
:returns: Boolean allocate or not an aux console
|
||||
"""
|
||||
self._allocate_aux = allocate_aux
|
||||
|
||||
@property
|
||||
def aux(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user