waldur-js-client 8.0.7-dev.34 → 8.0.7-dev.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sdk.gen.d.ts +4 -4
- package/dist/sdk.gen.js +5 -9
- package/dist/types.gen.d.ts +164 -152
- package/package.json +1 -1
package/dist/sdk.gen.js
CHANGED
|
@@ -37031,10 +37031,10 @@ export const openstackLoadbalancersDetachFloatingIp = (options) => {
|
|
|
37031
37031
|
});
|
|
37032
37032
|
};
|
|
37033
37033
|
/**
|
|
37034
|
-
*
|
|
37035
|
-
*
|
|
37034
|
+
* Unlink load balancer
|
|
37035
|
+
* Delete the load balancer from the Waldur database without scheduling operations on the OpenStack backend and without checking resource state. Staff-only; intended for cleaning up records stuck in transitional states.
|
|
37036
37036
|
*/
|
|
37037
|
-
export const
|
|
37037
|
+
export const openstackLoadbalancersUnlink = (options) => {
|
|
37038
37038
|
return (options.client ?? _heyApiClient).post({
|
|
37039
37039
|
security: [
|
|
37040
37040
|
{
|
|
@@ -37050,12 +37050,8 @@ export const openstackLoadbalancersUpdateVipSecurityGroups = (options) => {
|
|
|
37050
37050
|
type: 'http'
|
|
37051
37051
|
}
|
|
37052
37052
|
],
|
|
37053
|
-
url: '/api/openstack-loadbalancers/{uuid}/
|
|
37054
|
-
...options
|
|
37055
|
-
headers: {
|
|
37056
|
-
'Content-Type': 'application/json',
|
|
37057
|
-
...options.headers
|
|
37058
|
-
}
|
|
37053
|
+
url: '/api/openstack-loadbalancers/{uuid}/unlink/',
|
|
37054
|
+
...options
|
|
37059
37055
|
});
|
|
37060
37056
|
};
|
|
37061
37057
|
export const openstackMarketplaceTenantsList = (options) => {
|