1.3.0
This commit is contained in:
@@ -14,6 +14,7 @@ class CloudapiKvmx86CreateProtocol(_base.BasePostAPIFunctionProtocol):
|
||||
name: str,
|
||||
ram_size_mb: int,
|
||||
rg_id: int,
|
||||
storage_policy_id: int,
|
||||
boot_disk_size_gb: None | int = None,
|
||||
chipset: _nested.Chipset = _nested.Chipset.i440fx,
|
||||
ci_user_data: None | dict = None,
|
||||
@@ -21,7 +22,6 @@ class CloudapiKvmx86CreateProtocol(_base.BasePostAPIFunctionProtocol):
|
||||
custom_fields: None | str = None,
|
||||
data_disks: None | list[_nested.DiskAPIParamsNM] = None,
|
||||
description: None | str = None,
|
||||
driver: _nested.Driver = _nested.Driver.KVM_X86,
|
||||
hp_backed: bool = False,
|
||||
image_id: None | int = None,
|
||||
interfaces: None | list[_nested.InterfaceAPIParamsNM] = None,
|
||||
@@ -34,5 +34,6 @@ class CloudapiKvmx86CreateProtocol(_base.BasePostAPIFunctionProtocol):
|
||||
system_name: None | str = None,
|
||||
without_boot_disk: bool = False,
|
||||
zone_id: None | int = None,
|
||||
os_version: None | str = None,
|
||||
) -> CloudapiKvmx86CreateResultInt:
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user