Skip to content

Commit

Permalink
osc-sdk-go v1.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Outscale Bot <opensource+bot@outscale.com>
  • Loading branch information
Open-Source-Bot authored and jerome-jutteau committed May 3, 2022
1 parent 4a79c60 commit 2f48591
Show file tree
Hide file tree
Showing 577 changed files with 1,721 additions and 730 deletions.
2 changes: 1 addition & 1 deletion api_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.0
1.19.0
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.15.0

- SDK update for Outscale API v1.19.0

# 1.14.0

- SDK update for Outscale API v1.18.0
Expand Down
13 changes: 11 additions & 2 deletions osc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ You can also manage your resources using the [Cockpit](https://docs.outscale.com
## 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.18
- Package version: 1.14.0
- API version: 1.19
- Package version: 1.15.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down Expand Up @@ -62,6 +62,7 @@ Class | Method | HTTP request | Description
*CaApi* | [**DeleteCa**](docs/CaApi.md#deleteca) | **Post** /DeleteCa |
*CaApi* | [**ReadCas**](docs/CaApi.md#readcas) | **Post** /ReadCas |
*CaApi* | [**UpdateCa**](docs/CaApi.md#updateca) | **Post** /UpdateCa |
*CatalogApi* | [**ReadCatalog**](docs/CatalogApi.md#readcatalog) | **Post** /ReadCatalog |
*ClientGatewayApi* | [**CreateClientGateway**](docs/ClientGatewayApi.md#createclientgateway) | **Post** /CreateClientGateway |
*ClientGatewayApi* | [**DeleteClientGateway**](docs/ClientGatewayApi.md#deleteclientgateway) | **Post** /DeleteClientGateway |
*ClientGatewayApi* | [**ReadClientGateways**](docs/ClientGatewayApi.md#readclientgateways) | **Post** /ReadClientGateways |
Expand Down Expand Up @@ -142,6 +143,7 @@ Class | Method | HTTP request | Description
*NicApi* | [**UnlinkPrivateIps**](docs/NicApi.md#unlinkprivateips) | **Post** /UnlinkPrivateIps |
*NicApi* | [**UpdateNic**](docs/NicApi.md#updatenic) | **Post** /UpdateNic |
*ProductTypeApi* | [**ReadProductTypes**](docs/ProductTypeApi.md#readproducttypes) | **Post** /ReadProductTypes |
*PublicCatalogApi* | [**ReadPublicCatalog**](docs/PublicCatalogApi.md#readpubliccatalog) | **Post** /ReadPublicCatalog |
*PublicIpApi* | [**CreatePublicIp**](docs/PublicIpApi.md#createpublicip) | **Post** /CreatePublicIp |
*PublicIpApi* | [**DeletePublicIp**](docs/PublicIpApi.md#deletepublicip) | **Post** /DeletePublicIp |
*PublicIpApi* | [**LinkPublicIp**](docs/PublicIpApi.md#linkpublicip) | **Post** /LinkPublicIp |
Expand Down Expand Up @@ -234,6 +236,8 @@ Class | Method | HTTP request | Description
- [BsuToCreate](docs/BsuToCreate.md)
- [BsuToUpdateVm](docs/BsuToUpdateVm.md)
- [Ca](docs/Ca.md)
- [Catalog](docs/Catalog.md)
- [CatalogEntry](docs/CatalogEntry.md)
- [CheckAuthenticationRequest](docs/CheckAuthenticationRequest.md)
- [CheckAuthenticationResponse](docs/CheckAuthenticationResponse.md)
- [ClientGateway](docs/ClientGateway.md)
Expand Down Expand Up @@ -515,6 +519,8 @@ Class | Method | HTTP request | Description
- [ReadApiLogsResponse](docs/ReadApiLogsResponse.md)
- [ReadCasRequest](docs/ReadCasRequest.md)
- [ReadCasResponse](docs/ReadCasResponse.md)
- [ReadCatalogRequest](docs/ReadCatalogRequest.md)
- [ReadCatalogResponse](docs/ReadCatalogResponse.md)
- [ReadClientGatewaysRequest](docs/ReadClientGatewaysRequest.md)
- [ReadClientGatewaysResponse](docs/ReadClientGatewaysResponse.md)
- [ReadConsoleOutputRequest](docs/ReadConsoleOutputRequest.md)
Expand Down Expand Up @@ -561,6 +567,8 @@ Class | Method | HTTP request | Description
- [ReadNicsResponse](docs/ReadNicsResponse.md)
- [ReadProductTypesRequest](docs/ReadProductTypesRequest.md)
- [ReadProductTypesResponse](docs/ReadProductTypesResponse.md)
- [ReadPublicCatalogRequest](docs/ReadPublicCatalogRequest.md)
- [ReadPublicCatalogResponse](docs/ReadPublicCatalogResponse.md)
- [ReadPublicIpRangesRequest](docs/ReadPublicIpRangesRequest.md)
- [ReadPublicIpRangesResponse](docs/ReadPublicIpRangesResponse.md)
- [ReadPublicIpsRequest](docs/ReadPublicIpsRequest.md)
Expand Down Expand Up @@ -695,6 +703,7 @@ Class | Method | HTTP request | Description
- [UpdateVolumeResponse](docs/UpdateVolumeResponse.md)
- [UpdateVpnConnectionRequest](docs/UpdateVpnConnectionRequest.md)
- [UpdateVpnConnectionResponse](docs/UpdateVpnConnectionResponse.md)
- [VgwTelemetry](docs/VgwTelemetry.md)
- [VirtualGateway](docs/VirtualGateway.md)
- [Vm](docs/Vm.md)
- [VmState](docs/VmState.md)
Expand Down
Loading

0 comments on commit 2f48591

Please sign in to comment.