Skip to content

Commit 82b281e

Browse files
authored
updates VMWare to VMware (#12752)
1 parent 115ba78 commit 82b281e

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
@@ -19,7 +19,7 @@
1919

2020
def cancel_private_cloud_deletion_by_full_name(cloud_name: str) -> operation.Operation:
2121
"""
22-
Cancels in progress deletion of VMWare Private Cloud.
22+
Cancels in progress deletion of VMware Private Cloud.
2323
2424
Args:
2525
cloud_name: identifier of the Private Cloud you want to cancel deletion for.

vmwareengine/cloud-client/create_private_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def create_private_cloud(
2424
project_id: str, zone: str, network_name: str, cloud_name: str, cluster_name: str
2525
) -> operation.Operation:
2626
"""
27-
Creates a new Private Cloud using VMWare Engine.
27+
Creates a new Private Cloud using VMware Engine.
2828
2929
Creating a new Private Cloud is a long-running operation and it may take over an hour.
3030

vmwareengine/cloud-client/delete_legacy_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
def delete_legacy_network(project_id: str, region: str) -> operation.Operation:
2121
"""
22-
Deletes a legacy VMWare Network.
22+
Deletes a legacy VMware Network.
2323
2424
Args:
2525
project_id: name of the project hosting the network.

vmwareengine/cloud-client/delete_private_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
def delete_private_cloud_by_full_name(cloud_name: str) -> operation.Operation:
2121
"""
22-
Deletes VMWare Private Cloud.
22+
Deletes VMware Private Cloud.
2323
2424
Args:
2525
cloud_name: identifier of the Private Cloud you want to delete.

vmwareengine/cloud-client/list_locations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
def list_locations(project_id: str) -> str:
2222
"""
23-
Prints a list of available locations for use in VMWare Engine.
23+
Prints a list of available locations for use in VMware Engine.
2424
2525
Args:
2626
project_id: name of the project you want to use.

vmwareengine/cloud-client/list_networks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def list_networks(
2121
project_id: str, region: str
2222
) -> Iterable[vmwareengine_v1.VmwareEngineNetwork]:
2323
"""
24-
Retrieves a list of VMWare Engine networks defined in given region.
24+
Retrieves a list of VMware Engine networks defined in given region.
2525
2626
Args:
2727
project_id: name of the project you want to use.

0 commit comments

Comments
 (0)