mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 23:43:48 +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
|
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
|
@property
|
||||||
def aux(self):
|
def aux(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user