Attach an existing flexible IP to a server. Attach an existing flexible IP to a specified Elastic Metal server.
The request AttachFlexibleIPRequest
A Promise of AttachFlexibleIPsResponse
Create a new flexible IP. Generate a new flexible IP within a given zone, specifying its configuration including Project ID and description.
The request CreateFlexibleIPRequest
A Promise of FlexibleIP
Delete an existing flexible IP. Delete an existing flexible IP, specified by its ID and zone. Note that deleting a flexible IP is permanent and cannot be undone.
The request DeleteFlexibleIPRequest
Detach a given virtual MAC address from an existing flexible IP. Detach a given MAC (Media Access Control) address from an existing flexible IP.
The request DeleteMACAddrRequest
Detach an existing flexible IP from a server. Detach an existing flexible IP from a specified Elastic Metal server.
The request DetachFlexibleIPRequest
A Promise of DetachFlexibleIPsResponse
Duplicate a virtual MAC address to another flexible IP. Duplicate a virtual MAC address from a given flexible IP to another flexible IP attached to the same server.
The request DuplicateMACAddrRequest
A Promise of FlexibleIP
Generate a virtual MAC address on an existing flexible IP. Generate a virtual MAC (Media Access Control) address on an existing flexible IP.
The request GenerateMACAddrRequest
A Promise of FlexibleIP
Get an existing flexible IP. Retrieve information about an existing flexible IP, specified by its ID and zone. Its full details, including Project ID, description and status, are returned in the response object.
The request GetFlexibleIPRequest
A Promise of FlexibleIP
List flexible IPs. List all flexible IPs within a given zone.
The request ListFlexibleIPsRequest
A Promise of ListFlexibleIPsResponse
Relocate an existing virtual MAC address to a different flexible IP. Relocate a virtual MAC (Media Access Control) address from an existing flexible IP to a different flexible IP.
The request MoveMACAddrRequest
A Promise of FlexibleIP
Update an existing flexible IP. Update the parameters of an existing flexible IP, specified by its ID and zone. These parameters include tags and description.
The request UpdateFlexibleIPRequest
A Promise of FlexibleIP
Waits for FlexibleIP to be in a final state.
The request GetFlexibleIPRequest
Optional
options: Readonly<WaitForOptions<FlexibleIP>>The waiting options
A Promise of FlexibleIP
Elastic Metal - Flexible IP API.
This API allows you to manage your Elastic Metal servers' flexible public IP addresses.