The actions property
To delete a floating IP and remove it from your account, send a DELETE requestto /v2/floating_ips/$FLOATING_IP_ADDR.A successful request will receive a 204 status code with no body in response.This indicates that the request was processed successfully.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about a floating IP, send a GET request to /v2/floating_ips/$FLOATING_IP_ADDR.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete a floating IP and remove it from your account, send a DELETE requestto /v2/floating_ips/$FLOATING_IP_ADDR.A successful request will receive a 204 status code with no body in response.This indicates that the request was processed successfully.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about a floating IP, send a GET request to /v2/floating_ips/$FLOATING_IP_ADDR.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/floating_ips/{floating_ip}