Hcloud v0.2.0 Hcloud View Source
Link to this section Summary
Functions
Creates a new Floating IP assigned to a server. If you want to create a Floating IP that is not bound to a server, you need to provide the home_location key instead of server. This can be either the ID or the name of the location this IP shall be created in. Note that a Floating IP can be assigned to a server in any location later on. For optimal routing it is advised to use the Floating IP in the same Location it was created in
Here action is the any atom in the following atom
Link to this section Functions
Creates a new Floating IP assigned to a server. If you want to create a Floating IP that is not bound to a server, you need to provide the home_location key instead of server. This can be either the ID or the name of the location this IP shall be created in. Note that a Floating IP can be assigned to a server in any location later on. For optimal routing it is advised to use the Floating IP in the same Location it was created in.
Request
The type argument is required while home_location and server are mutually exclusive.
You need to pass the map as %{
type: type,
home_location: home_location,
server: server
description: description
}
Here action is the any atom in the following atom