@@ -79,9 +79,6 @@ def create(
7979 - To create a new floating IP reserved to a region, send a POST request to
8080 `/v2/floating_ips` with the `region` attribute.
8181
82- **Note**: In addition to the standard rate limiting, only 12 floating IPs may be
83- created per 60 seconds.
84-
8582 Args:
8683 droplet_id: The ID of the Droplet that the floating IP will be assigned to.
8784
@@ -118,9 +115,6 @@ def create(
118115 - To create a new floating IP reserved to a region, send a POST request to
119116 `/v2/floating_ips` with the `region` attribute.
120117
121- **Note**: In addition to the standard rate limiting, only 12 floating IPs may be
122- created per 60 seconds.
123-
124118 Args:
125119 region: The slug identifier for the region the floating IP will be reserved to.
126120
@@ -336,9 +330,6 @@ async def create(
336330 - To create a new floating IP reserved to a region, send a POST request to
337331 `/v2/floating_ips` with the `region` attribute.
338332
339- **Note**: In addition to the standard rate limiting, only 12 floating IPs may be
340- created per 60 seconds.
341-
342333 Args:
343334 droplet_id: The ID of the Droplet that the floating IP will be assigned to.
344335
@@ -375,9 +366,6 @@ async def create(
375366 - To create a new floating IP reserved to a region, send a POST request to
376367 `/v2/floating_ips` with the `region` attribute.
377368
378- **Note**: In addition to the standard rate limiting, only 12 floating IPs may be
379- created per 60 seconds.
380-
381369 Args:
382370 region: The slug identifier for the region the floating IP will be reserved to.
383371
0 commit comments