Skip to content

Commit

Permalink
osc-sdk-go v2.24.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 outscale-mgo committed Oct 3, 2024
1 parent 52b4538 commit 00c1abb
Show file tree
Hide file tree
Showing 735 changed files with 5,553 additions and 1,527 deletions.
2 changes: 1 addition & 1 deletion api_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30.0
v1.33.1
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.24.0

- SDK update for Outscale API vv1.33.1

# 2.23.0

- SDK update for Outscale API v1.30.0
Expand Down
2 changes: 1 addition & 1 deletion sdk_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.23.0
2.24.0
16 changes: 16 additions & 0 deletions v2/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ docs/FiltersSubnet.md
docs/FiltersSubregion.md
docs/FiltersTag.md
docs/FiltersUserGroup.md
docs/FiltersUsers.md
docs/FiltersVirtualGateway.md
docs/FiltersVm.md
docs/FiltersVmGroup.md
Expand Down Expand Up @@ -383,6 +384,7 @@ docs/Location.md
docs/LocationApi.md
docs/Log.md
docs/MaintenanceEvent.md
docs/MinimalPolicy.md
docs/NatService.md
docs/NatServiceApi.md
docs/Net.md
Expand All @@ -408,6 +410,7 @@ docs/Phase2Options.md
docs/Placement.md
docs/Policy.md
docs/PolicyApi.md
docs/PolicyEntities.md
docs/PolicyVersion.md
docs/PrivateIp.md
docs/PrivateIpLight.md
Expand Down Expand Up @@ -455,6 +458,8 @@ docs/ReadDirectLinkInterfacesRequest.md
docs/ReadDirectLinkInterfacesResponse.md
docs/ReadDirectLinksRequest.md
docs/ReadDirectLinksResponse.md
docs/ReadEntitiesLinkedToPolicyRequest.md
docs/ReadEntitiesLinkedToPolicyResponse.md
docs/ReadFlexibleGpuCatalogRequest.md
docs/ReadFlexibleGpuCatalogResponse.md
docs/ReadFlexibleGpusRequest.md
Expand Down Expand Up @@ -531,6 +536,8 @@ docs/ReadSubregionsRequest.md
docs/ReadSubregionsResponse.md
docs/ReadTagsRequest.md
docs/ReadTagsResponse.md
docs/ReadUnitPriceRequest.md
docs/ReadUnitPriceResponse.md
docs/ReadUserGroupPoliciesRequest.md
docs/ReadUserGroupPoliciesResponse.md
docs/ReadUserGroupPolicyRequest.md
Expand Down Expand Up @@ -612,6 +619,7 @@ docs/SubregionApi.md
docs/Tag.md
docs/TagApi.md
docs/TaskApi.md
docs/UnitPriceEntry.md
docs/UnlinkFlexibleGpuRequest.md
docs/UnlinkFlexibleGpuResponse.md
docs/UnlinkInternetServiceRequest.md
Expand Down Expand Up @@ -964,6 +972,7 @@ model_filters_subnet.go
model_filters_subregion.go
model_filters_tag.go
model_filters_user_group.go
model_filters_users.go
model_filters_virtual_gateway.go
model_filters_vm.go
model_filters_vm_group.go
Expand Down Expand Up @@ -1022,6 +1031,7 @@ model_load_balancer_tag.go
model_location.go
model_log.go
model_maintenance_event.go
model_minimal_policy.go
model_nat_service.go
model_net.go
model_net_access_point.go
Expand All @@ -1041,6 +1051,7 @@ model_phase1_options.go
model_phase2_options.go
model_placement.go
model_policy.go
model_policy_entities.go
model_policy_version.go
model_private_ip.go
model_private_ip_light.go
Expand Down Expand Up @@ -1084,6 +1095,8 @@ model_read_direct_link_interfaces_request.go
model_read_direct_link_interfaces_response.go
model_read_direct_links_request.go
model_read_direct_links_response.go
model_read_entities_linked_to_policy_request.go
model_read_entities_linked_to_policy_response.go
model_read_flexible_gpu_catalog_request.go
model_read_flexible_gpu_catalog_response.go
model_read_flexible_gpus_request.go
Expand Down Expand Up @@ -1160,6 +1173,8 @@ model_read_subregions_request.go
model_read_subregions_response.go
model_read_tags_request.go
model_read_tags_response.go
model_read_unit_price_request.go
model_read_unit_price_response.go
model_read_user_group_policies_request.go
model_read_user_group_policies_response.go
model_read_user_group_policy_request.go
Expand Down Expand Up @@ -1230,6 +1245,7 @@ model_stop_vms_response.go
model_subnet.go
model_subregion.go
model_tag.go
model_unit_price_entry.go
model_unlink_flexible_gpu_request.go
model_unlink_flexible_gpu_response.go
model_unlink_internet_service_request.go
Expand Down
18 changes: 15 additions & 3 deletions v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,17 @@ See the code samples in each section of this documentation for specific examples
A few API actions do not require any authentication. They are indicated as such in this documentation.<br />
### Other Security Mechanisms
In parallel with the authentication schemes, you can add other security mechanisms to your OUTSCALE account, for example to restrict API requests by IP or other criteria.<br />
For more information, see [Managing Your API Accesses](https://docs.outscale.com/en/userguide/Managing-Your-API-Accesses.html).<br />
For more information, see [Managing Your API Accesses](https://docs.outscale.com/en/userguide/Managing-Your-API-Accesses.html).
# Pagination Tutorial
You can learn more about the pagination methods for read calls in the dedicated [pagination tutorial](https://docs.outscale.com/en/userguide/Tutorial-Paginating-an-API-Request.html).
# Error Codes Reference
You can learn more about errors returned by the API in the dedicated [errors page](api-errors.html).

## 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.30.0
- Package version: 2.23.0
- API version: 1.33.1
- Package version: 2.24.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down Expand Up @@ -144,6 +146,7 @@ Class | Method | HTTP request | Description
*CaApi* | [**UpdateCa**](docs/CaApi.md#updateca) | **Post** /UpdateCa |
*CatalogApi* | [**ReadCatalog**](docs/CatalogApi.md#readcatalog) | **Post** /ReadCatalog |
*CatalogApi* | [**ReadCatalogs**](docs/CatalogApi.md#readcatalogs) | **Post** /ReadCatalogs |
*CatalogApi* | [**ReadUnitPrice**](docs/CatalogApi.md#readunitprice) | **Post** /ReadUnitPrice |
*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 @@ -236,6 +239,7 @@ Class | Method | HTTP request | Description
*PolicyApi* | [**LinkManagedPolicyToUserGroup**](docs/PolicyApi.md#linkmanagedpolicytousergroup) | **Post** /LinkManagedPolicyToUserGroup |
*PolicyApi* | [**LinkPolicy**](docs/PolicyApi.md#linkpolicy) | **Post** /LinkPolicy |
*PolicyApi* | [**PutUserGroupPolicy**](docs/PolicyApi.md#putusergrouppolicy) | **Post** /PutUserGroupPolicy |
*PolicyApi* | [**ReadEntitiesLinkedToPolicy**](docs/PolicyApi.md#readentitieslinkedtopolicy) | **Post** /ReadEntitiesLinkedToPolicy |
*PolicyApi* | [**ReadLinkedPolicies**](docs/PolicyApi.md#readlinkedpolicies) | **Post** /ReadLinkedPolicies |
*PolicyApi* | [**ReadManagedPoliciesLinkedToUserGroup**](docs/PolicyApi.md#readmanagedpolicieslinkedtousergroup) | **Post** /ReadManagedPoliciesLinkedToUserGroup |
*PolicyApi* | [**ReadPolicies**](docs/PolicyApi.md#readpolicies) | **Post** /ReadPolicies |
Expand Down Expand Up @@ -597,6 +601,7 @@ Class | Method | HTTP request | Description
- [FiltersSubregion](docs/FiltersSubregion.md)
- [FiltersTag](docs/FiltersTag.md)
- [FiltersUserGroup](docs/FiltersUserGroup.md)
- [FiltersUsers](docs/FiltersUsers.md)
- [FiltersVirtualGateway](docs/FiltersVirtualGateway.md)
- [FiltersVm](docs/FiltersVm.md)
- [FiltersVmGroup](docs/FiltersVmGroup.md)
Expand Down Expand Up @@ -655,6 +660,7 @@ Class | Method | HTTP request | Description
- [Location](docs/Location.md)
- [Log](docs/Log.md)
- [MaintenanceEvent](docs/MaintenanceEvent.md)
- [MinimalPolicy](docs/MinimalPolicy.md)
- [NatService](docs/NatService.md)
- [Net](docs/Net.md)
- [NetAccessPoint](docs/NetAccessPoint.md)
Expand All @@ -674,6 +680,7 @@ Class | Method | HTTP request | Description
- [Phase2Options](docs/Phase2Options.md)
- [Placement](docs/Placement.md)
- [Policy](docs/Policy.md)
- [PolicyEntities](docs/PolicyEntities.md)
- [PolicyVersion](docs/PolicyVersion.md)
- [PrivateIp](docs/PrivateIp.md)
- [PrivateIpLight](docs/PrivateIpLight.md)
Expand Down Expand Up @@ -717,6 +724,8 @@ Class | Method | HTTP request | Description
- [ReadDirectLinkInterfacesResponse](docs/ReadDirectLinkInterfacesResponse.md)
- [ReadDirectLinksRequest](docs/ReadDirectLinksRequest.md)
- [ReadDirectLinksResponse](docs/ReadDirectLinksResponse.md)
- [ReadEntitiesLinkedToPolicyRequest](docs/ReadEntitiesLinkedToPolicyRequest.md)
- [ReadEntitiesLinkedToPolicyResponse](docs/ReadEntitiesLinkedToPolicyResponse.md)
- [ReadFlexibleGpuCatalogRequest](docs/ReadFlexibleGpuCatalogRequest.md)
- [ReadFlexibleGpuCatalogResponse](docs/ReadFlexibleGpuCatalogResponse.md)
- [ReadFlexibleGpusRequest](docs/ReadFlexibleGpusRequest.md)
Expand Down Expand Up @@ -793,6 +802,8 @@ Class | Method | HTTP request | Description
- [ReadSubregionsResponse](docs/ReadSubregionsResponse.md)
- [ReadTagsRequest](docs/ReadTagsRequest.md)
- [ReadTagsResponse](docs/ReadTagsResponse.md)
- [ReadUnitPriceRequest](docs/ReadUnitPriceRequest.md)
- [ReadUnitPriceResponse](docs/ReadUnitPriceResponse.md)
- [ReadUserGroupPoliciesRequest](docs/ReadUserGroupPoliciesRequest.md)
- [ReadUserGroupPoliciesResponse](docs/ReadUserGroupPoliciesResponse.md)
- [ReadUserGroupPolicyRequest](docs/ReadUserGroupPolicyRequest.md)
Expand Down Expand Up @@ -863,6 +874,7 @@ Class | Method | HTTP request | Description
- [Subnet](docs/Subnet.md)
- [Subregion](docs/Subregion.md)
- [Tag](docs/Tag.md)
- [UnitPriceEntry](docs/UnitPriceEntry.md)
- [UnlinkFlexibleGpuRequest](docs/UnlinkFlexibleGpuRequest.md)
- [UnlinkFlexibleGpuResponse](docs/UnlinkFlexibleGpuResponse.md)
- [UnlinkInternetServiceRequest](docs/UnlinkInternetServiceRequest.md)
Expand Down
Loading

0 comments on commit 00c1abb

Please sign in to comment.