Open vmj opened 4 years ago
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/
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/