1.0.1
This commit is contained in:
16
src/dynamix_sdk/api/cloudapi/compute/net_detach.py
Normal file
16
src/dynamix_sdk/api/cloudapi/compute/net_detach.py
Normal file
@@ -0,0 +1,16 @@
|
||||
import dynamix_sdk.base as _base
|
||||
|
||||
|
||||
class CloudapiComputeNetDetachResultBool(_base.BaseAPIResultBool):
|
||||
pass
|
||||
|
||||
|
||||
class CloudapiComputeNetDetachProtocol(_base.BasePostAPIFunctionProtocol):
|
||||
def net_detach(
|
||||
self,
|
||||
*,
|
||||
vm_id: int,
|
||||
ip_addr: None | str = None,
|
||||
mac: None | str = None,
|
||||
) -> CloudapiComputeNetDetachResultBool:
|
||||
...
|
||||
Reference in New Issue
Block a user