1.3.0
This commit is contained in:
19
src/dynamix_sdk/api/cloudapi/compute/change_link_state.py
Normal file
19
src/dynamix_sdk/api/cloudapi/compute/change_link_state.py
Normal file
@@ -0,0 +1,19 @@
|
||||
import dynamix_sdk.base as _base
|
||||
import dynamix_sdk.api._nested as _nested
|
||||
|
||||
|
||||
class CloudapiComputeChangeLinkStateResultBool(_base.BaseAPIResultBool):
|
||||
pass
|
||||
|
||||
|
||||
class CloudapiComputeChangeLinkStateProtocol(
|
||||
_base.BasePostAPIFunctionProtocol
|
||||
):
|
||||
def change_link_state(
|
||||
self,
|
||||
*,
|
||||
interface: str,
|
||||
state: _nested.LinkState,
|
||||
vm_id: int,
|
||||
) -> CloudapiComputeChangeLinkStateResultBool:
|
||||
...
|
||||
Reference in New Issue
Block a user