class documentation

Undocumented

Static Method from_serialized Undocumented
Method __getitem__ Undocumented
Method __init__ Undocumented
Method serialize Undocumented
Instance Variable data Undocumented
Property kvm_cmd Undocumented
Property kvm_disks Undocumented
Property kvm_nics Undocumented
Property up_hvp Undocumented
@staticmethod
def from_serialized(serialized: str, upgrade: bool = True) -> KVMRuntime:

Undocumented

def __getitem__(self, idx):

Undocumented

def __init__(self, data: list):

Undocumented

def serialize(self) -> str:

Undocumented

data =

Undocumented

@property
kvm_cmd: list[str] =

Undocumented

@property
kvm_disks: list[objects.Disk] =

Undocumented

@property
kvm_nics: list[Any] =

Undocumented

@property
up_hvp: dict =

Undocumented