We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac
floating
zone
IpAddress
These properties seem to be available in UpCloudApi::ipAddresses response, and IpAddressApi::load response.
UpCloudApi::ipAddresses
IpAddressApi::load
https://developers.upcloud.com/1.3/10-ip-addresses/#list-ip-addresses
https://developers.upcloud.com/1.3/10-ip-addresses/#get-ip-address-details
The mac and floating properties can be sent in UpCloudApi::create(IpAddress,...) payload.
UpCloudApi::create(IpAddress,...)
https://developers.upcloud.com/1.3/10-ip-addresses/#assign-ip-address
The mac can be sent in IpAddressApi::update(IpAddress,...) payload.
IpAddressApi::update(IpAddress,...)
https://developers.upcloud.com/1.3/10-ip-addresses/#modify-ip-address
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These properties seem to be available in
UpCloudApi::ipAddresses
response, andIpAddressApi::load
response.https://developers.upcloud.com/1.3/10-ip-addresses/#list-ip-addresses
https://developers.upcloud.com/1.3/10-ip-addresses/#get-ip-address-details
The
mac
andfloating
properties can be sent inUpCloudApi::create(IpAddress,...)
payload.https://developers.upcloud.com/1.3/10-ip-addresses/#assign-ip-address
The
mac
can be sent inIpAddressApi::update(IpAddress,...)
payload.https://developers.upcloud.com/1.3/10-ip-addresses/#modify-ip-address
The text was updated successfully, but these errors were encountered: