1.0.1
This commit is contained in:
15
src/dynamix_sdk/api/cloudapi/compute/snapshot_create.py
Normal file
15
src/dynamix_sdk/api/cloudapi/compute/snapshot_create.py
Normal file
@@ -0,0 +1,15 @@
|
||||
import dynamix_sdk.base as _base
|
||||
|
||||
|
||||
class CloudapiComputeSnapshotCreateResultStr(_base.BaseAPIResultStr):
|
||||
pass
|
||||
|
||||
|
||||
class CloudapiComputeSnapshotCreateProtocol(_base.BasePostAPIFunctionProtocol):
|
||||
def snapshot_create(
|
||||
self,
|
||||
*,
|
||||
vm_id: int,
|
||||
label: str,
|
||||
) -> CloudapiComputeSnapshotCreateResultStr:
|
||||
...
|
||||
Reference in New Issue
Block a user