UNPKG

hcloud-js

Version:

A Node.js module for the Hetzner Cloud API

11 lines (9 loc) 213 B
class Subnet { constructor (subnet) { this.type = subnet.type this.ip_range = subnet.ip_range this.network_zone = subnet.network_zone this.gateway = subnet.gateway } } module.exports = Subnet