1.0.1
This commit is contained in:
18
src/dynamix_sdk/api/cloudapi/compute/change_ip.py
Normal file
18
src/dynamix_sdk/api/cloudapi/compute/change_ip.py
Normal file
@@ -0,0 +1,18 @@
|
||||
import dynamix_sdk.base as _base
|
||||
import dynamix_sdk.api._nested as _nested
|
||||
|
||||
|
||||
class CloudapiComputeChangeIpResultBool(_base.BaseAPIResultBool):
|
||||
pass
|
||||
|
||||
|
||||
class CloudapiComputeChangeIpProtocol(_base.BasePostAPIFunctionProtocol):
|
||||
def change_ip(
|
||||
self,
|
||||
*,
|
||||
ip_addr: str,
|
||||
net_id: int,
|
||||
net_type: _nested.NetTypeForChangeIP,
|
||||
vm_id: int,
|
||||
) -> CloudapiComputeChangeIpResultBool:
|
||||
...
|
||||
Reference in New Issue
Block a user