1.1.0
This commit is contained in:
@@ -24,5 +24,13 @@ class CloudapiKvmx86CreateBlankProtocol(_base.BasePostAPIFunctionProtocol):
|
||||
sep_id: None | int = None,
|
||||
sep_pool_name: None | str = None,
|
||||
without_boot_disk: bool = False,
|
||||
boot_loader_type: _nested.BootLoaderType = (
|
||||
_nested.BootLoaderType.unknown
|
||||
),
|
||||
boot_mode: _nested.BootMode = _nested.BootMode.bios,
|
||||
network_interface_naming: _nested.NetIfaceNamingTemplate = (
|
||||
_nested.NetIfaceNamingTemplate.ens
|
||||
),
|
||||
hot_resize: bool = False,
|
||||
) -> CloudapiKvmx86CreateBlankResultInt:
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user