We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2a328 commit bdcd015Copy full SHA for bdcd015
1 file changed
ocp_resources/virtual_machine_instance.py
@@ -70,6 +70,9 @@ def unpause(self, timeout=TIMEOUT_4MINUTES, wait=False):
70
if wait:
71
return self.wait_for_pause_status(pause=False, timeout=timeout)
72
73
+ def reset(self) -> dict[str, Any]:
74
+ return self.api_request(method="PUT", action="reset")
75
+
76
@property
77
def interfaces(self):
78
return self.instance.status.interfaces
0 commit comments