Gets an item from the ApiSdk.v2.floating_ips.item collection
A floating IP address.
To list all of the floating IPs available on your account, send a GET request to /v2/floating_ips.
OptionalrequestConfiguration: RequestConfiguration<Floating_ipsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
On creation, a floating IP must be either assigned to a Droplet or reserved to a region.* To create a new floating IP assigned to a Droplet, send a POST request to /v2/floating_ips with the droplet_id attribute.* To create a new floating IP reserved to a region, send a POST request to /v2/floating_ips with the region attribute.Note: In addition to the standard rate limiting, only 12 floating IPs may be created per 60 seconds.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list all of the floating IPs available on your account, send a GET request to /v2/floating_ips.
OptionalrequestConfiguration: RequestConfiguration<Floating_ipsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
On creation, a floating IP must be either assigned to a Droplet or reserved to a region.* To create a new floating IP assigned to a Droplet, send a POST request to /v2/floating_ips with the droplet_id attribute.* To create a new floating IP reserved to a region, send a POST request to /v2/floating_ips with the region attribute.Note: In addition to the standard rate limiting, only 12 floating IPs may be created per 60 seconds.
The request body
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