Răsfoiți Sursa

Changed instance.terminate contract

See: https://github.com/gvlproject/cloudbridge/issues/25
Nuwan Goonasekera 9 ani în urmă
părinte
comite
922e0a0af1
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  1. 0 4
      cloudbridge/cloud/interfaces/resources.py

+ 0 - 4
cloudbridge/cloud/interfaces/resources.py

@@ -487,10 +487,6 @@ class Instance(ObjectLifeCycleMixin, CloudResource):
     def terminate(self):
         """
         Permanently terminate this instance.
-
-        :rtype: ``bool``
-        :return: ``True`` if the termination of the instance was successfully
-                 initiated; ``False`` otherwise.
         """
         pass