@@ -3453,7 +3453,7 @@ async def list_ips(
34533453 :param name: Filter on the IP address (Works as a LIKE operation on the IP address).
34543454 :param per_page: A positive integer lower or equal to 100 to select the number of items to return.
34553455 :param page: A positive integer to choose the page to return.
3456- :param type_: Filter on the IP Mobility IP type (whose value should be either 'nat ', 'routed_ipv4 ' or 'routed_ipv6 ').
3456+ :param type_: Filter on the IP Mobility IP type (whose value should be either 'routed_ipv4 ', 'routed_ipv6 ' or 'nat ').
34573457 :return: :class:`ListIpsResponse <ListIpsResponse>`
34583458
34593459 Usage:
@@ -3503,7 +3503,7 @@ async def list_ips_all(
35033503 :param name: Filter on the IP address (Works as a LIKE operation on the IP address).
35043504 :param per_page: A positive integer lower or equal to 100 to select the number of items to return.
35053505 :param page: A positive integer to choose the page to return.
3506- :param type_: Filter on the IP Mobility IP type (whose value should be either 'nat ', 'routed_ipv4 ' or 'routed_ipv6 ').
3506+ :param type_: Filter on the IP Mobility IP type (whose value should be either 'routed_ipv4 ', 'routed_ipv6 ' or 'nat ').
35073507 :return: :class:`List[Ip] <List[Ip]>`
35083508
35093509 Usage:
@@ -3548,7 +3548,7 @@ async def create_ip(
35483548 One-Of ('project_identifier'): at most one of 'project', 'organization' could be set.
35493549 :param tags: Tags of the IP.
35503550 :param server: UUID of the Instance you want to attach the IP to.
3551- :param type_: IP type to reserve (either 'nat', ' routed_ipv4' or 'routed_ipv6').
3551+ :param type_: IP type to reserve (either 'routed_ipv4' or 'routed_ipv6', use of 'nat' is deprecated ).
35523552 :return: :class:`CreateIpResponse <CreateIpResponse>`
35533553
35543554 Usage:
0 commit comments