@@ -3445,7 +3445,7 @@ async def list_ips(
34453445 :param name: Filter on the IP address (Works as a LIKE operation on the IP address).
34463446 :param per_page: A positive integer lower or equal to 100 to select the number of items to return.
34473447 :param page: A positive integer to choose the page to return.
3448- :param type_: Filter on the IP Mobility IP type (whose value should be either 'routed_ipv4', 'routed_ipv6' or 'nat ').
3448+ :param type_: Filter on the IP Mobility IP type (whose value should be either 'routed_ipv4' or 'routed_ipv6 ').
34493449 :return: :class:`ListIpsResponse <ListIpsResponse>`
34503450
34513451 Usage:
@@ -3495,7 +3495,7 @@ async def list_ips_all(
34953495 :param name: Filter on the IP address (Works as a LIKE operation on the IP address).
34963496 :param per_page: A positive integer lower or equal to 100 to select the number of items to return.
34973497 :param page: A positive integer to choose the page to return.
3498- :param type_: Filter on the IP Mobility IP type (whose value should be either 'routed_ipv4', 'routed_ipv6' or 'nat ').
3498+ :param type_: Filter on the IP Mobility IP type (whose value should be either 'routed_ipv4' or 'routed_ipv6 ').
34993499 :return: :class:`List[Ip] <List[Ip]>`
35003500
35013501 Usage:
@@ -3540,7 +3540,7 @@ async def create_ip(
35403540 One-Of ('project_identifier'): at most one of 'project', 'organization' could be set.
35413541 :param tags: Tags of the IP.
35423542 :param server: UUID of the Instance you want to attach the IP to.
3543- :param type_: IP type to reserve (either 'routed_ipv4' or 'routed_ipv6', use of 'nat' is deprecated ).
3543+ :param type_: IP type to reserve (either 'routed_ipv4' or 'routed_ipv6').
35443544 :return: :class:`CreateIpResponse <CreateIpResponse>`
35453545
35463546 Usage:
@@ -3618,7 +3618,7 @@ async def update_ip(
36183618 :param ip: IP ID or IP address.
36193619 :param zone: Zone to target. If none is passed will use default zone from the config.
36203620 :param reverse: Reverse domain name.
3621- :param type_: Convert a 'nat' IP to a 'routed_ipv4' .
3621+ :param type_: Should have no effect .
36223622 :param tags: An array of keywords you want to tag this IP with.
36233623 :param server:
36243624 :return: :class:`UpdateIpResponse <UpdateIpResponse>`
0 commit comments