Skip to content

Commit fe75eef

Browse files
authored
docs(vmware): Updating docstrings (#10425)
1 parent 9fe99a5 commit fe75eef

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

vmwareengine/cloud-client/cancel_private_cloud_deletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def cancel_private_cloud_deletion(
3939
project_id: str, zone: str, cloud_name: str
4040
) -> operation.Operation:
4141
"""
42-
Cancels in progress deletion of deletion of VMWare Private Cloud.
42+
Cancels in progress deletion of VMWare Private Cloud.
4343
4444
Args:
4545
project_id: name of the project hosting the private cloud.

vmwareengine/cloud-client/create_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def create_cluster(
2727
"""
2828
Create a new cluster in a private cloud.
2929
30-
Creation of a new cluster is a long-running operation and it might take well over 15 minutes.
30+
Creation of a new cluster is a long-running operation and it may take over an hour.
3131
3232
Args:
3333
project_id: name of the project you want to use.

vmwareengine/cloud-client/create_custom_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def create_custom_cluster(
2929
Create a new cluster with custom number of cores in its nodes
3030
in a private cloud.
3131
32-
Creation of a new cluster is a long-running operation and it might take well over 15 minutes.
32+
Creation of a new cluster is a long-running operation and it may take over an hour.
3333
3434
Args:
3535
project_id: name of the project you want to use.

vmwareengine/cloud-client/create_private_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def create_private_cloud(
2626
"""
2727
Creates a new Private Cloud using VMWare Engine.
2828
29-
Creating a new Private Cloud is a long-running operation and it might take up to 2 hours.
29+
Creating a new Private Cloud is a long-running operation and it may take over an hour.
3030
3131
Args:
3232
project_id: name of the project you want to use.

vmwareengine/cloud-client/delete_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def delete_cluster(
2323
"""
2424
Delete a cluster from private cloud.
2525
26-
Deleting a cluster is a long-running operation.
26+
Deleting a cluster is a long-running operation and it may take over an hour..
2727
2828
Args:
2929
project_id: name of the project you want to use.

vmwareengine/cloud-client/update_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def update_cluster_node_count(
2727
"""
2828
Modify the number of nodes in a cluster in a private cloud.
2929
30-
Modifying a cluster is a long-running operation and it might take over 15 minutes.
30+
Modifying a cluster is a long-running operation and it may take over an hour.
3131
3232
Args:
3333
project_id: name of the project you want to use.

0 commit comments

Comments
 (0)