Skip to content

Commit

Permalink
osc-sdk-go v1.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Outscale Bot <[email protected]>
  • Loading branch information
Open-Source-Bot authored and jerome-jutteau committed Jun 14, 2022
1 parent 89f1672 commit 0a613ac
Show file tree
Hide file tree
Showing 601 changed files with 1,731 additions and 1,327 deletions.
2 changes: 1 addition & 1 deletion api_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.0
1.20.0
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.16.0

- SDK update for Outscale API v1.20.0

# 1.15.0

- SDK update for Outscale API v1.19.0
Expand Down
15 changes: 8 additions & 7 deletions osc/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# Go API client for osc

Welcome to the OUTSCALE API documentation.<br /><br />

Welcome to the OUTSCALE API documentation.<br />
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.<br /><br />

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).<br /><br />

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).<br /><br />
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.<br />
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 1.19
- Package version: 1.15.0
- API version: 1.20
- Package version: 1.16.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down Expand Up @@ -75,6 +73,7 @@ Class | Method | HTTP request | Description
*DirectLinkInterfaceApi* | [**CreateDirectLinkInterface**](docs/DirectLinkInterfaceApi.md#createdirectlinkinterface) | **Post** /CreateDirectLinkInterface |
*DirectLinkInterfaceApi* | [**DeleteDirectLinkInterface**](docs/DirectLinkInterfaceApi.md#deletedirectlinkinterface) | **Post** /DeleteDirectLinkInterface |
*DirectLinkInterfaceApi* | [**ReadDirectLinkInterfaces**](docs/DirectLinkInterfaceApi.md#readdirectlinkinterfaces) | **Post** /ReadDirectLinkInterfaces |
*DirectLinkInterfaceApi* | [**UpdateDirectLinkInterface**](docs/DirectLinkInterfaceApi.md#updatedirectlinkinterface) | **Post** /UpdateDirectLinkInterface |
*FlexibleGpuApi* | [**CreateFlexibleGpu**](docs/FlexibleGpuApi.md#createflexiblegpu) | **Post** /CreateFlexibleGpu |
*FlexibleGpuApi* | [**DeleteFlexibleGpu**](docs/FlexibleGpuApi.md#deleteflexiblegpu) | **Post** /DeleteFlexibleGpu |
*FlexibleGpuApi* | [**LinkFlexibleGpu**](docs/FlexibleGpuApi.md#linkflexiblegpu) | **Post** /LinkFlexibleGpu |
Expand Down Expand Up @@ -673,6 +672,8 @@ Class | Method | HTTP request | Description
- [UpdateApiAccessRuleResponse](docs/UpdateApiAccessRuleResponse.md)
- [UpdateCaRequest](docs/UpdateCaRequest.md)
- [UpdateCaResponse](docs/UpdateCaResponse.md)
- [UpdateDirectLinkInterfaceRequest](docs/UpdateDirectLinkInterfaceRequest.md)
- [UpdateDirectLinkInterfaceResponse](docs/UpdateDirectLinkInterfaceResponse.md)
- [UpdateFlexibleGpuRequest](docs/UpdateFlexibleGpuRequest.md)
- [UpdateFlexibleGpuResponse](docs/UpdateFlexibleGpuResponse.md)
- [UpdateImageRequest](docs/UpdateImageRequest.md)
Expand Down
Loading

0 comments on commit 0a613ac

Please sign in to comment.