1.1.0
This commit is contained in:
@@ -10,9 +10,9 @@ class CloudapiComputeChangeIpProtocol(_base.BasePostAPIFunctionProtocol):
|
||||
def change_ip(
|
||||
self,
|
||||
*,
|
||||
ip_addr: str,
|
||||
net_id: int,
|
||||
net_type: _nested.NetTypeForChangeIP,
|
||||
vm_id: int,
|
||||
net_type: _nested.NetTypeForChangeIP,
|
||||
net_id: int,
|
||||
ip_addr: str,
|
||||
) -> CloudapiComputeChangeIpResultBool:
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user