10000 docs(compute): Fixing docstring for IPv6 address reservation · davidcavazos/python-docs-samples@349b64a · GitHub
[go: up one dir, main page]

Skip to content

Commit 349b64a

Browse files
committed
docs(compute): Fixing docstring for IPv6 address reservation
1 parent 92982e3 commit 349b64a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compute/client_library/ingredients/instances/ip_address/reserve_new_external_ip_address.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def reserve_new_external_ip_address(
3333
Args:
3434
project_id (str): Your Google Cloud project ID.
3535
address_name (str): The name for the new IP address.
36-
is_v6 (bool): 'IPV4' or 'IPV6' depending on the IP version. IPV6 if True. Option only for global regions.
36+
is_v6 (bool): 'IPV4' or 'IPV6' depending on the IP version. IPV6 if True.
3737
is_premium (bool): 'STANDARD' or 'PREMIUM' network tier. Standard option available only in regional ip.
3838
region (Optional[str]): The region to reserve the IP address in, if regional. Must be None if global.
3939

compute/client_library/snippets/instances/ip_address/reserve_new_external_ip_address.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def reserve_new_external_ip_address(
4040
Args:
4141
project_id (str): Your Google Cloud project ID.
4242
address_name (str): The name for the new IP address.
43-
is_v6 (bool): 'IPV4' or 'IPV6' depending on the IP version. IPV6 if True. Option only for global regions.
43+
is_v6 (bool): 'IPV4' or 'IPV6' depending on the IP version. IPV6 if True.
4444
is_premium (bool): 'STANDARD' or 'PREMIUM' network tier. Standard option available only in regional ip.
4545
region (Optional[str]): The region to reserve the IP address in, if regional. Must be None if global.
4646

0 commit comments

Comments
 (0)
0