1.3.0
This commit is contained in:
17
src/dynamix_sdk/api/cloudapi/compute/detach_pci_device.py
Normal file
17
src/dynamix_sdk/api/cloudapi/compute/detach_pci_device.py
Normal file
@@ -0,0 +1,17 @@
|
||||
import dynamix_sdk.base as _base
|
||||
|
||||
|
||||
class CloudapiComputeDetachPciDeviceResultBool(_base.BaseAPIResultBool):
|
||||
pass
|
||||
|
||||
|
||||
class CloudapiComputeDetachPciDeviceProtocol(
|
||||
_base.BasePostAPIFunctionProtocol,
|
||||
):
|
||||
def detach_pci_device(
|
||||
self,
|
||||
*,
|
||||
vm_id: int,
|
||||
pci_device_id: int,
|
||||
) -> CloudapiComputeDetachPciDeviceResultBool:
|
||||
...
|
||||
Reference in New Issue
Block a user