Comparing version 1.7.13 to 1.7.16
{ | ||
"name": "ecl2-sdk", | ||
"version": "1.7.13", | ||
"version": "1.7.16", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "author": "Kashif Siddiqui", |
@@ -136,2 +136,4 @@ #Usage: | ||
- listInternetGateways | ||
- getInternetGateway | ||
- deleteInternetGateway | ||
- getInternetService | ||
@@ -138,0 +140,0 @@ - listGlobalIps |
@@ -98,3 +98,3 @@ module.exports = [ | ||
path: '/load_balancers/:id', | ||
key: 'load_balancers', | ||
key: 'load_balancer', | ||
method: 'GET', | ||
@@ -110,2 +110,18 @@ payload: null, | ||
{ | ||
name: 'getLoadbalancerPlan', | ||
type: 'network', | ||
path: '/load_balancer_plans/:id', | ||
key: 'load_balancer_plan', | ||
method: 'GET', | ||
payload: null, | ||
}, | ||
{ | ||
name: 'listLoadbalancerInterfaces', | ||
type: 'network', | ||
path: '/load_balancer_interfaces', | ||
key: 'load_balancer_interfaces', | ||
method: 'GET', | ||
payload: null, | ||
}, | ||
{ | ||
name: 'listInternetGateways', | ||
@@ -119,2 +135,16 @@ type: 'network', | ||
{ | ||
name: 'getInternetGateway', | ||
type: 'network', | ||
path: '/internet_gateways/:id', | ||
key: 'internet_gateway', | ||
method: 'GET', | ||
payload: null, | ||
}, | ||
{ | ||
name: 'deleteInternetGateway', | ||
type: 'network', | ||
path: '/internet_gateway/:id', | ||
method: 'DELETE', | ||
}, | ||
{ | ||
name: 'getInternetService', | ||
@@ -121,0 +151,0 @@ type: 'network', |
@@ -56,34 +56,2 @@ module.exports = [ | ||
{ | ||
name: 'listLoadbalancers', | ||
type: 'network', | ||
path: '/load_balancers', | ||
key: 'load_balancers', | ||
method: 'GET', | ||
payload: null, | ||
}, | ||
{ | ||
name: 'getLoadbalancer', | ||
type: 'network', | ||
path: '/load_balancers/:id', | ||
key: 'load_balancer', | ||
method: 'GET', | ||
payload: null, | ||
}, | ||
{ | ||
name: 'getLoadbalancerPlan', | ||
type: 'network', | ||
path: '/load_balancer_plans/:id', | ||
key: 'load_balancer_plan', | ||
method: 'GET', | ||
payload: null, | ||
}, | ||
{ | ||
name: 'listLoadbalancerInterfaces', | ||
type: 'network', | ||
path: '/load_balancer_interfaces', | ||
key: 'load_balancer_interfaces', | ||
method: 'GET', | ||
payload: null, | ||
}, | ||
{ | ||
name: 'attachVolume', | ||
@@ -90,0 +58,0 @@ type: 'nova', |
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
31720
193
925