You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*HyperstackApi.BillingApi* | [**listOrgNotificationThresholds**](docs/BillingApi.md#listOrgNotificationThresholds) | **GET** /billing/billing/threshold | GET: All Thresholds for Organization
182
188
*HyperstackApi.BillingApi* | [**listServerlessInferenceBillingHistory**](docs/BillingApi.md#listServerlessInferenceBillingHistory) | **GET** /billing/billing/history/serverless_inference | Retrieve Billing History of serverless inference for a specific Billing Cycle
183
189
*HyperstackApi.BillingApi* | [**listSnapshotBillingHistory**](docs/BillingApi.md#listSnapshotBillingHistory) | **GET** /billing/billing/history/snapshot | Retrieve Billing History of Snapshot for a specific Billing Cycle
190
+
*HyperstackApi.BucketsApi* | [**deleteBucketEndpoint**](docs/BucketsApi.md#deleteBucketEndpoint) | **DELETE** /object-storage/buckets/{bucket_name} | Delete a bucket
191
+
*HyperstackApi.BucketsApi* | [**listBucketsEndpoint**](docs/BucketsApi.md#listBucketsEndpoint) | **GET** /object-storage/buckets | List buckets
192
+
*HyperstackApi.BucketsApi* | [**retrieveBucketEndpoint**](docs/BucketsApi.md#retrieveBucketEndpoint) | **GET** /object-storage/buckets/{bucket_name} | Retrieve a bucket
*HyperstackApi.FloatingIpApi* | [**attachPublicIPToVM**](docs/FloatingIpApi.md#attachPublicIPToVM) | **POST** /core/virtual-machines/{vm_id}/attach-floatingip | Attach public IP to virtual machine
238
247
*HyperstackApi.FloatingIpApi* | [**detachPublicIPFromVM**](docs/FloatingIpApi.md#detachPublicIPFromVM) | **POST** /core/virtual-machines/{vm_id}/detach-floatingip | Detach public IP from virtual machine
239
248
*HyperstackApi.GpuApi* | [**listGPUs**](docs/GpuApi.md#listGPUs) | **GET** /core/gpus | List GPUs
*HyperstackApi.RbacRoleApi* | [**updateRBACRole**](docs/RbacRoleApi.md#updateRBACRole) | **PUT** /auth/roles/{id} | Update RBAC Role
272
282
*HyperstackApi.RegionApi* | [**listRegions**](docs/RegionApi.md#listRegions) | **GET** /core/regions | List Regions
283
+
*HyperstackApi.RegionsApi* | [**listRegionsEndpoint**](docs/RegionsApi.md#listRegionsEndpoint) | **GET** /object-storage/regions | Get a list of supported regions
*HyperstackApi.SnapshotEventsApi* | [**listSnapshotEvents**](docs/SnapshotEventsApi.md#listSnapshotEvents) | **GET** /core/snapshots/{snapshot_id}/events | Fetch all events for a snapshot
275
286
*HyperstackApi.SnapshotsApi* | [**createCustomImage**](docs/SnapshotsApi.md#createCustomImage) | **POST** /core/snapshots/{snapshot_id}/image | Create an image from a snapshot
function_toPropertyKey(t){vari=_toPrimitive(t,"string");return"symbol"==_typeof(i) ? i : i+"";}
19
+
function_toPrimitive(t,r){if("object"!=_typeof(t)||!t)returnt;vare=t[Symbol.toPrimitive];if(void0!==e){vari=e.call(t,r||"default");if("object"!=_typeof(i))returni;thrownewTypeError("@@toPrimitive must return a primitive value.");}return("string"===r ? String : Number)(t);}/**
20
+
* Infrahub-API
21
+
* Leverage the Infrahub API and Hyperstack platform to easily create, manage, and scale powerful GPU virtual machines and their associated resources. Access this SDK to automate the deployment of your workloads and streamline your infrastructure management. To contribute, please raise an issue with a bug report, feature request, feedback, or general inquiry.
22
+
*
23
+
* The version of the OpenAPI document: 1.0
24
+
*
25
+
*
26
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ObjectStorageAccessKeyCreateResponse} and HTTP response
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ObjectStorageDeleteResponse} and HTTP response
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ObjectStorageAccessKeyListResponse} and HTTP response
0 commit comments