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