UNPKG
hcloud-js
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
A Node.js module for the Hetzner Cloud API
github.com/dennisbruner/hcloud-js
dennisbruner/hcloud-js
hcloud-js
/
lib
/
networks
/
route.js
9 lines
(7 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
class
Route
{
constructor
(route) {
this
.destination = route.destination
this
.gateway = route.gateway } } module.exports = Route