Skip to content

Commit 96f0d76

Browse files
committed
dataproc start/stop operations
1 parent 478cad7 commit 96f0d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yandexcloud/_wrappers/dataproc/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def delete_cluster(self, cluster_id=None):
473473
method_name="Delete",
474474
meta_type=cluster_service_pb.DeleteClusterMetadata,
475475
)
476-
476+
477477
def stop_cluster(self, cluster_id=None, decommission_timeout=0):
478478
"""
479479
Stop Yandex.Cloud Data Proc cluster.
@@ -493,7 +493,7 @@ def stop_cluster(self, cluster_id=None, decommission_timeout=0):
493493
method_name="Stop",
494494
meta_type=cluster_service_pb.StopClusterMetadata,
495495
)
496-
496+
497497
def start_cluster(self, cluster_id=None):
498498
"""
499499
Start Yandex.Cloud Data Proc cluster.

0 commit comments

Comments
 (0)