@@ -47,8 +47,8 @@ export class API extends ParentAPI {
4747 public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' , 'pl-waw' ]
4848
4949 /**
50- * Book a new IP. Book a new IP from the specified source. Currently IPs can
51- * only be booked from a Private Network.
50+ * Reserve a new IP. Reserve a new IP from the specified source. Currently IPs
51+ * can only be reserved from a Private Network.
5252 *
5353 * @param request - The request {@link BookIPRequest}
5454 * @returns A Promise of IP
@@ -173,7 +173,7 @@ export class API extends ParentAPI {
173173 enrichForPagination ( 'ips' , this . pageOfListIPs , request )
174174
175175 /**
176- * Attach existing IP to custom resource. Attach an existing IP from a Private
176+ * Attach IP to custom resource. Attach an existing reserved IP from a Private
177177 * Network subnet to a custom, named resource via its MAC address. An example
178178 * of a custom resource is a virtual machine hosted on an Elastic Metal
179179 * server. Do not use this method for attaching IP addresses to standard
@@ -197,11 +197,11 @@ export class API extends ParentAPI {
197197 )
198198
199199 /**
200- * Detach existing IP from a custom resource. Detach a private IP from a
201- * custom resource. An example of a custom resource is a virtual machine
202- * hosted on an Elastic Metal server. Do not use this method for attaching IP
203- * addresses to standard Scaleway resources (e.g. Instances, Load Balancers)
204- * as it will fail - see the relevant product API for an equivalent method.
200+ * Detach IP from a custom resource. Detach a private IP from a custom
201+ * resource. An example of a custom resource is a virtual machine hosted on an
202+ * Elastic Metal server. Do not use this method for detaching IP addresses
203+ * from standard Scaleway resources (e.g. Instances, Load Balancers) as it
204+ * will fail - see the relevant product API for an equivalent method.
205205 *
206206 * @param request - The request {@link DetachIPRequest}
207207 * @returns A Promise of IP
@@ -220,7 +220,7 @@ export class API extends ParentAPI {
220220 )
221221
222222 /**
223- * Move existing IP to a custom resource. Move an existing private IP from one
223+ * Move IP to a custom resource. Move an existing reserved private IP from one
224224 * custom resource (e.g. a virtual machine hosted on an Elastic Metal server)
225225 * to another custom resource. This will detach it from the first resource,
226226 * and attach it to the second. Do not use this method for moving IP addresses
0 commit comments