update
This commit is contained in:
parent
d8a0ebcfe0
commit
7e3ab673fa
|
@ -149,7 +149,7 @@ class VCPU(BaseXmlModel, search_mode='unordered'):
|
|||
|
||||
placement:placementEnum = attr(default=placementEnum.auto)
|
||||
cpuset:str = attr(default=None)
|
||||
current:int = attr()
|
||||
current:Optional[int] = attr(default=None)
|
||||
max:int = None
|
||||
|
||||
class VCPUS(BaseXmlModel, search_mode='unordered'):
|
||||
|
|
Loading…
Reference in New Issue