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
Host
List<Stat> stats
UpCloudApi::hosts
List<Host> hosts
HostApi
HostApi::load(...args)
HostApi::update(Resource, ...args)
Host::description
Question: the properties of Host or Stat are not documented?
Stat
https://developers.upcloud.com/1.3/14-hosts/
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Host
, which has (among other simple properties) aList<Stat> stats
propertyUpCloudApi::hosts
that returns a list ofList<Host> hosts
resourcesHostApi
with the methods:HostApi::load(...args)
HostApi::update(Resource, ...args)
(onlyHost::description
seems to be allowed here`)Question: the properties of
Host
orStat
are not documented?https://developers.upcloud.com/1.3/14-hosts/
The text was updated successfully, but these errors were encountered: