glesys-api
Advanced tools
Comparing version 8.4.0 to 8.5.0
@@ -11,8 +11,9 @@ import Account from './endpoints/account.js'; | ||
import Ip from './endpoints/ip.js'; | ||
import Loadbalancer from './endpoints/loadbalancer.js'; | ||
import LoadBalancer from './endpoints/loadbalancer.js'; | ||
import Network from './endpoints/network.js'; | ||
import NetworkAdapter from './endpoints/networkadapter.js'; | ||
import NetworkCircuit from './endpoints/networkcircuit.js'; | ||
import Objectstorage from './endpoints/objectstorage.js'; | ||
import Paymentcard from './endpoints/paymentcard.js'; | ||
import ObjectStorage from './endpoints/objectstorage.js'; | ||
import PaymentCard from './endpoints/paymentcard.js'; | ||
import PrivateNetwork from './endpoints/privatenetwork.js'; | ||
import Project from './endpoints/project.js'; | ||
@@ -77,3 +78,3 @@ import Server from './endpoints/server.js'; | ||
get loadBalancer() { | ||
return new Loadbalancer(this.request); | ||
return new LoadBalancer(this.request); | ||
} | ||
@@ -94,9 +95,13 @@ | ||
get objectStorage() { | ||
return new Objectstorage(this.request); | ||
return new ObjectStorage(this.request); | ||
} | ||
get paymentCard() { | ||
return new Paymentcard(this.request); | ||
return new PaymentCard(this.request); | ||
} | ||
get privateNetwork() { | ||
return new PrivateNetwork(this.request); | ||
} | ||
get project() { | ||
@@ -103,0 +108,0 @@ return new Project(this.request); |
{ | ||
"name": "glesys-api", | ||
"version": "8.4.0", | ||
"version": "8.5.0", | ||
"description": "Node.js wrapper for the GleSYS API.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -182,2 +182,14 @@ # glesys-api | ||
### privateNetwork | ||
* [`GleSYSAPI.privateNetwork.create()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#privatenetworkcreate) | ||
* [`GleSYSAPI.privateNetwork.createSegment()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#privatenetworkcreatesegment) | ||
* [`GleSYSAPI.privateNetwork.delete()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#privatenetworkdelete) | ||
* [`GleSYSAPI.privateNetwork.deleteSegment()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#privatenetworkdeletesegment) | ||
* [`GleSYSAPI.privateNetwork.details()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#privatenetworkdetails) | ||
* [`GleSYSAPI.privateNetwork.edit()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#privatenetworkedit) | ||
* [`GleSYSAPI.privateNetwork.editSegment()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#privatenetworkeditsegment) | ||
* [`GleSYSAPI.privateNetwork.estimatedCost()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#privatenetworkestimatedcost) | ||
* [`GleSYSAPI.privateNetwork.list()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#privatenetworklist) | ||
* [`GleSYSAPI.privateNetwork.listSegments()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#privatenetworklistsegments) | ||
### project | ||
@@ -184,0 +196,0 @@ * [`GleSYSAPI.project.delete()`](https://github.com/GleSYS/API-docs/wiki/API-Documentation#projectdelete) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62676
29
961
267