diff --git a/api_version b/api_version
index 53cc1a6f9..ad2191947 100644
--- a/api_version
+++ b/api_version
@@ -1 +1 @@
-1.24.0
+1.25.0
diff --git a/changelog.md b/changelog.md
index 0f4cef7bc..cd550057e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+# 1.22.0
+
+ - SDK update for Outscale API v1.25.0
+
# 1.21.0
- SDK update for Outscale API v1.24.0
diff --git a/osc/README.md b/osc/README.md
index ac9a6831e..25edf1110 100644
--- a/osc/README.md
+++ b/osc/README.md
@@ -10,8 +10,8 @@ An OpenAPI description of the OUTSCALE API is also available in this [GitHub rep
## 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.24
-- Package version: 1.21.0
+- API version: 1.25
+- Package version: 1.22.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
## Installation
diff --git a/osc/api/openapi.yaml b/osc/api/openapi.yaml
index 76be47f74..b6e6f5b4d 100644
--- a/osc/api/openapi.yaml
+++ b/osc/api/openapi.yaml
@@ -14,7 +14,7 @@ info:
url: https://opensource.org/licenses/BSD-3-Clause
termsOfService: https://en.outscale.com/terms-of-service/
title: 3DS OUTSCALE API
- version: "1.24"
+ version: "1.25"
servers:
- url: https://api.{region}.outscale.com/api/v1
variables:
@@ -905,19 +905,20 @@ paths:
- SecurityGroup
/CreateSecurityGroupRule:
description: |-
- Configures the rules for a security group.
- The modifications are effective at virtual machine (VM) level as quickly as possible, but a small delay may occur.
+ Adds one or more rules to a security group.
+ Use the `SecurityGroupId` parameter to specify the security group for which you want to create a rule.
+ Use the `Flow` parameter to specify if you want an inbound rule or an outbound rule.
+ An inbound rule allows the security group to receive traffic:
+ * Either from a specific IP range (`IpRange` parameter) on a specific port range (`FromPortRange` and `ToPortRange` parameters) and specific protocol (`IpProtocol` parameter).
+ * Or from another specific security group (`SecurityGroupAccountIdToLink` and `SecurityGroupNameToLink` parameters).
- You can add one or more egress rules to a security group for use with a Net.
- It allows VMs to send traffic to either one or more destination IP ranges or destination security groups for the same Net.
- We recommend using a set of IP permissions to authorize outbound access to a destination security group. We also recommended this method to create a rule with a specific IP protocol and a specific port range. In a set of IP permissions, we recommend to specify the the protocol.
+ (Net only) An outbound rule works similarly but allows the security group to send traffic rather than receive traffic.
- You can also add one or more ingress rules to a security group.
- In the public Cloud, this action allows one or more IP ranges to access a security group for your account, or allows one or more security groups (source groups) to access a security group for your own OUTSCALE account or another one.
- In a Net, this action allows one or more IP ranges to access a security group for your Net, or allows one or more other security groups (source groups) to access a security group for your Net. All the security groups must be for the same Net.
+ Alternatively, you can use the `Rules` parameter to add several rules at the same time.
**[NOTE]**
- By default, traffic between two security groups is allowed through both public and private IPs. To restrict it to private IPs only, contact our Support team: support@outscale.com.
+ * The modifications are effective as quickly as possible, but a small delay may occur.
+ * By default, traffic between two security groups is allowed through both public and private IPs. To restrict traffic to private IPs only, contact our Support team at support@outscale.com.
post:
operationId: CreateSecurityGroupRule
requestBody:
@@ -4812,8 +4813,9 @@ paths:
- FlexibleGpu
/UpdateImage:
description: |-
- Modifies the specified attribute of an OUTSCALE machine image (OMI).
- You can specify only one attribute at a time. You can modify the permissions to access the OMI by adding or removing account IDs or groups. You can share an OMI with a user that is in the same Region. The user can create a copy of the OMI you shared, obtaining all the rights for the copy of the OMI. For more information, see [CreateImage](#createimage).
+ Modifies the access permissions for an OUTSCALE machine image (OMI).
+ You must specify either the `Additions` or the `Removals` parameter.
+ After sharing an OMI with an account, the other account can create a copy of it that they own. For more information about copying OMIs, see [CreateImage](#createimage).
post:
operationId: UpdateImage
requestBody:
@@ -5073,7 +5075,8 @@ paths:
/UpdateSnapshot:
description: |-
Modifies the permissions for a specified snapshot.
- You can add or remove permissions for specified account IDs or groups. You can share a snapshot with a user that is in the same Region. The user can create a copy of the snapshot you shared, obtaining all the rights for the copy of the snapshot.
+ You must specify either the `Additions` or the `Removals` parameter.
+ After sharing a snapshot with an account, the other account can create a copy of it that they own. For more information about copying snapshots, see [CreateSnapshot](#createsnapshot).
post:
operationId: UpdateSnapshot
requestBody:
@@ -5188,7 +5191,8 @@ paths:
- Vm
/UpdateVolume:
description: |-
- Modifies the specified attributes of a volume. Cold volumes are volumes that are attached to stopped VMs or that are detached. Hot volumes are volumes that are attached to running VMs.
+ Modifies the specified attributes of a volume.
+ Cold volumes are volumes that are attached to stopped or stopping VMs, or that are detached. Hot volumes are volumes that are attached to running VMs.
**[NOTE]**
When the modification is not instantaneous, the response displays the previous value. You can use the [ReadVolumes](#readvolumes) method to see the new value.
@@ -7973,16 +7977,16 @@ components:
$ref: '#/components/schemas/SecurityGroupRule'
type: array
SecurityGroupAccountIdToLink:
- description: The account ID of the owner of the security group for which
- you want to create a rule.
+ description: The account ID that owns the source or destination security
+ group specified in the `SecurityGroupNameToLink` parameter.
type: string
SecurityGroupId:
description: The ID of the security group for which you want to create a
rule.
type: string
SecurityGroupNameToLink:
- description: The ID of the source security group. If you are in the Public
- Cloud, you can also specify the name of the source security group.
+ description: The ID of a source or destination security group that you want
+ to link to the security group of the rule.
type: string
ToPortRange:
description: The end of the port range for the TCP and UDP protocols, or
@@ -10541,7 +10545,8 @@ components:
properties:
BgpAsn:
description: The BGP (Border Gateway Protocol) ASN (Autonomous System Number)
- on the customer's side of the DirectLink interface.
+ on the customer's side of the DirectLink interface. This number must be
+ between `64512` and `65534`.
type: integer
BgpKey:
description: The BGP authentication key.
@@ -10616,7 +10621,7 @@ components:
type: string
Mtu:
description: The maximum transmission unit (MTU) of the DirectLink interface,
- in bytes (by default, `1500`).
+ in bytes (always `1500`).
type: integer
OutscalePrivateIp:
description: The IP on the OUTSCALE side of the DirectLink interface.
@@ -15011,7 +15016,7 @@ components:
type: object
PermissionsOnResource:
additionalProperties: false
- description: Information about the users who have permissions for the resource.
+ description: Permissions for the resource.
example:
AccountIds:
- AccountIds
@@ -15019,19 +15024,22 @@ components:
GlobalPermission: true
properties:
AccountIds:
- description: The account ID of one or more users who have permissions for
- the resource.
+ description: One or more account IDs that the permission is associated with.
items:
type: string
type: array
GlobalPermission:
- description: If true, the resource is public. If false, the resource is
- private.
+ description: |-
+ A global permission for all accounts.
+ (Request) Set this parameter to true to make the resource public (if the parent parameter is `Additions`) or to make the resource private (if the parent parameter is `Removals`).
+ (Response) If true, the resource is public. If false, the resource is private.
type: boolean
type: object
PermissionsOnResourceCreation:
additionalProperties: false
- description: Information about the permissions for the resource.
+ description: |-
+ Information about the permissions for the resource.
+ Specify either the `Additions` or the `Removals` parameter.
example:
Additions:
AccountIds:
@@ -19953,7 +19961,8 @@ components:
type: string
type: array
SecurityGroupsMembers:
- description: Information about one or more members of a security group.
+ description: Information about one or more source or destination security
+ groups.
items:
$ref: '#/components/schemas/SecurityGroupsMember'
type: array
@@ -19970,20 +19979,23 @@ components:
type: object
SecurityGroupsMember:
additionalProperties: false
- description: Information about the member of a security group.
+ description: Information about a source or destination security group.
example:
AccountId: AccountId
SecurityGroupName: SecurityGroupName
SecurityGroupId: SecurityGroupId
properties:
AccountId:
- description: The account ID of a user.
+ description: The account ID that owns the source or destination security
+ group.
type: string
SecurityGroupId:
- description: The ID of the security group.
+ description: The ID of a source or destination security group that you want
+ to link to the security group of the rule.
type: string
SecurityGroupName:
- description: The name of the security group.
+ description: (Public Cloud only) The name of a source or destination security
+ group that you want to link to the security group of the rule.
type: string
type: object
SendResetPasswordEmailRequest:
@@ -20978,7 +20990,7 @@ components:
type: boolean
Mtu:
description: The maximum transmission unit (MTU) of the DirectLink interface,
- in bytes (either `1500` or `9000`).
+ in bytes (always `1500`).
enum:
- 1500
- 9000
@@ -21934,8 +21946,8 @@ components:
type: boolean
KeypairName:
description: |-
- The name of the keypair.
- To complete the replacement, manually replace the old public key with the new public key in the ~/.ssh/authorized_keys file located in the VM. Restart the VM to apply the change.
+ The name of a keypair you want to associate with the VM.
+ When you replace the keypair of a VM with another one, the metadata of the VM is modified to reflect the new public key, but the replacement is still not effective in the operating system of the VM. To complete the replacement and effectively apply the new keypair, you need to perform other actions inside the VM. For more information, see [Modifying the Keypair of an Instance](https://docs.outscale.com/en/userguide/Modifying-the-Keypair-of-an-Instance.html).
type: string
NestedVirtualization:
description: (dedicated tenancy only) If true, nested virtualization is
diff --git a/osc/api_access_key.go b/osc/api_access_key.go
index 434b12361..6bad66c73 100644
--- a/osc/api_access_key.go
+++ b/osc/api_access_key.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_account.go b/osc/api_account.go
index 47993e08e..654b7e3f4 100644
--- a/osc/api_account.go
+++ b/osc/api_account.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_api_access_policy.go b/osc/api_api_access_policy.go
index 1ad9878e9..d9fb0317e 100644
--- a/osc/api_api_access_policy.go
+++ b/osc/api_api_access_policy.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_api_access_rule.go b/osc/api_api_access_rule.go
index aab1f10bf..a9a8b67d0 100644
--- a/osc/api_api_access_rule.go
+++ b/osc/api_api_access_rule.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_api_log.go b/osc/api_api_log.go
index 0c75fd043..0b80a020f 100644
--- a/osc/api_api_log.go
+++ b/osc/api_api_log.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_ca.go b/osc/api_ca.go
index 822c26a6b..8057eae17 100644
--- a/osc/api_ca.go
+++ b/osc/api_ca.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_catalog.go b/osc/api_catalog.go
index d935a0143..7bb97435b 100644
--- a/osc/api_catalog.go
+++ b/osc/api_catalog.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_client_gateway.go b/osc/api_client_gateway.go
index a730776df..3783a5cb1 100644
--- a/osc/api_client_gateway.go
+++ b/osc/api_client_gateway.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_dhcp_option.go b/osc/api_dhcp_option.go
index 73ccda101..f3b67c48b 100644
--- a/osc/api_dhcp_option.go
+++ b/osc/api_dhcp_option.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_direct_link.go b/osc/api_direct_link.go
index 44ac80873..fd6a3f744 100644
--- a/osc/api_direct_link.go
+++ b/osc/api_direct_link.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_direct_link_interface.go b/osc/api_direct_link_interface.go
index 7671b55bd..78c067231 100644
--- a/osc/api_direct_link_interface.go
+++ b/osc/api_direct_link_interface.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_flexible_gpu.go b/osc/api_flexible_gpu.go
index 554be7a77..d9c8ac3f2 100644
--- a/osc/api_flexible_gpu.go
+++ b/osc/api_flexible_gpu.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_image.go b/osc/api_image.go
index bf860a9ae..16fa049cf 100644
--- a/osc/api_image.go
+++ b/osc/api_image.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_internet_service.go b/osc/api_internet_service.go
index ed548383d..76932b1d6 100644
--- a/osc/api_internet_service.go
+++ b/osc/api_internet_service.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_keypair.go b/osc/api_keypair.go
index 0b4ec66ec..734dc0e0e 100644
--- a/osc/api_keypair.go
+++ b/osc/api_keypair.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_listener.go b/osc/api_listener.go
index aa4de817d..840e94ddb 100644
--- a/osc/api_listener.go
+++ b/osc/api_listener.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_load_balancer.go b/osc/api_load_balancer.go
index 35251ddd4..a9d2b7cb8 100644
--- a/osc/api_load_balancer.go
+++ b/osc/api_load_balancer.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_load_balancer_policy.go b/osc/api_load_balancer_policy.go
index af1ab4de1..cb0fb541b 100644
--- a/osc/api_load_balancer_policy.go
+++ b/osc/api_load_balancer_policy.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_location.go b/osc/api_location.go
index 8189e2f1c..034082d41 100644
--- a/osc/api_location.go
+++ b/osc/api_location.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_nat_service.go b/osc/api_nat_service.go
index e90c1baed..2820a6ee2 100644
--- a/osc/api_nat_service.go
+++ b/osc/api_nat_service.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_net.go b/osc/api_net.go
index b100a9397..271d9f9aa 100644
--- a/osc/api_net.go
+++ b/osc/api_net.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_net_access_point.go b/osc/api_net_access_point.go
index 1cd9ec695..4db49ff6e 100644
--- a/osc/api_net_access_point.go
+++ b/osc/api_net_access_point.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_net_peering.go b/osc/api_net_peering.go
index a78f3fa7d..908a5a0c2 100644
--- a/osc/api_net_peering.go
+++ b/osc/api_net_peering.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_nic.go b/osc/api_nic.go
index df631181f..b9f5fdf0b 100644
--- a/osc/api_nic.go
+++ b/osc/api_nic.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_product_type.go b/osc/api_product_type.go
index f5f947755..594777692 100644
--- a/osc/api_product_type.go
+++ b/osc/api_product_type.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_public_catalog.go b/osc/api_public_catalog.go
index e639c140f..d39826e47 100644
--- a/osc/api_public_catalog.go
+++ b/osc/api_public_catalog.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_public_ip.go b/osc/api_public_ip.go
index 94f9bad6a..4cd4516d8 100644
--- a/osc/api_public_ip.go
+++ b/osc/api_public_ip.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_quota.go b/osc/api_quota.go
index 770977d6c..ec5e8c7e0 100644
--- a/osc/api_quota.go
+++ b/osc/api_quota.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_region.go b/osc/api_region.go
index 93f3a2bf6..bd061e85b 100644
--- a/osc/api_region.go
+++ b/osc/api_region.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_route.go b/osc/api_route.go
index 3fe29b70e..dd20ba120 100644
--- a/osc/api_route.go
+++ b/osc/api_route.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_route_table.go b/osc/api_route_table.go
index 4337d7071..966972a0e 100644
--- a/osc/api_route_table.go
+++ b/osc/api_route_table.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_security_group.go b/osc/api_security_group.go
index 2fe5d6c81..d4c61cf96 100644
--- a/osc/api_security_group.go
+++ b/osc/api_security_group.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_security_group_rule.go b/osc/api_security_group_rule.go
index fc79f865c..3af0cd1c2 100644
--- a/osc/api_security_group_rule.go
+++ b/osc/api_security_group_rule.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_server_certificate.go b/osc/api_server_certificate.go
index cd73e5152..d7b900161 100644
--- a/osc/api_server_certificate.go
+++ b/osc/api_server_certificate.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_snapshot.go b/osc/api_snapshot.go
index 607a48d8f..c2587d6fc 100644
--- a/osc/api_snapshot.go
+++ b/osc/api_snapshot.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_subnet.go b/osc/api_subnet.go
index e6d91f6b3..769b69701 100644
--- a/osc/api_subnet.go
+++ b/osc/api_subnet.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_subregion.go b/osc/api_subregion.go
index af11c8446..3b4418a47 100644
--- a/osc/api_subregion.go
+++ b/osc/api_subregion.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_tag.go b/osc/api_tag.go
index fd8549272..b402cd27f 100644
--- a/osc/api_tag.go
+++ b/osc/api_tag.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_task.go b/osc/api_task.go
index 7aa165572..7a46e69ce 100644
--- a/osc/api_task.go
+++ b/osc/api_task.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_virtual_gateway.go b/osc/api_virtual_gateway.go
index 4c1bf7749..deb35b583 100644
--- a/osc/api_virtual_gateway.go
+++ b/osc/api_virtual_gateway.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_vm.go b/osc/api_vm.go
index f86ec8986..6a5a2c73c 100644
--- a/osc/api_vm.go
+++ b/osc/api_vm.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_volume.go b/osc/api_volume.go
index c1727d0ad..dba93948e 100644
--- a/osc/api_volume.go
+++ b/osc/api_volume.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/api_vpn_connection.go b/osc/api_vpn_connection.go
index 47fa7ee99..1ae320d40 100644
--- a/osc/api_vpn_connection.go
+++ b/osc/api_vpn_connection.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/client.go b/osc/client.go
index 5306665c5..533fb401c 100644
--- a/osc/client.go
+++ b/osc/client.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -42,7 +42,7 @@ var (
xmlCheck = regexp.MustCompile(`(?i:(?:application|text)/xml)`)
)
-// APIClient manages communication with the 3DS OUTSCALE API API v1.24
+// APIClient manages communication with the 3DS OUTSCALE API API v1.25
// In most cases there should be only one, shared, APIClient.
type APIClient struct {
cfg *Configuration
diff --git a/osc/configuration.go b/osc/configuration.go
index 4743c186b..6254ed53c 100644
--- a/osc/configuration.go
+++ b/osc/configuration.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -93,7 +93,7 @@ func NewConfiguration() *Configuration {
cfg := &Configuration{
BasePath: "https://api.eu-west-2.outscale.com/api/v1",
DefaultHeader: make(map[string]string),
- UserAgent: "osc-sdk-go/1.21.0",
+ UserAgent: "osc-sdk-go/1.22.0",
Debug: false,
Servers: []ServerConfiguration{
{
diff --git a/osc/docs/CreateSecurityGroupRuleRequest.md b/osc/docs/CreateSecurityGroupRuleRequest.md
index ff83370c8..2770eb427 100644
--- a/osc/docs/CreateSecurityGroupRuleRequest.md
+++ b/osc/docs/CreateSecurityGroupRuleRequest.md
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
**IpProtocol** | **string** | The IP protocol name (`tcp`, `udp`, `icmp`, or `-1` for all protocols). By default, `-1`. In a Net, this can also be an IP protocol number. For more information, see the [IANA.org website](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml). If you specify this parameter, you cannot specify the `Rules` parameter and its subparameters. | [optional]
**IpRange** | **string** | The IP range for the security group rule, in CIDR notation (for example, 10.0.0.0/16). If you specify this parameter, you cannot specify the `Rules` parameter and its subparameters. | [optional]
**Rules** | [**[]SecurityGroupRule**](SecurityGroupRule.md) | Information about the security group rule to create. If you specify this parent parameter and its subparameters, you cannot specify the following parent parameters: `FromPortRange`, `IpProtocol`, `IpRange`, and `ToPortRange`. | [optional]
-**SecurityGroupAccountIdToLink** | **string** | The account ID of the owner of the security group for which you want to create a rule. | [optional]
+**SecurityGroupAccountIdToLink** | **string** | The account ID that owns the source or destination security group specified in the `SecurityGroupNameToLink` parameter. | [optional]
**SecurityGroupId** | **string** | The ID of the security group for which you want to create a rule. |
-**SecurityGroupNameToLink** | **string** | The ID of the source security group. If you are in the Public Cloud, you can also specify the name of the source security group. | [optional]
+**SecurityGroupNameToLink** | **string** | The ID of a source or destination security group that you want to link to the security group of the rule. | [optional]
**ToPortRange** | **int32** | The end of the port range for the TCP and UDP protocols, or an ICMP code number. If you specify this parameter, you cannot specify the `Rules` parameter and its subparameters. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/osc/docs/DirectLinkInterface.md b/osc/docs/DirectLinkInterface.md
index 557c9e16e..0a19c5be9 100644
--- a/osc/docs/DirectLinkInterface.md
+++ b/osc/docs/DirectLinkInterface.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**BgpAsn** | **int32** | The BGP (Border Gateway Protocol) ASN (Autonomous System Number) on the customer's side of the DirectLink interface. |
+**BgpAsn** | **int32** | The BGP (Border Gateway Protocol) ASN (Autonomous System Number) on the customer's side of the DirectLink interface. This number must be between `64512` and `65534`. |
**BgpKey** | **string** | The BGP authentication key. | [optional]
**ClientPrivateIp** | **string** | The IP on the customer's side of the DirectLink interface. | [optional]
**DirectLinkInterfaceName** | **string** | The name of the DirectLink interface. |
diff --git a/osc/docs/DirectLinkInterfaces.md b/osc/docs/DirectLinkInterfaces.md
index 9a832e5b2..11fdccac7 100644
--- a/osc/docs/DirectLinkInterfaces.md
+++ b/osc/docs/DirectLinkInterfaces.md
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
**DirectLinkInterfaceName** | **string** | The name of the DirectLink interface. | [optional]
**InterfaceType** | **string** | The type of the DirectLink interface (always `private`). | [optional]
**Location** | **string** | The datacenter where the DirectLink interface is located. | [optional]
-**Mtu** | **int32** | The maximum transmission unit (MTU) of the DirectLink interface, in bytes (by default, `1500`). | [optional]
+**Mtu** | **int32** | The maximum transmission unit (MTU) of the DirectLink interface, in bytes (always `1500`). | [optional]
**OutscalePrivateIp** | **string** | The IP on the OUTSCALE side of the DirectLink interface. | [optional]
**State** | **string** | The state of the DirectLink interface (`pending` \\| `available` \\| `deleting` \\| `deleted` \\| `confirming` \\| `rejected` \\| `expired`). | [optional]
**VirtualGatewayId** | **string** | The ID of the target virtual gateway. | [optional]
diff --git a/osc/docs/PermissionsOnResource.md b/osc/docs/PermissionsOnResource.md
index e4fa0c9d3..e82e5d3d8 100644
--- a/osc/docs/PermissionsOnResource.md
+++ b/osc/docs/PermissionsOnResource.md
@@ -4,8 +4,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**AccountIds** | **[]string** | The account ID of one or more users who have permissions for the resource. | [optional]
-**GlobalPermission** | **bool** | If true, the resource is public. If false, the resource is private. | [optional]
+**AccountIds** | **[]string** | One or more account IDs that the permission is associated with. | [optional]
+**GlobalPermission** | **bool** | A global permission for all accounts.<br /> (Request) Set this parameter to true to make the resource public (if the parent parameter is `Additions`) or to make the resource private (if the parent parameter is `Removals`).<br /> (Response) If true, the resource is public. If false, the resource is private. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/osc/docs/SecurityGroupRule.md b/osc/docs/SecurityGroupRule.md
index a54423d75..eec96ad81 100644
--- a/osc/docs/SecurityGroupRule.md
+++ b/osc/docs/SecurityGroupRule.md
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
**FromPortRange** | **int32** | The beginning of the port range for the TCP and UDP protocols, or an ICMP type number. | [optional]
**IpProtocol** | **string** | The IP protocol name (`tcp`, `udp`, `icmp`, or `-1` for all protocols). By default, `-1`. In a Net, this can also be an IP protocol number. For more information, see the [IANA.org website](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml). | [optional]
**IpRanges** | **[]string** | One or more IP ranges for the security group rules, in CIDR notation (for example, `10.0.0.0/16`). | [optional]
-**SecurityGroupsMembers** | [**[]SecurityGroupsMember**](SecurityGroupsMember.md) | Information about one or more members of a security group. | [optional]
+**SecurityGroupsMembers** | [**[]SecurityGroupsMember**](SecurityGroupsMember.md) | Information about one or more source or destination security groups. | [optional]
**ServiceIds** | **[]string** | One or more service IDs to allow traffic from a Net to access the corresponding OUTSCALE services. For more information, see [ReadNetAccessPointServices](#readnetaccesspointservices). | [optional]
**ToPortRange** | **int32** | The end of the port range for the TCP and UDP protocols, or an ICMP code number. | [optional]
diff --git a/osc/docs/SecurityGroupsMember.md b/osc/docs/SecurityGroupsMember.md
index ff854ea4b..d606e5490 100644
--- a/osc/docs/SecurityGroupsMember.md
+++ b/osc/docs/SecurityGroupsMember.md
@@ -4,9 +4,9 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**AccountId** | **string** | The account ID of a user. | [optional]
-**SecurityGroupId** | **string** | The ID of the security group. | [optional]
-**SecurityGroupName** | **string** | The name of the security group. | [optional]
+**AccountId** | **string** | The account ID that owns the source or destination security group. | [optional]
+**SecurityGroupId** | **string** | The ID of a source or destination security group that you want to link to the security group of the rule. | [optional]
+**SecurityGroupName** | **string** | (Public Cloud only) The name of a source or destination security group that you want to link to the security group of the rule. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/osc/docs/UpdateDirectLinkInterfaceRequest.md b/osc/docs/UpdateDirectLinkInterfaceRequest.md
index fab608df0..7c8612ffd 100644
--- a/osc/docs/UpdateDirectLinkInterfaceRequest.md
+++ b/osc/docs/UpdateDirectLinkInterfaceRequest.md
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DirectLinkInterfaceId** | **string** | The ID of the DirectLink interface you want to update. |
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
-**Mtu** | **int32** | The maximum transmission unit (MTU) of the DirectLink interface, in bytes (either `1500` or `9000`). |
+**Mtu** | **int32** | The maximum transmission unit (MTU) of the DirectLink interface, in bytes (always `1500`). |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/osc/docs/UpdateVmRequest.md b/osc/docs/UpdateVmRequest.md
index 9ae28bbcc..e99347fa7 100644
--- a/osc/docs/UpdateVmRequest.md
+++ b/osc/docs/UpdateVmRequest.md
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
**DeletionProtection** | **bool** | If true, you cannot delete the VM unless you change this parameter back to false. | [optional]
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
**IsSourceDestChecked** | **bool** | (Net only) If true, the source/destination check is enabled. If false, it is disabled. This value must be false for a NAT VM to perform network address translation (NAT) in a Net. | [optional]
-**KeypairName** | **string** | The name of the keypair.<br /> To complete the replacement, manually replace the old public key with the new public key in the ~/.ssh/authorized_keys file located in the VM. Restart the VM to apply the change. | [optional]
+**KeypairName** | **string** | The name of a keypair you want to associate with the VM.<br /> When you replace the keypair of a VM with another one, the metadata of the VM is modified to reflect the new public key, but the replacement is still not effective in the operating system of the VM. To complete the replacement and effectively apply the new keypair, you need to perform other actions inside the VM. For more information, see [Modifying the Keypair of an Instance](https://docs.outscale.com/en/userguide/Modifying-the-Keypair-of-an-Instance.html). | [optional]
**NestedVirtualization** | **bool** | (dedicated tenancy only) If true, nested virtualization is enabled. If false, it is disabled. | [optional]
**Performance** | **string** | The performance of the VM (`medium` \\| `high` \\| `highest`). | [optional]
**SecurityGroupIds** | **[]string** | One or more IDs of security groups for the VM. | [optional]
diff --git a/osc/model_accept_net_peering_request.go b/osc/model_accept_net_peering_request.go
index 25a372804..0db735d24 100644
--- a/osc/model_accept_net_peering_request.go
+++ b/osc/model_accept_net_peering_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_accept_net_peering_response.go b/osc/model_accept_net_peering_response.go
index 7882c6518..d027c67e3 100644
--- a/osc/model_accept_net_peering_response.go
+++ b/osc/model_accept_net_peering_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_accepter_net.go b/osc/model_accepter_net.go
index 8f8a9a970..1ddc423e2 100644
--- a/osc/model_accepter_net.go
+++ b/osc/model_accepter_net.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_access_key.go b/osc/model_access_key.go
index efabfcbd9..0f27ee170 100644
--- a/osc/model_access_key.go
+++ b/osc/model_access_key.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_access_key_secret_key.go b/osc/model_access_key_secret_key.go
index 0a3f96c9c..bf9c9eded 100644
--- a/osc/model_access_key_secret_key.go
+++ b/osc/model_access_key_secret_key.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_access_log.go b/osc/model_access_log.go
index d050e617d..315f37537 100644
--- a/osc/model_access_log.go
+++ b/osc/model_access_log.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_account.go b/osc/model_account.go
index 7528b653d..cc8720857 100644
--- a/osc/model_account.go
+++ b/osc/model_account.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_api_access_policy.go b/osc/model_api_access_policy.go
index 024b00481..981a54dff 100644
--- a/osc/model_api_access_policy.go
+++ b/osc/model_api_access_policy.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_api_access_rule.go b/osc/model_api_access_rule.go
index 77c2675e7..c2dc5a4be 100644
--- a/osc/model_api_access_rule.go
+++ b/osc/model_api_access_rule.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_application_sticky_cookie_policy.go b/osc/model_application_sticky_cookie_policy.go
index 93beaf187..92edc0bc7 100644
--- a/osc/model_application_sticky_cookie_policy.go
+++ b/osc/model_application_sticky_cookie_policy.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_backend_vm_health.go b/osc/model_backend_vm_health.go
index 6913eef0a..dd0084073 100644
--- a/osc/model_backend_vm_health.go
+++ b/osc/model_backend_vm_health.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_block_device_mapping_created.go b/osc/model_block_device_mapping_created.go
index a67a08a69..5c84fafe7 100644
--- a/osc/model_block_device_mapping_created.go
+++ b/osc/model_block_device_mapping_created.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_block_device_mapping_image.go b/osc/model_block_device_mapping_image.go
index 96a441e6d..9adfadd51 100644
--- a/osc/model_block_device_mapping_image.go
+++ b/osc/model_block_device_mapping_image.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_block_device_mapping_vm_creation.go b/osc/model_block_device_mapping_vm_creation.go
index 7e446b46f..50c491253 100644
--- a/osc/model_block_device_mapping_vm_creation.go
+++ b/osc/model_block_device_mapping_vm_creation.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_block_device_mapping_vm_update.go b/osc/model_block_device_mapping_vm_update.go
index 2769c3701..76ca5ba9a 100644
--- a/osc/model_block_device_mapping_vm_update.go
+++ b/osc/model_block_device_mapping_vm_update.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_bsu_created.go b/osc/model_bsu_created.go
index ba4e714b6..067e094e1 100644
--- a/osc/model_bsu_created.go
+++ b/osc/model_bsu_created.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_bsu_to_create.go b/osc/model_bsu_to_create.go
index c27972264..29a17ec54 100644
--- a/osc/model_bsu_to_create.go
+++ b/osc/model_bsu_to_create.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_bsu_to_update_vm.go b/osc/model_bsu_to_update_vm.go
index 8c1f7baa7..c4f7c9806 100644
--- a/osc/model_bsu_to_update_vm.go
+++ b/osc/model_bsu_to_update_vm.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_ca.go b/osc/model_ca.go
index 202c0f802..99f5b7349 100644
--- a/osc/model_ca.go
+++ b/osc/model_ca.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_catalog.go b/osc/model_catalog.go
index f78a7c5e1..8fb312292 100644
--- a/osc/model_catalog.go
+++ b/osc/model_catalog.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_catalog_entry.go b/osc/model_catalog_entry.go
index 731c3d731..156d3740b 100644
--- a/osc/model_catalog_entry.go
+++ b/osc/model_catalog_entry.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_check_authentication_request.go b/osc/model_check_authentication_request.go
index 20251f5ed..a7104a007 100644
--- a/osc/model_check_authentication_request.go
+++ b/osc/model_check_authentication_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_check_authentication_response.go b/osc/model_check_authentication_response.go
index 288b3413e..e8b4044cf 100644
--- a/osc/model_check_authentication_response.go
+++ b/osc/model_check_authentication_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_client_gateway.go b/osc/model_client_gateway.go
index cd6469224..497bf11d7 100644
--- a/osc/model_client_gateway.go
+++ b/osc/model_client_gateway.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_consumption_entry.go b/osc/model_consumption_entry.go
index 6af10f9d2..228b72699 100644
--- a/osc/model_consumption_entry.go
+++ b/osc/model_consumption_entry.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_access_key_request.go b/osc/model_create_access_key_request.go
index bf37d7456..e8973c124 100644
--- a/osc/model_create_access_key_request.go
+++ b/osc/model_create_access_key_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_access_key_response.go b/osc/model_create_access_key_response.go
index eb8ffb6ba..1e76ad753 100644
--- a/osc/model_create_access_key_response.go
+++ b/osc/model_create_access_key_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_account_request.go b/osc/model_create_account_request.go
index 523f4a3e0..fad6db449 100644
--- a/osc/model_create_account_request.go
+++ b/osc/model_create_account_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_account_response.go b/osc/model_create_account_response.go
index 5c08e6efc..87727a093 100644
--- a/osc/model_create_account_response.go
+++ b/osc/model_create_account_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_api_access_rule_request.go b/osc/model_create_api_access_rule_request.go
index aa7acbbc0..3206d86c3 100644
--- a/osc/model_create_api_access_rule_request.go
+++ b/osc/model_create_api_access_rule_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_api_access_rule_response.go b/osc/model_create_api_access_rule_response.go
index 852b8f344..23162bec8 100644
--- a/osc/model_create_api_access_rule_response.go
+++ b/osc/model_create_api_access_rule_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_ca_request.go b/osc/model_create_ca_request.go
index bac3ab14d..8c87d6300 100644
--- a/osc/model_create_ca_request.go
+++ b/osc/model_create_ca_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_ca_response.go b/osc/model_create_ca_response.go
index 8cec4f042..faac12fec 100644
--- a/osc/model_create_ca_response.go
+++ b/osc/model_create_ca_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_client_gateway_request.go b/osc/model_create_client_gateway_request.go
index b59e1461c..0965aedc1 100644
--- a/osc/model_create_client_gateway_request.go
+++ b/osc/model_create_client_gateway_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_client_gateway_response.go b/osc/model_create_client_gateway_response.go
index 8be0e9947..f2d44d514 100644
--- a/osc/model_create_client_gateway_response.go
+++ b/osc/model_create_client_gateway_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_dhcp_options_request.go b/osc/model_create_dhcp_options_request.go
index d798744d1..3bb3a01cf 100644
--- a/osc/model_create_dhcp_options_request.go
+++ b/osc/model_create_dhcp_options_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_dhcp_options_response.go b/osc/model_create_dhcp_options_response.go
index 02ef7ee48..f7f877d79 100644
--- a/osc/model_create_dhcp_options_response.go
+++ b/osc/model_create_dhcp_options_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_direct_link_interface_request.go b/osc/model_create_direct_link_interface_request.go
index 92bcf04ff..a507485ae 100644
--- a/osc/model_create_direct_link_interface_request.go
+++ b/osc/model_create_direct_link_interface_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_direct_link_interface_response.go b/osc/model_create_direct_link_interface_response.go
index 9591a6c1c..ccf59ea19 100644
--- a/osc/model_create_direct_link_interface_response.go
+++ b/osc/model_create_direct_link_interface_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_direct_link_request.go b/osc/model_create_direct_link_request.go
index 9c8629540..f8360a0cd 100644
--- a/osc/model_create_direct_link_request.go
+++ b/osc/model_create_direct_link_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_direct_link_response.go b/osc/model_create_direct_link_response.go
index 2445c16a8..3d980fcb0 100644
--- a/osc/model_create_direct_link_response.go
+++ b/osc/model_create_direct_link_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_flexible_gpu_request.go b/osc/model_create_flexible_gpu_request.go
index 9505310bc..4fab94dd1 100644
--- a/osc/model_create_flexible_gpu_request.go
+++ b/osc/model_create_flexible_gpu_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_flexible_gpu_response.go b/osc/model_create_flexible_gpu_response.go
index 594d18eab..3490ee606 100644
--- a/osc/model_create_flexible_gpu_response.go
+++ b/osc/model_create_flexible_gpu_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_image_export_task_request.go b/osc/model_create_image_export_task_request.go
index b0e9fd2b9..41c5d2d5e 100644
--- a/osc/model_create_image_export_task_request.go
+++ b/osc/model_create_image_export_task_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_image_export_task_response.go b/osc/model_create_image_export_task_response.go
index 96bfc1070..9a9d8861c 100644
--- a/osc/model_create_image_export_task_response.go
+++ b/osc/model_create_image_export_task_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_image_request.go b/osc/model_create_image_request.go
index 2b4e5ea85..340bd708a 100644
--- a/osc/model_create_image_request.go
+++ b/osc/model_create_image_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_image_response.go b/osc/model_create_image_response.go
index 9ccb90ed4..4d026ec3b 100644
--- a/osc/model_create_image_response.go
+++ b/osc/model_create_image_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_internet_service_request.go b/osc/model_create_internet_service_request.go
index 76bd2b5a5..c1fea06ef 100644
--- a/osc/model_create_internet_service_request.go
+++ b/osc/model_create_internet_service_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_internet_service_response.go b/osc/model_create_internet_service_response.go
index 90265dcbc..b764c7b9d 100644
--- a/osc/model_create_internet_service_response.go
+++ b/osc/model_create_internet_service_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_keypair_request.go b/osc/model_create_keypair_request.go
index 06371389a..9da055640 100644
--- a/osc/model_create_keypair_request.go
+++ b/osc/model_create_keypair_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_keypair_response.go b/osc/model_create_keypair_response.go
index 010040dc3..666762721 100644
--- a/osc/model_create_keypair_response.go
+++ b/osc/model_create_keypair_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_listener_rule_request.go b/osc/model_create_listener_rule_request.go
index f700dacfb..a4cd1138d 100644
--- a/osc/model_create_listener_rule_request.go
+++ b/osc/model_create_listener_rule_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_listener_rule_response.go b/osc/model_create_listener_rule_response.go
index c00536333..20f68e953 100644
--- a/osc/model_create_listener_rule_response.go
+++ b/osc/model_create_listener_rule_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_load_balancer_listeners_request.go b/osc/model_create_load_balancer_listeners_request.go
index 2bdcf784e..bd87c6fb0 100644
--- a/osc/model_create_load_balancer_listeners_request.go
+++ b/osc/model_create_load_balancer_listeners_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_load_balancer_listeners_response.go b/osc/model_create_load_balancer_listeners_response.go
index 0e20141d7..93466064e 100644
--- a/osc/model_create_load_balancer_listeners_response.go
+++ b/osc/model_create_load_balancer_listeners_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_load_balancer_policy_request.go b/osc/model_create_load_balancer_policy_request.go
index 5da6dfa35..1966d0c55 100644
--- a/osc/model_create_load_balancer_policy_request.go
+++ b/osc/model_create_load_balancer_policy_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_load_balancer_policy_response.go b/osc/model_create_load_balancer_policy_response.go
index 8f283a926..aa4f73dc1 100644
--- a/osc/model_create_load_balancer_policy_response.go
+++ b/osc/model_create_load_balancer_policy_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_load_balancer_request.go b/osc/model_create_load_balancer_request.go
index 711d4dd40..f7a78097f 100644
--- a/osc/model_create_load_balancer_request.go
+++ b/osc/model_create_load_balancer_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_load_balancer_response.go b/osc/model_create_load_balancer_response.go
index e25fc6f2a..d1e79ba3f 100644
--- a/osc/model_create_load_balancer_response.go
+++ b/osc/model_create_load_balancer_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_load_balancer_tags_request.go b/osc/model_create_load_balancer_tags_request.go
index 286c0e846..6138913d0 100644
--- a/osc/model_create_load_balancer_tags_request.go
+++ b/osc/model_create_load_balancer_tags_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_load_balancer_tags_response.go b/osc/model_create_load_balancer_tags_response.go
index a64210a0e..3416522eb 100644
--- a/osc/model_create_load_balancer_tags_response.go
+++ b/osc/model_create_load_balancer_tags_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_nat_service_request.go b/osc/model_create_nat_service_request.go
index 497c17317..fb9ebfcc6 100644
--- a/osc/model_create_nat_service_request.go
+++ b/osc/model_create_nat_service_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_nat_service_response.go b/osc/model_create_nat_service_response.go
index e993d3144..0f9fe27b1 100644
--- a/osc/model_create_nat_service_response.go
+++ b/osc/model_create_nat_service_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_net_access_point_request.go b/osc/model_create_net_access_point_request.go
index 470213bdf..adc506f08 100644
--- a/osc/model_create_net_access_point_request.go
+++ b/osc/model_create_net_access_point_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_net_access_point_response.go b/osc/model_create_net_access_point_response.go
index 622da2fa1..8220dba7a 100644
--- a/osc/model_create_net_access_point_response.go
+++ b/osc/model_create_net_access_point_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_net_peering_request.go b/osc/model_create_net_peering_request.go
index 1d836ab21..510e44791 100644
--- a/osc/model_create_net_peering_request.go
+++ b/osc/model_create_net_peering_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_net_peering_response.go b/osc/model_create_net_peering_response.go
index 50acc273b..66d07ab53 100644
--- a/osc/model_create_net_peering_response.go
+++ b/osc/model_create_net_peering_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_net_request.go b/osc/model_create_net_request.go
index b2f9ce96f..b3479e667 100644
--- a/osc/model_create_net_request.go
+++ b/osc/model_create_net_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_net_response.go b/osc/model_create_net_response.go
index 5f964315e..12da4e6fc 100644
--- a/osc/model_create_net_response.go
+++ b/osc/model_create_net_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_nic_request.go b/osc/model_create_nic_request.go
index 067bcbdd4..076e312c8 100644
--- a/osc/model_create_nic_request.go
+++ b/osc/model_create_nic_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_nic_response.go b/osc/model_create_nic_response.go
index 4cb96a534..874f59729 100644
--- a/osc/model_create_nic_response.go
+++ b/osc/model_create_nic_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_public_ip_request.go b/osc/model_create_public_ip_request.go
index 36e7c4c1c..be3447963 100644
--- a/osc/model_create_public_ip_request.go
+++ b/osc/model_create_public_ip_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_public_ip_response.go b/osc/model_create_public_ip_response.go
index 66ab24a0d..89fc6e90c 100644
--- a/osc/model_create_public_ip_response.go
+++ b/osc/model_create_public_ip_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_route_request.go b/osc/model_create_route_request.go
index 95a4189e0..23b185b5d 100644
--- a/osc/model_create_route_request.go
+++ b/osc/model_create_route_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_route_response.go b/osc/model_create_route_response.go
index d027185b4..98ab74d80 100644
--- a/osc/model_create_route_response.go
+++ b/osc/model_create_route_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_route_table_request.go b/osc/model_create_route_table_request.go
index cfc1af99d..fd52889a3 100644
--- a/osc/model_create_route_table_request.go
+++ b/osc/model_create_route_table_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_route_table_response.go b/osc/model_create_route_table_response.go
index 3205ab1bd..acd4faa23 100644
--- a/osc/model_create_route_table_response.go
+++ b/osc/model_create_route_table_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_security_group_request.go b/osc/model_create_security_group_request.go
index df2ecf1e1..53d08a06e 100644
--- a/osc/model_create_security_group_request.go
+++ b/osc/model_create_security_group_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_security_group_response.go b/osc/model_create_security_group_response.go
index 58de4a1df..e4fa3d67c 100644
--- a/osc/model_create_security_group_response.go
+++ b/osc/model_create_security_group_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_security_group_rule_request.go b/osc/model_create_security_group_rule_request.go
index 66dbe1614..d3b2b45ae 100644
--- a/osc/model_create_security_group_rule_request.go
+++ b/osc/model_create_security_group_rule_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -24,11 +24,11 @@ type CreateSecurityGroupRuleRequest struct {
IpRange string `json:"IpRange,omitempty"`
// Information about the security group rule to create. If you specify this parent parameter and its subparameters, you cannot specify the following parent parameters: `FromPortRange`, `IpProtocol`, `IpRange`, and `ToPortRange`.
Rules []SecurityGroupRule `json:"Rules,omitempty"`
- // The account ID of the owner of the security group for which you want to create a rule.
+ // The account ID that owns the source or destination security group specified in the `SecurityGroupNameToLink` parameter.
SecurityGroupAccountIdToLink string `json:"SecurityGroupAccountIdToLink,omitempty"`
// The ID of the security group for which you want to create a rule.
SecurityGroupId string `json:"SecurityGroupId"`
- // The ID of the source security group. If you are in the Public Cloud, you can also specify the name of the source security group.
+ // The ID of a source or destination security group that you want to link to the security group of the rule.
SecurityGroupNameToLink string `json:"SecurityGroupNameToLink,omitempty"`
// The end of the port range for the TCP and UDP protocols, or an ICMP code number. If you specify this parameter, you cannot specify the `Rules` parameter and its subparameters.
ToPortRange int32 `json:"ToPortRange,omitempty"`
diff --git a/osc/model_create_security_group_rule_response.go b/osc/model_create_security_group_rule_response.go
index e4c1be2fd..c4a016777 100644
--- a/osc/model_create_security_group_rule_response.go
+++ b/osc/model_create_security_group_rule_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_server_certificate_request.go b/osc/model_create_server_certificate_request.go
index 9a9cccd09..92d12ca18 100644
--- a/osc/model_create_server_certificate_request.go
+++ b/osc/model_create_server_certificate_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_server_certificate_response.go b/osc/model_create_server_certificate_response.go
index af00767a6..f65a7a31f 100644
--- a/osc/model_create_server_certificate_response.go
+++ b/osc/model_create_server_certificate_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_snapshot_export_task_request.go b/osc/model_create_snapshot_export_task_request.go
index 91c8f0585..5fd513a42 100644
--- a/osc/model_create_snapshot_export_task_request.go
+++ b/osc/model_create_snapshot_export_task_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_snapshot_export_task_response.go b/osc/model_create_snapshot_export_task_response.go
index e4815f6fa..d776f1a58 100644
--- a/osc/model_create_snapshot_export_task_response.go
+++ b/osc/model_create_snapshot_export_task_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_snapshot_request.go b/osc/model_create_snapshot_request.go
index b5a989ec4..78c9baf2f 100644
--- a/osc/model_create_snapshot_request.go
+++ b/osc/model_create_snapshot_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_snapshot_response.go b/osc/model_create_snapshot_response.go
index ff8f426ec..25fdab3e1 100644
--- a/osc/model_create_snapshot_response.go
+++ b/osc/model_create_snapshot_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_subnet_request.go b/osc/model_create_subnet_request.go
index 33df059d0..dd541f0eb 100644
--- a/osc/model_create_subnet_request.go
+++ b/osc/model_create_subnet_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_subnet_response.go b/osc/model_create_subnet_response.go
index 549f13c7a..c5cfb93be 100644
--- a/osc/model_create_subnet_response.go
+++ b/osc/model_create_subnet_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_tags_request.go b/osc/model_create_tags_request.go
index 7f3472c0f..567a59005 100644
--- a/osc/model_create_tags_request.go
+++ b/osc/model_create_tags_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_tags_response.go b/osc/model_create_tags_response.go
index ccc09f865..bf3a7bc0c 100644
--- a/osc/model_create_tags_response.go
+++ b/osc/model_create_tags_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_virtual_gateway_request.go b/osc/model_create_virtual_gateway_request.go
index adbb8ce25..8cd478a4c 100644
--- a/osc/model_create_virtual_gateway_request.go
+++ b/osc/model_create_virtual_gateway_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_virtual_gateway_response.go b/osc/model_create_virtual_gateway_response.go
index e606f629f..2adc26ead 100644
--- a/osc/model_create_virtual_gateway_response.go
+++ b/osc/model_create_virtual_gateway_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_vms_request.go b/osc/model_create_vms_request.go
index 21833b231..58f8a4a76 100644
--- a/osc/model_create_vms_request.go
+++ b/osc/model_create_vms_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_vms_response.go b/osc/model_create_vms_response.go
index af44c74b3..923ecec94 100644
--- a/osc/model_create_vms_response.go
+++ b/osc/model_create_vms_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_volume_request.go b/osc/model_create_volume_request.go
index ab4b58248..8ef6d46fa 100644
--- a/osc/model_create_volume_request.go
+++ b/osc/model_create_volume_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_volume_response.go b/osc/model_create_volume_response.go
index 286f384c4..8cf093da8 100644
--- a/osc/model_create_volume_response.go
+++ b/osc/model_create_volume_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_vpn_connection_request.go b/osc/model_create_vpn_connection_request.go
index a96a05814..cd20162f5 100644
--- a/osc/model_create_vpn_connection_request.go
+++ b/osc/model_create_vpn_connection_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_vpn_connection_response.go b/osc/model_create_vpn_connection_response.go
index b2c8a4950..7993ded55 100644
--- a/osc/model_create_vpn_connection_response.go
+++ b/osc/model_create_vpn_connection_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_vpn_connection_route_request.go b/osc/model_create_vpn_connection_route_request.go
index 615e285c0..7005b46b2 100644
--- a/osc/model_create_vpn_connection_route_request.go
+++ b/osc/model_create_vpn_connection_route_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_create_vpn_connection_route_response.go b/osc/model_create_vpn_connection_route_response.go
index 94303d403..fd1989c15 100644
--- a/osc/model_create_vpn_connection_route_response.go
+++ b/osc/model_create_vpn_connection_route_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_access_key_request.go b/osc/model_delete_access_key_request.go
index 6b0f221a6..e1cfe627f 100644
--- a/osc/model_delete_access_key_request.go
+++ b/osc/model_delete_access_key_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_access_key_response.go b/osc/model_delete_access_key_response.go
index 9ab58f4d0..21a875986 100644
--- a/osc/model_delete_access_key_response.go
+++ b/osc/model_delete_access_key_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_api_access_rule_request.go b/osc/model_delete_api_access_rule_request.go
index cedaf864a..f751a6dd7 100644
--- a/osc/model_delete_api_access_rule_request.go
+++ b/osc/model_delete_api_access_rule_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_api_access_rule_response.go b/osc/model_delete_api_access_rule_response.go
index ac530395c..4b672f53a 100644
--- a/osc/model_delete_api_access_rule_response.go
+++ b/osc/model_delete_api_access_rule_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_ca_request.go b/osc/model_delete_ca_request.go
index a747d5c63..984501893 100644
--- a/osc/model_delete_ca_request.go
+++ b/osc/model_delete_ca_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_ca_response.go b/osc/model_delete_ca_response.go
index 4a6df88e0..29c6049ed 100644
--- a/osc/model_delete_ca_response.go
+++ b/osc/model_delete_ca_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_client_gateway_request.go b/osc/model_delete_client_gateway_request.go
index 39360d4be..98dcc0053 100644
--- a/osc/model_delete_client_gateway_request.go
+++ b/osc/model_delete_client_gateway_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_client_gateway_response.go b/osc/model_delete_client_gateway_response.go
index 8dd6e38a6..c518952d8 100644
--- a/osc/model_delete_client_gateway_response.go
+++ b/osc/model_delete_client_gateway_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_dhcp_options_request.go b/osc/model_delete_dhcp_options_request.go
index 56d2cd62c..fecc0b80e 100644
--- a/osc/model_delete_dhcp_options_request.go
+++ b/osc/model_delete_dhcp_options_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_dhcp_options_response.go b/osc/model_delete_dhcp_options_response.go
index c018dd1fc..36608dfab 100644
--- a/osc/model_delete_dhcp_options_response.go
+++ b/osc/model_delete_dhcp_options_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_direct_link_interface_request.go b/osc/model_delete_direct_link_interface_request.go
index 496570875..43faf322e 100644
--- a/osc/model_delete_direct_link_interface_request.go
+++ b/osc/model_delete_direct_link_interface_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_direct_link_interface_response.go b/osc/model_delete_direct_link_interface_response.go
index ae94f60bc..d2270d38b 100644
--- a/osc/model_delete_direct_link_interface_response.go
+++ b/osc/model_delete_direct_link_interface_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_direct_link_request.go b/osc/model_delete_direct_link_request.go
index ef9c6f77c..88db02bfe 100644
--- a/osc/model_delete_direct_link_request.go
+++ b/osc/model_delete_direct_link_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_direct_link_response.go b/osc/model_delete_direct_link_response.go
index 55135925e..3aea1a8a5 100644
--- a/osc/model_delete_direct_link_response.go
+++ b/osc/model_delete_direct_link_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_export_task_request.go b/osc/model_delete_export_task_request.go
index 0f0972ea4..a65518f6e 100644
--- a/osc/model_delete_export_task_request.go
+++ b/osc/model_delete_export_task_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_export_task_response.go b/osc/model_delete_export_task_response.go
index d90e3eba1..744c0aae2 100644
--- a/osc/model_delete_export_task_response.go
+++ b/osc/model_delete_export_task_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_flexible_gpu_request.go b/osc/model_delete_flexible_gpu_request.go
index 7d5991a52..f0abc5062 100644
--- a/osc/model_delete_flexible_gpu_request.go
+++ b/osc/model_delete_flexible_gpu_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_flexible_gpu_response.go b/osc/model_delete_flexible_gpu_response.go
index 32b0f07c8..194e82ba4 100644
--- a/osc/model_delete_flexible_gpu_response.go
+++ b/osc/model_delete_flexible_gpu_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_image_request.go b/osc/model_delete_image_request.go
index 81bd08e09..de12ab031 100644
--- a/osc/model_delete_image_request.go
+++ b/osc/model_delete_image_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_image_response.go b/osc/model_delete_image_response.go
index 64b5d3c0f..5c8f52e5a 100644
--- a/osc/model_delete_image_response.go
+++ b/osc/model_delete_image_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_internet_service_request.go b/osc/model_delete_internet_service_request.go
index 5abd3ceca..6f1130da8 100644
--- a/osc/model_delete_internet_service_request.go
+++ b/osc/model_delete_internet_service_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_internet_service_response.go b/osc/model_delete_internet_service_response.go
index 5d6a7b67c..b32270eb1 100644
--- a/osc/model_delete_internet_service_response.go
+++ b/osc/model_delete_internet_service_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_keypair_request.go b/osc/model_delete_keypair_request.go
index ea5eeb52e..93116d2fe 100644
--- a/osc/model_delete_keypair_request.go
+++ b/osc/model_delete_keypair_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_keypair_response.go b/osc/model_delete_keypair_response.go
index d2c0f0a2b..a162f4f20 100644
--- a/osc/model_delete_keypair_response.go
+++ b/osc/model_delete_keypair_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_listener_rule_request.go b/osc/model_delete_listener_rule_request.go
index e33aa6120..5701f19c1 100644
--- a/osc/model_delete_listener_rule_request.go
+++ b/osc/model_delete_listener_rule_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_listener_rule_response.go b/osc/model_delete_listener_rule_response.go
index 4270b3c3c..e7b1c7041 100644
--- a/osc/model_delete_listener_rule_response.go
+++ b/osc/model_delete_listener_rule_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_load_balancer_listeners_request.go b/osc/model_delete_load_balancer_listeners_request.go
index f301f54f7..f6f25bbf8 100644
--- a/osc/model_delete_load_balancer_listeners_request.go
+++ b/osc/model_delete_load_balancer_listeners_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_load_balancer_listeners_response.go b/osc/model_delete_load_balancer_listeners_response.go
index 33bda8ead..68cc5dbac 100644
--- a/osc/model_delete_load_balancer_listeners_response.go
+++ b/osc/model_delete_load_balancer_listeners_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_load_balancer_policy_request.go b/osc/model_delete_load_balancer_policy_request.go
index 96a6eb88d..8b6b63873 100644
--- a/osc/model_delete_load_balancer_policy_request.go
+++ b/osc/model_delete_load_balancer_policy_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_load_balancer_policy_response.go b/osc/model_delete_load_balancer_policy_response.go
index 859cf271c..2c78f3308 100644
--- a/osc/model_delete_load_balancer_policy_response.go
+++ b/osc/model_delete_load_balancer_policy_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_load_balancer_request.go b/osc/model_delete_load_balancer_request.go
index 95d65a58a..355d0db67 100644
--- a/osc/model_delete_load_balancer_request.go
+++ b/osc/model_delete_load_balancer_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_load_balancer_response.go b/osc/model_delete_load_balancer_response.go
index 3b1fb2acb..0a76c89f7 100644
--- a/osc/model_delete_load_balancer_response.go
+++ b/osc/model_delete_load_balancer_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_load_balancer_tags_request.go b/osc/model_delete_load_balancer_tags_request.go
index 2e7f001f7..aaf9f3004 100644
--- a/osc/model_delete_load_balancer_tags_request.go
+++ b/osc/model_delete_load_balancer_tags_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_load_balancer_tags_response.go b/osc/model_delete_load_balancer_tags_response.go
index de0861cda..d323beb26 100644
--- a/osc/model_delete_load_balancer_tags_response.go
+++ b/osc/model_delete_load_balancer_tags_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_nat_service_request.go b/osc/model_delete_nat_service_request.go
index d93af71d3..fb0a06089 100644
--- a/osc/model_delete_nat_service_request.go
+++ b/osc/model_delete_nat_service_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_nat_service_response.go b/osc/model_delete_nat_service_response.go
index d99c1d3b9..2eaad4bba 100644
--- a/osc/model_delete_nat_service_response.go
+++ b/osc/model_delete_nat_service_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_net_access_point_request.go b/osc/model_delete_net_access_point_request.go
index 57130e44e..2b1d4832c 100644
--- a/osc/model_delete_net_access_point_request.go
+++ b/osc/model_delete_net_access_point_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_net_access_point_response.go b/osc/model_delete_net_access_point_response.go
index 710495227..9e7f79ab6 100644
--- a/osc/model_delete_net_access_point_response.go
+++ b/osc/model_delete_net_access_point_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_net_peering_request.go b/osc/model_delete_net_peering_request.go
index ef8ab54f9..afd751de5 100644
--- a/osc/model_delete_net_peering_request.go
+++ b/osc/model_delete_net_peering_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_net_peering_response.go b/osc/model_delete_net_peering_response.go
index 34d9ed174..a61532788 100644
--- a/osc/model_delete_net_peering_response.go
+++ b/osc/model_delete_net_peering_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_net_request.go b/osc/model_delete_net_request.go
index e42ed1d0c..9ffeaec46 100644
--- a/osc/model_delete_net_request.go
+++ b/osc/model_delete_net_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_net_response.go b/osc/model_delete_net_response.go
index 24edc2328..2ced114ef 100644
--- a/osc/model_delete_net_response.go
+++ b/osc/model_delete_net_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_nic_request.go b/osc/model_delete_nic_request.go
index 7da31c562..5c70168f3 100644
--- a/osc/model_delete_nic_request.go
+++ b/osc/model_delete_nic_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_nic_response.go b/osc/model_delete_nic_response.go
index fefa8fb36..b2cd3ed6c 100644
--- a/osc/model_delete_nic_response.go
+++ b/osc/model_delete_nic_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_public_ip_request.go b/osc/model_delete_public_ip_request.go
index 54c9c5f9f..c508bca5a 100644
--- a/osc/model_delete_public_ip_request.go
+++ b/osc/model_delete_public_ip_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_public_ip_response.go b/osc/model_delete_public_ip_response.go
index f259a3c53..d18a8f405 100644
--- a/osc/model_delete_public_ip_response.go
+++ b/osc/model_delete_public_ip_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_route_request.go b/osc/model_delete_route_request.go
index 7cc1ac0fc..1752f4d99 100644
--- a/osc/model_delete_route_request.go
+++ b/osc/model_delete_route_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_route_response.go b/osc/model_delete_route_response.go
index bd1599193..5ec83d433 100644
--- a/osc/model_delete_route_response.go
+++ b/osc/model_delete_route_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_route_table_request.go b/osc/model_delete_route_table_request.go
index c2d9d3db5..b6a1c72a8 100644
--- a/osc/model_delete_route_table_request.go
+++ b/osc/model_delete_route_table_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_route_table_response.go b/osc/model_delete_route_table_response.go
index ca783c208..6aa19407d 100644
--- a/osc/model_delete_route_table_response.go
+++ b/osc/model_delete_route_table_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_security_group_request.go b/osc/model_delete_security_group_request.go
index 8ab80c069..b94a45303 100644
--- a/osc/model_delete_security_group_request.go
+++ b/osc/model_delete_security_group_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_security_group_response.go b/osc/model_delete_security_group_response.go
index 7757ae0c9..9d710e6d3 100644
--- a/osc/model_delete_security_group_response.go
+++ b/osc/model_delete_security_group_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_security_group_rule_request.go b/osc/model_delete_security_group_rule_request.go
index ff26e2526..67703717c 100644
--- a/osc/model_delete_security_group_rule_request.go
+++ b/osc/model_delete_security_group_rule_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_security_group_rule_response.go b/osc/model_delete_security_group_rule_response.go
index 09a4abb8e..c7a9e411a 100644
--- a/osc/model_delete_security_group_rule_response.go
+++ b/osc/model_delete_security_group_rule_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_server_certificate_request.go b/osc/model_delete_server_certificate_request.go
index 8b2509157..8cccc7b01 100644
--- a/osc/model_delete_server_certificate_request.go
+++ b/osc/model_delete_server_certificate_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_server_certificate_response.go b/osc/model_delete_server_certificate_response.go
index 44714432d..e5996c175 100644
--- a/osc/model_delete_server_certificate_response.go
+++ b/osc/model_delete_server_certificate_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_snapshot_request.go b/osc/model_delete_snapshot_request.go
index 744f67307..a606942d4 100644
--- a/osc/model_delete_snapshot_request.go
+++ b/osc/model_delete_snapshot_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_snapshot_response.go b/osc/model_delete_snapshot_response.go
index 2fdae286d..eba4e50cc 100644
--- a/osc/model_delete_snapshot_response.go
+++ b/osc/model_delete_snapshot_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_subnet_request.go b/osc/model_delete_subnet_request.go
index a9904c1c0..76993dd9e 100644
--- a/osc/model_delete_subnet_request.go
+++ b/osc/model_delete_subnet_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_subnet_response.go b/osc/model_delete_subnet_response.go
index 65277d196..b12085c5a 100644
--- a/osc/model_delete_subnet_response.go
+++ b/osc/model_delete_subnet_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_tags_request.go b/osc/model_delete_tags_request.go
index e03c6e2f2..2c60e7fda 100644
--- a/osc/model_delete_tags_request.go
+++ b/osc/model_delete_tags_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_tags_response.go b/osc/model_delete_tags_response.go
index 3d30ad0a4..30cc04d42 100644
--- a/osc/model_delete_tags_response.go
+++ b/osc/model_delete_tags_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_virtual_gateway_request.go b/osc/model_delete_virtual_gateway_request.go
index 9e11f2e23..5a70db7ec 100644
--- a/osc/model_delete_virtual_gateway_request.go
+++ b/osc/model_delete_virtual_gateway_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_virtual_gateway_response.go b/osc/model_delete_virtual_gateway_response.go
index d7770a128..6b08ca029 100644
--- a/osc/model_delete_virtual_gateway_response.go
+++ b/osc/model_delete_virtual_gateway_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_vms_request.go b/osc/model_delete_vms_request.go
index 1f568ccff..6c0abddd1 100644
--- a/osc/model_delete_vms_request.go
+++ b/osc/model_delete_vms_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_vms_response.go b/osc/model_delete_vms_response.go
index 6859454d6..742c6a3e7 100644
--- a/osc/model_delete_vms_response.go
+++ b/osc/model_delete_vms_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_volume_request.go b/osc/model_delete_volume_request.go
index 399819140..fd6f25e4e 100644
--- a/osc/model_delete_volume_request.go
+++ b/osc/model_delete_volume_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_volume_response.go b/osc/model_delete_volume_response.go
index 5e087fe4e..be1084475 100644
--- a/osc/model_delete_volume_response.go
+++ b/osc/model_delete_volume_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_vpn_connection_request.go b/osc/model_delete_vpn_connection_request.go
index 0c7d88269..1009ca307 100644
--- a/osc/model_delete_vpn_connection_request.go
+++ b/osc/model_delete_vpn_connection_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_vpn_connection_response.go b/osc/model_delete_vpn_connection_response.go
index 8d165015a..5e8606400 100644
--- a/osc/model_delete_vpn_connection_response.go
+++ b/osc/model_delete_vpn_connection_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_vpn_connection_route_request.go b/osc/model_delete_vpn_connection_route_request.go
index 916e04c59..f4edf3b6e 100644
--- a/osc/model_delete_vpn_connection_route_request.go
+++ b/osc/model_delete_vpn_connection_route_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_delete_vpn_connection_route_response.go b/osc/model_delete_vpn_connection_route_response.go
index daef0f2ca..a499659ea 100644
--- a/osc/model_delete_vpn_connection_route_response.go
+++ b/osc/model_delete_vpn_connection_route_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_deregister_vms_in_load_balancer_request.go b/osc/model_deregister_vms_in_load_balancer_request.go
index 0be55860e..3637303c9 100644
--- a/osc/model_deregister_vms_in_load_balancer_request.go
+++ b/osc/model_deregister_vms_in_load_balancer_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_deregister_vms_in_load_balancer_response.go b/osc/model_deregister_vms_in_load_balancer_response.go
index d7f5f1932..55216055b 100644
--- a/osc/model_deregister_vms_in_load_balancer_response.go
+++ b/osc/model_deregister_vms_in_load_balancer_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_dhcp_options_set.go b/osc/model_dhcp_options_set.go
index 029f1d0dc..395547c4b 100644
--- a/osc/model_dhcp_options_set.go
+++ b/osc/model_dhcp_options_set.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_direct_link.go b/osc/model_direct_link.go
index a93383287..7bf580145 100644
--- a/osc/model_direct_link.go
+++ b/osc/model_direct_link.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_direct_link_interface.go b/osc/model_direct_link_interface.go
index 0d70e6a2c..aaa5afd38 100644
--- a/osc/model_direct_link_interface.go
+++ b/osc/model_direct_link_interface.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -12,7 +12,7 @@ package osc
// DirectLinkInterface Information about the DirectLink interface.
type DirectLinkInterface struct {
- // The BGP (Border Gateway Protocol) ASN (Autonomous System Number) on the customer's side of the DirectLink interface.
+ // The BGP (Border Gateway Protocol) ASN (Autonomous System Number) on the customer's side of the DirectLink interface. This number must be between `64512` and `65534`.
BgpAsn int32 `json:"BgpAsn"`
// The BGP authentication key.
BgpKey string `json:"BgpKey,omitempty"`
diff --git a/osc/model_direct_link_interfaces.go b/osc/model_direct_link_interfaces.go
index bb825235b..c8e8ec95f 100644
--- a/osc/model_direct_link_interfaces.go
+++ b/osc/model_direct_link_interfaces.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -30,7 +30,7 @@ type DirectLinkInterfaces struct {
InterfaceType string `json:"InterfaceType,omitempty"`
// The datacenter where the DirectLink interface is located.
Location string `json:"Location,omitempty"`
- // The maximum transmission unit (MTU) of the DirectLink interface, in bytes (by default, `1500`).
+ // The maximum transmission unit (MTU) of the DirectLink interface, in bytes (always `1500`).
Mtu int32 `json:"Mtu,omitempty"`
// The IP on the OUTSCALE side of the DirectLink interface.
OutscalePrivateIp string `json:"OutscalePrivateIp,omitempty"`
diff --git a/osc/model_error_response.go b/osc/model_error_response.go
index 96e3a9254..d603d19e5 100644
--- a/osc/model_error_response.go
+++ b/osc/model_error_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_errors.go b/osc/model_errors.go
index bb4b7cdd1..1d1619fda 100644
--- a/osc/model_errors.go
+++ b/osc/model_errors.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_access_keys.go b/osc/model_filters_access_keys.go
index 33ab61c51..4ff81ec09 100644
--- a/osc/model_filters_access_keys.go
+++ b/osc/model_filters_access_keys.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_api_access_rule.go b/osc/model_filters_api_access_rule.go
index 255939024..97934aca6 100644
--- a/osc/model_filters_api_access_rule.go
+++ b/osc/model_filters_api_access_rule.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_api_log.go b/osc/model_filters_api_log.go
index eca0f8143..df58e973b 100644
--- a/osc/model_filters_api_log.go
+++ b/osc/model_filters_api_log.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_ca.go b/osc/model_filters_ca.go
index f2601db67..d1c6bcf23 100644
--- a/osc/model_filters_ca.go
+++ b/osc/model_filters_ca.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_client_gateway.go b/osc/model_filters_client_gateway.go
index f12f2c72f..7f2fe2f65 100644
--- a/osc/model_filters_client_gateway.go
+++ b/osc/model_filters_client_gateway.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_dhcp_options.go b/osc/model_filters_dhcp_options.go
index 052585f52..bedbd4281 100644
--- a/osc/model_filters_dhcp_options.go
+++ b/osc/model_filters_dhcp_options.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_direct_link.go b/osc/model_filters_direct_link.go
index e7a19ada3..6a81ef093 100644
--- a/osc/model_filters_direct_link.go
+++ b/osc/model_filters_direct_link.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_direct_link_interface.go b/osc/model_filters_direct_link_interface.go
index c7c8f101b..0b763edaf 100644
--- a/osc/model_filters_direct_link_interface.go
+++ b/osc/model_filters_direct_link_interface.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_export_task.go b/osc/model_filters_export_task.go
index 4afcaca34..a90cefabb 100644
--- a/osc/model_filters_export_task.go
+++ b/osc/model_filters_export_task.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_flexible_gpu.go b/osc/model_filters_flexible_gpu.go
index 5c561f2f5..0a8f9eae9 100644
--- a/osc/model_filters_flexible_gpu.go
+++ b/osc/model_filters_flexible_gpu.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_image.go b/osc/model_filters_image.go
index 3a6982ba4..e7a9746bc 100644
--- a/osc/model_filters_image.go
+++ b/osc/model_filters_image.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_internet_service.go b/osc/model_filters_internet_service.go
index d73f29e5f..0b5990142 100644
--- a/osc/model_filters_internet_service.go
+++ b/osc/model_filters_internet_service.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_keypair.go b/osc/model_filters_keypair.go
index 1ec86021d..c105da65f 100644
--- a/osc/model_filters_keypair.go
+++ b/osc/model_filters_keypair.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_listener_rule.go b/osc/model_filters_listener_rule.go
index ec15576b8..73e087063 100644
--- a/osc/model_filters_listener_rule.go
+++ b/osc/model_filters_listener_rule.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_load_balancer.go b/osc/model_filters_load_balancer.go
index c42d57fb6..0eb59c775 100644
--- a/osc/model_filters_load_balancer.go
+++ b/osc/model_filters_load_balancer.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_nat_service.go b/osc/model_filters_nat_service.go
index 55fbd9300..b07827a31 100644
--- a/osc/model_filters_nat_service.go
+++ b/osc/model_filters_nat_service.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_net.go b/osc/model_filters_net.go
index f70837d41..6c541e222 100644
--- a/osc/model_filters_net.go
+++ b/osc/model_filters_net.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_net_access_point.go b/osc/model_filters_net_access_point.go
index d4431e3bf..0113fbee0 100644
--- a/osc/model_filters_net_access_point.go
+++ b/osc/model_filters_net_access_point.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_net_peering.go b/osc/model_filters_net_peering.go
index 517b06404..871b70982 100644
--- a/osc/model_filters_net_peering.go
+++ b/osc/model_filters_net_peering.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_nic.go b/osc/model_filters_nic.go
index 1b5635a76..1fecf1f8b 100644
--- a/osc/model_filters_nic.go
+++ b/osc/model_filters_nic.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_product_type.go b/osc/model_filters_product_type.go
index 27dd096df..4015f1211 100644
--- a/osc/model_filters_product_type.go
+++ b/osc/model_filters_product_type.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_public_ip.go b/osc/model_filters_public_ip.go
index 17c447c72..1630794e7 100644
--- a/osc/model_filters_public_ip.go
+++ b/osc/model_filters_public_ip.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_quota.go b/osc/model_filters_quota.go
index 6980cade2..da9c15562 100644
--- a/osc/model_filters_quota.go
+++ b/osc/model_filters_quota.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_route_table.go b/osc/model_filters_route_table.go
index 13fc24ca7..a535b563b 100644
--- a/osc/model_filters_route_table.go
+++ b/osc/model_filters_route_table.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_security_group.go b/osc/model_filters_security_group.go
index b4a719277..282398c46 100644
--- a/osc/model_filters_security_group.go
+++ b/osc/model_filters_security_group.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_server_certificate.go b/osc/model_filters_server_certificate.go
index 569f55870..69b1ad227 100644
--- a/osc/model_filters_server_certificate.go
+++ b/osc/model_filters_server_certificate.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_service.go b/osc/model_filters_service.go
index a067a795e..f1a41b8f4 100644
--- a/osc/model_filters_service.go
+++ b/osc/model_filters_service.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_snapshot.go b/osc/model_filters_snapshot.go
index fb4dc02ac..ea6e02b29 100644
--- a/osc/model_filters_snapshot.go
+++ b/osc/model_filters_snapshot.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_subnet.go b/osc/model_filters_subnet.go
index 2ff0c2b44..4cdf23cd1 100644
--- a/osc/model_filters_subnet.go
+++ b/osc/model_filters_subnet.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_subregion.go b/osc/model_filters_subregion.go
index 58c9f8377..c31222e0c 100644
--- a/osc/model_filters_subregion.go
+++ b/osc/model_filters_subregion.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_tag.go b/osc/model_filters_tag.go
index 4941ff74a..849082f39 100644
--- a/osc/model_filters_tag.go
+++ b/osc/model_filters_tag.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_virtual_gateway.go b/osc/model_filters_virtual_gateway.go
index 243114796..11cb0c74f 100644
--- a/osc/model_filters_virtual_gateway.go
+++ b/osc/model_filters_virtual_gateway.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_vm.go b/osc/model_filters_vm.go
index cd79321eb..7fab79718 100644
--- a/osc/model_filters_vm.go
+++ b/osc/model_filters_vm.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_vm_type.go b/osc/model_filters_vm_type.go
index ffb4545fc..87466cd4d 100644
--- a/osc/model_filters_vm_type.go
+++ b/osc/model_filters_vm_type.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_vms_state.go b/osc/model_filters_vms_state.go
index a37990587..85aac212a 100644
--- a/osc/model_filters_vms_state.go
+++ b/osc/model_filters_vms_state.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_volume.go b/osc/model_filters_volume.go
index 99e123de6..e654f92fb 100644
--- a/osc/model_filters_volume.go
+++ b/osc/model_filters_volume.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_filters_vpn_connection.go b/osc/model_filters_vpn_connection.go
index 5de44414e..49a90b230 100644
--- a/osc/model_filters_vpn_connection.go
+++ b/osc/model_filters_vpn_connection.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_flexible_gpu.go b/osc/model_flexible_gpu.go
index 426dfaaf6..115bfed9d 100644
--- a/osc/model_flexible_gpu.go
+++ b/osc/model_flexible_gpu.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_flexible_gpu_catalog.go b/osc/model_flexible_gpu_catalog.go
index 75f590f9e..25ed13c93 100644
--- a/osc/model_flexible_gpu_catalog.go
+++ b/osc/model_flexible_gpu_catalog.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_health_check.go b/osc/model_health_check.go
index 9581530cc..b76b4bf80 100644
--- a/osc/model_health_check.go
+++ b/osc/model_health_check.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_image.go b/osc/model_image.go
index 101b36119..b0cbf492f 100644
--- a/osc/model_image.go
+++ b/osc/model_image.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_image_export_task.go b/osc/model_image_export_task.go
index 3c2b4da5d..c14a3f1fe 100644
--- a/osc/model_image_export_task.go
+++ b/osc/model_image_export_task.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_internet_service.go b/osc/model_internet_service.go
index 66e116197..20ee86385 100644
--- a/osc/model_internet_service.go
+++ b/osc/model_internet_service.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_keypair.go b/osc/model_keypair.go
index c1b55ba7e..b6af63834 100644
--- a/osc/model_keypair.go
+++ b/osc/model_keypair.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_keypair_created.go b/osc/model_keypair_created.go
index 7a733c9a7..326764125 100644
--- a/osc/model_keypair_created.go
+++ b/osc/model_keypair_created.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_flexible_gpu_request.go b/osc/model_link_flexible_gpu_request.go
index 6495dc37d..71c7c71cf 100644
--- a/osc/model_link_flexible_gpu_request.go
+++ b/osc/model_link_flexible_gpu_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_flexible_gpu_response.go b/osc/model_link_flexible_gpu_response.go
index 9a3a962dd..62dad1cd6 100644
--- a/osc/model_link_flexible_gpu_response.go
+++ b/osc/model_link_flexible_gpu_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_internet_service_request.go b/osc/model_link_internet_service_request.go
index 27c714350..ebb88ef77 100644
--- a/osc/model_link_internet_service_request.go
+++ b/osc/model_link_internet_service_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_internet_service_response.go b/osc/model_link_internet_service_response.go
index f26bfbab7..6e25e97b9 100644
--- a/osc/model_link_internet_service_response.go
+++ b/osc/model_link_internet_service_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_load_balancer_backend_machines_request.go b/osc/model_link_load_balancer_backend_machines_request.go
index 4c044d498..7cfe6b824 100644
--- a/osc/model_link_load_balancer_backend_machines_request.go
+++ b/osc/model_link_load_balancer_backend_machines_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_load_balancer_backend_machines_response.go b/osc/model_link_load_balancer_backend_machines_response.go
index e118df34d..248cdcbba 100644
--- a/osc/model_link_load_balancer_backend_machines_response.go
+++ b/osc/model_link_load_balancer_backend_machines_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_nic.go b/osc/model_link_nic.go
index c78c7451e..ce5156c0e 100644
--- a/osc/model_link_nic.go
+++ b/osc/model_link_nic.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_nic_light.go b/osc/model_link_nic_light.go
index 9d296e3ec..cd194f5c2 100644
--- a/osc/model_link_nic_light.go
+++ b/osc/model_link_nic_light.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_nic_request.go b/osc/model_link_nic_request.go
index e7912c23e..07d011180 100644
--- a/osc/model_link_nic_request.go
+++ b/osc/model_link_nic_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_nic_response.go b/osc/model_link_nic_response.go
index 91b26c02c..ccc40cd30 100644
--- a/osc/model_link_nic_response.go
+++ b/osc/model_link_nic_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_nic_to_update.go b/osc/model_link_nic_to_update.go
index 279a425a0..35bbde29d 100644
--- a/osc/model_link_nic_to_update.go
+++ b/osc/model_link_nic_to_update.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_private_ips_request.go b/osc/model_link_private_ips_request.go
index 0e098dbe0..af85408a6 100644
--- a/osc/model_link_private_ips_request.go
+++ b/osc/model_link_private_ips_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_private_ips_response.go b/osc/model_link_private_ips_response.go
index fba51432f..27a0301c7 100644
--- a/osc/model_link_private_ips_response.go
+++ b/osc/model_link_private_ips_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_public_ip.go b/osc/model_link_public_ip.go
index 1b50d400d..720ed8ef8 100644
--- a/osc/model_link_public_ip.go
+++ b/osc/model_link_public_ip.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_public_ip_light_for_vm.go b/osc/model_link_public_ip_light_for_vm.go
index 150b11eae..47d86ec33 100644
--- a/osc/model_link_public_ip_light_for_vm.go
+++ b/osc/model_link_public_ip_light_for_vm.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_public_ip_request.go b/osc/model_link_public_ip_request.go
index 1c8b7194e..15c237c01 100644
--- a/osc/model_link_public_ip_request.go
+++ b/osc/model_link_public_ip_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_public_ip_response.go b/osc/model_link_public_ip_response.go
index 60c7046f6..73c1a8500 100644
--- a/osc/model_link_public_ip_response.go
+++ b/osc/model_link_public_ip_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_route_table.go b/osc/model_link_route_table.go
index 7ed9609f5..1048eb1a4 100644
--- a/osc/model_link_route_table.go
+++ b/osc/model_link_route_table.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_route_table_request.go b/osc/model_link_route_table_request.go
index 930f4b79d..933cfdf41 100644
--- a/osc/model_link_route_table_request.go
+++ b/osc/model_link_route_table_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_route_table_response.go b/osc/model_link_route_table_response.go
index 8134f7f8e..cec2c175e 100644
--- a/osc/model_link_route_table_response.go
+++ b/osc/model_link_route_table_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_virtual_gateway_request.go b/osc/model_link_virtual_gateway_request.go
index b80042ba5..3aa136a94 100644
--- a/osc/model_link_virtual_gateway_request.go
+++ b/osc/model_link_virtual_gateway_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_virtual_gateway_response.go b/osc/model_link_virtual_gateway_response.go
index f6ba0ee47..07e704fcf 100644
--- a/osc/model_link_virtual_gateway_response.go
+++ b/osc/model_link_virtual_gateway_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_volume_request.go b/osc/model_link_volume_request.go
index 70c2ac073..5bc76397a 100644
--- a/osc/model_link_volume_request.go
+++ b/osc/model_link_volume_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_link_volume_response.go b/osc/model_link_volume_response.go
index 97eaddbe4..f9a41d7c0 100644
--- a/osc/model_link_volume_response.go
+++ b/osc/model_link_volume_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_linked_volume.go b/osc/model_linked_volume.go
index ea741fb88..09c99889f 100644
--- a/osc/model_linked_volume.go
+++ b/osc/model_linked_volume.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_listener.go b/osc/model_listener.go
index 8b9b9db76..f417954a7 100644
--- a/osc/model_listener.go
+++ b/osc/model_listener.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_listener_for_creation.go b/osc/model_listener_for_creation.go
index 1fbdc052e..2dfb43b1d 100644
--- a/osc/model_listener_for_creation.go
+++ b/osc/model_listener_for_creation.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_listener_rule.go b/osc/model_listener_rule.go
index 1e6814ebc..4ea84f2e7 100644
--- a/osc/model_listener_rule.go
+++ b/osc/model_listener_rule.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_listener_rule_for_creation.go b/osc/model_listener_rule_for_creation.go
index 21029b696..2bab1124c 100644
--- a/osc/model_listener_rule_for_creation.go
+++ b/osc/model_listener_rule_for_creation.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_load_balancer.go b/osc/model_load_balancer.go
index 73553f563..31ea6c3bd 100644
--- a/osc/model_load_balancer.go
+++ b/osc/model_load_balancer.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_load_balancer_light.go b/osc/model_load_balancer_light.go
index dcd71c743..bc4357f02 100644
--- a/osc/model_load_balancer_light.go
+++ b/osc/model_load_balancer_light.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_load_balancer_sticky_cookie_policy.go b/osc/model_load_balancer_sticky_cookie_policy.go
index ac65a1c43..ee5bab8cc 100644
--- a/osc/model_load_balancer_sticky_cookie_policy.go
+++ b/osc/model_load_balancer_sticky_cookie_policy.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_load_balancer_tag.go b/osc/model_load_balancer_tag.go
index d5812072f..0d076c9c5 100644
--- a/osc/model_load_balancer_tag.go
+++ b/osc/model_load_balancer_tag.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_location.go b/osc/model_location.go
index c1945be5b..ea89e351f 100644
--- a/osc/model_location.go
+++ b/osc/model_location.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_log.go b/osc/model_log.go
index e55ab4f4b..f7424d01c 100644
--- a/osc/model_log.go
+++ b/osc/model_log.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_maintenance_event.go b/osc/model_maintenance_event.go
index eadad0cdc..c832472ec 100644
--- a/osc/model_maintenance_event.go
+++ b/osc/model_maintenance_event.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_nat_service.go b/osc/model_nat_service.go
index 85705b571..cda455671 100644
--- a/osc/model_nat_service.go
+++ b/osc/model_nat_service.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_net.go b/osc/model_net.go
index 0353fd6d8..1fdad9139 100644
--- a/osc/model_net.go
+++ b/osc/model_net.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_net_access_point.go b/osc/model_net_access_point.go
index 585141424..cfdaa4af2 100644
--- a/osc/model_net_access_point.go
+++ b/osc/model_net_access_point.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_net_peering.go b/osc/model_net_peering.go
index 21157a738..50b1e0c5c 100644
--- a/osc/model_net_peering.go
+++ b/osc/model_net_peering.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_net_peering_state.go b/osc/model_net_peering_state.go
index b8f0aae8b..8bebb4998 100644
--- a/osc/model_net_peering_state.go
+++ b/osc/model_net_peering_state.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_net_to_virtual_gateway_link.go b/osc/model_net_to_virtual_gateway_link.go
index 864dfc182..77428b0f9 100644
--- a/osc/model_net_to_virtual_gateway_link.go
+++ b/osc/model_net_to_virtual_gateway_link.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_nic.go b/osc/model_nic.go
index be067af33..c119ea7c6 100644
--- a/osc/model_nic.go
+++ b/osc/model_nic.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_nic_for_vm_creation.go b/osc/model_nic_for_vm_creation.go
index 17878e774..fc553d17c 100644
--- a/osc/model_nic_for_vm_creation.go
+++ b/osc/model_nic_for_vm_creation.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_nic_light.go b/osc/model_nic_light.go
index aa12e98a6..5e47bd550 100644
--- a/osc/model_nic_light.go
+++ b/osc/model_nic_light.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_osu_api_key.go b/osc/model_osu_api_key.go
index af7c0f9c2..1215fc847 100644
--- a/osc/model_osu_api_key.go
+++ b/osc/model_osu_api_key.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_osu_export_image_export_task.go b/osc/model_osu_export_image_export_task.go
index 27eec7380..445d75afb 100644
--- a/osc/model_osu_export_image_export_task.go
+++ b/osc/model_osu_export_image_export_task.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_osu_export_snapshot_export_task.go b/osc/model_osu_export_snapshot_export_task.go
index d97a4d505..5242901c8 100644
--- a/osc/model_osu_export_snapshot_export_task.go
+++ b/osc/model_osu_export_snapshot_export_task.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_osu_export_to_create.go b/osc/model_osu_export_to_create.go
index 273f8d4bf..ecf8fe9b9 100644
--- a/osc/model_osu_export_to_create.go
+++ b/osc/model_osu_export_to_create.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_permissions_on_resource.go b/osc/model_permissions_on_resource.go
index dfaef0565..5888408c2 100644
--- a/osc/model_permissions_on_resource.go
+++ b/osc/model_permissions_on_resource.go
@@ -3,17 +3,17 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package osc
-// PermissionsOnResource Information about the users who have permissions for the resource.
+// PermissionsOnResource Permissions for the resource.
type PermissionsOnResource struct {
- // The account ID of one or more users who have permissions for the resource.
+ // One or more account IDs that the permission is associated with.
AccountIds []string `json:"AccountIds,omitempty"`
- // If true, the resource is public. If false, the resource is private.
+ // A global permission for all accounts.
(Request) Set this parameter to true to make the resource public (if the parent parameter is `Additions`) or to make the resource private (if the parent parameter is `Removals`).
(Response) If true, the resource is public. If false, the resource is private.
GlobalPermission bool `json:"GlobalPermission,omitempty"`
}
diff --git a/osc/model_permissions_on_resource_creation.go b/osc/model_permissions_on_resource_creation.go
index 7704bdc31..38a8c6c1b 100644
--- a/osc/model_permissions_on_resource_creation.go
+++ b/osc/model_permissions_on_resource_creation.go
@@ -3,14 +3,14 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package osc
-// PermissionsOnResourceCreation Information about the permissions for the resource.
+// PermissionsOnResourceCreation Information about the permissions for the resource.
Specify either the `Additions` or the `Removals` parameter.
type PermissionsOnResourceCreation struct {
Additions PermissionsOnResource `json:"Additions,omitempty"`
Removals PermissionsOnResource `json:"Removals,omitempty"`
diff --git a/osc/model_phase1_options.go b/osc/model_phase1_options.go
index a3a4c5694..40ebaca9f 100644
--- a/osc/model_phase1_options.go
+++ b/osc/model_phase1_options.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_phase2_options.go b/osc/model_phase2_options.go
index d73ecafc8..523deea62 100644
--- a/osc/model_phase2_options.go
+++ b/osc/model_phase2_options.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_placement.go b/osc/model_placement.go
index cb00e62e4..610483e37 100644
--- a/osc/model_placement.go
+++ b/osc/model_placement.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_private_ip.go b/osc/model_private_ip.go
index 98222b247..6210f238d 100644
--- a/osc/model_private_ip.go
+++ b/osc/model_private_ip.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_private_ip_light.go b/osc/model_private_ip_light.go
index 2397c8a62..2134ad27b 100644
--- a/osc/model_private_ip_light.go
+++ b/osc/model_private_ip_light.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_private_ip_light_for_vm.go b/osc/model_private_ip_light_for_vm.go
index 60c82737b..eaafc2bcb 100644
--- a/osc/model_private_ip_light_for_vm.go
+++ b/osc/model_private_ip_light_for_vm.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_product_type.go b/osc/model_product_type.go
index c5a5edb97..a2d6bfbf6 100644
--- a/osc/model_product_type.go
+++ b/osc/model_product_type.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_public_ip.go b/osc/model_public_ip.go
index 63dd86b39..28fd151ea 100644
--- a/osc/model_public_ip.go
+++ b/osc/model_public_ip.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_public_ip_light.go b/osc/model_public_ip_light.go
index ce05fd893..5f8453d70 100644
--- a/osc/model_public_ip_light.go
+++ b/osc/model_public_ip_light.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_quota.go b/osc/model_quota.go
index b1cc9d9ee..3aa5217b9 100644
--- a/osc/model_quota.go
+++ b/osc/model_quota.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_quota_types.go b/osc/model_quota_types.go
index 81c401735..459527c15 100644
--- a/osc/model_quota_types.go
+++ b/osc/model_quota_types.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_access_keys_request.go b/osc/model_read_access_keys_request.go
index e71c00d72..2024002c9 100644
--- a/osc/model_read_access_keys_request.go
+++ b/osc/model_read_access_keys_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_access_keys_response.go b/osc/model_read_access_keys_response.go
index ffdf6daf8..1ebe1558c 100644
--- a/osc/model_read_access_keys_response.go
+++ b/osc/model_read_access_keys_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_accounts_request.go b/osc/model_read_accounts_request.go
index 10dca3e6d..dad87a18a 100644
--- a/osc/model_read_accounts_request.go
+++ b/osc/model_read_accounts_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_accounts_response.go b/osc/model_read_accounts_response.go
index 9c44e6bd7..0de44e864 100644
--- a/osc/model_read_accounts_response.go
+++ b/osc/model_read_accounts_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_admin_password_request.go b/osc/model_read_admin_password_request.go
index e9a68ad15..fc43ad996 100644
--- a/osc/model_read_admin_password_request.go
+++ b/osc/model_read_admin_password_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_admin_password_response.go b/osc/model_read_admin_password_response.go
index a9c5d7d5e..7aad666f7 100644
--- a/osc/model_read_admin_password_response.go
+++ b/osc/model_read_admin_password_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_api_access_policy_request.go b/osc/model_read_api_access_policy_request.go
index ce15cd919..bb266e620 100644
--- a/osc/model_read_api_access_policy_request.go
+++ b/osc/model_read_api_access_policy_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_api_access_policy_response.go b/osc/model_read_api_access_policy_response.go
index fc1ec8c7b..287e6db85 100644
--- a/osc/model_read_api_access_policy_response.go
+++ b/osc/model_read_api_access_policy_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_api_access_rules_request.go b/osc/model_read_api_access_rules_request.go
index 54140cf80..ffdefba85 100644
--- a/osc/model_read_api_access_rules_request.go
+++ b/osc/model_read_api_access_rules_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_api_access_rules_response.go b/osc/model_read_api_access_rules_response.go
index 7bf153b5a..a77452aff 100644
--- a/osc/model_read_api_access_rules_response.go
+++ b/osc/model_read_api_access_rules_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_api_logs_request.go b/osc/model_read_api_logs_request.go
index 40a1264b6..7da92a8aa 100644
--- a/osc/model_read_api_logs_request.go
+++ b/osc/model_read_api_logs_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_api_logs_response.go b/osc/model_read_api_logs_response.go
index 5c8ec352d..9959c9a65 100644
--- a/osc/model_read_api_logs_response.go
+++ b/osc/model_read_api_logs_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_cas_request.go b/osc/model_read_cas_request.go
index d1309d49f..95efd764c 100644
--- a/osc/model_read_cas_request.go
+++ b/osc/model_read_cas_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_cas_response.go b/osc/model_read_cas_response.go
index 9741f6daf..b2b4c9537 100644
--- a/osc/model_read_cas_response.go
+++ b/osc/model_read_cas_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_catalog_request.go b/osc/model_read_catalog_request.go
index d7fc15a78..3800c3ce6 100644
--- a/osc/model_read_catalog_request.go
+++ b/osc/model_read_catalog_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_catalog_response.go b/osc/model_read_catalog_response.go
index efe86a744..68d7c034f 100644
--- a/osc/model_read_catalog_response.go
+++ b/osc/model_read_catalog_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_client_gateways_request.go b/osc/model_read_client_gateways_request.go
index 74c374d5f..d32d8a625 100644
--- a/osc/model_read_client_gateways_request.go
+++ b/osc/model_read_client_gateways_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_client_gateways_response.go b/osc/model_read_client_gateways_response.go
index ea2bd132c..9671fd122 100644
--- a/osc/model_read_client_gateways_response.go
+++ b/osc/model_read_client_gateways_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_console_output_request.go b/osc/model_read_console_output_request.go
index ebd6a1bda..8bdd5d991 100644
--- a/osc/model_read_console_output_request.go
+++ b/osc/model_read_console_output_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_console_output_response.go b/osc/model_read_console_output_response.go
index 4afd69f8c..2ae862936 100644
--- a/osc/model_read_console_output_response.go
+++ b/osc/model_read_console_output_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_consumption_account_request.go b/osc/model_read_consumption_account_request.go
index 465e94299..69b4fce49 100644
--- a/osc/model_read_consumption_account_request.go
+++ b/osc/model_read_consumption_account_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_consumption_account_response.go b/osc/model_read_consumption_account_response.go
index c9a62b02d..380b0928b 100644
--- a/osc/model_read_consumption_account_response.go
+++ b/osc/model_read_consumption_account_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_dhcp_options_request.go b/osc/model_read_dhcp_options_request.go
index df9f47217..9c6cc467e 100644
--- a/osc/model_read_dhcp_options_request.go
+++ b/osc/model_read_dhcp_options_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_dhcp_options_response.go b/osc/model_read_dhcp_options_response.go
index 55e66b1e1..e06d19b61 100644
--- a/osc/model_read_dhcp_options_response.go
+++ b/osc/model_read_dhcp_options_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_direct_link_interfaces_request.go b/osc/model_read_direct_link_interfaces_request.go
index 029799190..97acca49d 100644
--- a/osc/model_read_direct_link_interfaces_request.go
+++ b/osc/model_read_direct_link_interfaces_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_direct_link_interfaces_response.go b/osc/model_read_direct_link_interfaces_response.go
index 89e9da6bb..b415c019f 100644
--- a/osc/model_read_direct_link_interfaces_response.go
+++ b/osc/model_read_direct_link_interfaces_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_direct_links_request.go b/osc/model_read_direct_links_request.go
index 91fd7eb32..add73f400 100644
--- a/osc/model_read_direct_links_request.go
+++ b/osc/model_read_direct_links_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_direct_links_response.go b/osc/model_read_direct_links_response.go
index 2134d1f49..8ee20c644 100644
--- a/osc/model_read_direct_links_response.go
+++ b/osc/model_read_direct_links_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_flexible_gpu_catalog_request.go b/osc/model_read_flexible_gpu_catalog_request.go
index 45922b28e..e0a94f69c 100644
--- a/osc/model_read_flexible_gpu_catalog_request.go
+++ b/osc/model_read_flexible_gpu_catalog_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_flexible_gpu_catalog_response.go b/osc/model_read_flexible_gpu_catalog_response.go
index 854c2acce..5da53edaa 100644
--- a/osc/model_read_flexible_gpu_catalog_response.go
+++ b/osc/model_read_flexible_gpu_catalog_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_flexible_gpus_request.go b/osc/model_read_flexible_gpus_request.go
index 2e99135d8..1abb62dd8 100644
--- a/osc/model_read_flexible_gpus_request.go
+++ b/osc/model_read_flexible_gpus_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_flexible_gpus_response.go b/osc/model_read_flexible_gpus_response.go
index ebb935699..29edc6a79 100644
--- a/osc/model_read_flexible_gpus_response.go
+++ b/osc/model_read_flexible_gpus_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_image_export_tasks_request.go b/osc/model_read_image_export_tasks_request.go
index 4d9da60a9..7f50397a8 100644
--- a/osc/model_read_image_export_tasks_request.go
+++ b/osc/model_read_image_export_tasks_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_image_export_tasks_response.go b/osc/model_read_image_export_tasks_response.go
index 6a80b0afb..7f2839b86 100644
--- a/osc/model_read_image_export_tasks_response.go
+++ b/osc/model_read_image_export_tasks_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_images_request.go b/osc/model_read_images_request.go
index 3faf9c559..71268431d 100644
--- a/osc/model_read_images_request.go
+++ b/osc/model_read_images_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_images_response.go b/osc/model_read_images_response.go
index 84b27f726..939915c57 100644
--- a/osc/model_read_images_response.go
+++ b/osc/model_read_images_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_internet_services_request.go b/osc/model_read_internet_services_request.go
index 47d849e85..607c995e1 100644
--- a/osc/model_read_internet_services_request.go
+++ b/osc/model_read_internet_services_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_internet_services_response.go b/osc/model_read_internet_services_response.go
index c5e83aea0..379bc3662 100644
--- a/osc/model_read_internet_services_response.go
+++ b/osc/model_read_internet_services_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_keypairs_request.go b/osc/model_read_keypairs_request.go
index d43aeaefa..608613796 100644
--- a/osc/model_read_keypairs_request.go
+++ b/osc/model_read_keypairs_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_keypairs_response.go b/osc/model_read_keypairs_response.go
index ddefc8470..9202cb2d7 100644
--- a/osc/model_read_keypairs_response.go
+++ b/osc/model_read_keypairs_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_listener_rules_request.go b/osc/model_read_listener_rules_request.go
index 6dbe07236..1b705c35f 100644
--- a/osc/model_read_listener_rules_request.go
+++ b/osc/model_read_listener_rules_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_listener_rules_response.go b/osc/model_read_listener_rules_response.go
index d76407f3c..5c1d615cd 100644
--- a/osc/model_read_listener_rules_response.go
+++ b/osc/model_read_listener_rules_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_load_balancer_tags_request.go b/osc/model_read_load_balancer_tags_request.go
index b9bab4126..cd192f0e7 100644
--- a/osc/model_read_load_balancer_tags_request.go
+++ b/osc/model_read_load_balancer_tags_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_load_balancer_tags_response.go b/osc/model_read_load_balancer_tags_response.go
index 18d25b594..f8fa6147b 100644
--- a/osc/model_read_load_balancer_tags_response.go
+++ b/osc/model_read_load_balancer_tags_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_load_balancers_request.go b/osc/model_read_load_balancers_request.go
index 5af233300..dbaa72ec7 100644
--- a/osc/model_read_load_balancers_request.go
+++ b/osc/model_read_load_balancers_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_load_balancers_response.go b/osc/model_read_load_balancers_response.go
index d62e40729..17d3b5fab 100644
--- a/osc/model_read_load_balancers_response.go
+++ b/osc/model_read_load_balancers_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_locations_request.go b/osc/model_read_locations_request.go
index f92fa27a5..1d1dab86e 100644
--- a/osc/model_read_locations_request.go
+++ b/osc/model_read_locations_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_locations_response.go b/osc/model_read_locations_response.go
index 5acdfe1ba..5d86410d2 100644
--- a/osc/model_read_locations_response.go
+++ b/osc/model_read_locations_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_nat_services_request.go b/osc/model_read_nat_services_request.go
index dea0c34bb..1893328dd 100644
--- a/osc/model_read_nat_services_request.go
+++ b/osc/model_read_nat_services_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_nat_services_response.go b/osc/model_read_nat_services_response.go
index 91c64ace0..d2d723c81 100644
--- a/osc/model_read_nat_services_response.go
+++ b/osc/model_read_nat_services_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_net_access_point_services_request.go b/osc/model_read_net_access_point_services_request.go
index 8dc13d59f..af485aad0 100644
--- a/osc/model_read_net_access_point_services_request.go
+++ b/osc/model_read_net_access_point_services_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_net_access_point_services_response.go b/osc/model_read_net_access_point_services_response.go
index a4f1d4e28..9f1725d38 100644
--- a/osc/model_read_net_access_point_services_response.go
+++ b/osc/model_read_net_access_point_services_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_net_access_points_request.go b/osc/model_read_net_access_points_request.go
index 227319d0b..6a5745ab9 100644
--- a/osc/model_read_net_access_points_request.go
+++ b/osc/model_read_net_access_points_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_net_access_points_response.go b/osc/model_read_net_access_points_response.go
index 5c25e88c5..9565a0565 100644
--- a/osc/model_read_net_access_points_response.go
+++ b/osc/model_read_net_access_points_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_net_peerings_request.go b/osc/model_read_net_peerings_request.go
index 0f7c69483..d7bbbffe4 100644
--- a/osc/model_read_net_peerings_request.go
+++ b/osc/model_read_net_peerings_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_net_peerings_response.go b/osc/model_read_net_peerings_response.go
index 97b774e49..c7760b7ca 100644
--- a/osc/model_read_net_peerings_response.go
+++ b/osc/model_read_net_peerings_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_nets_request.go b/osc/model_read_nets_request.go
index 462354964..b19261c73 100644
--- a/osc/model_read_nets_request.go
+++ b/osc/model_read_nets_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_nets_response.go b/osc/model_read_nets_response.go
index f2a605bf3..0046743e1 100644
--- a/osc/model_read_nets_response.go
+++ b/osc/model_read_nets_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_nics_request.go b/osc/model_read_nics_request.go
index d807c8691..8570bf696 100644
--- a/osc/model_read_nics_request.go
+++ b/osc/model_read_nics_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_nics_response.go b/osc/model_read_nics_response.go
index 354b0c015..06c115fb6 100644
--- a/osc/model_read_nics_response.go
+++ b/osc/model_read_nics_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_product_types_request.go b/osc/model_read_product_types_request.go
index 4577c5a72..2c09127a4 100644
--- a/osc/model_read_product_types_request.go
+++ b/osc/model_read_product_types_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_product_types_response.go b/osc/model_read_product_types_response.go
index 2d76557a5..14726c370 100644
--- a/osc/model_read_product_types_response.go
+++ b/osc/model_read_product_types_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_public_catalog_request.go b/osc/model_read_public_catalog_request.go
index b304e5be9..8df507655 100644
--- a/osc/model_read_public_catalog_request.go
+++ b/osc/model_read_public_catalog_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_public_catalog_response.go b/osc/model_read_public_catalog_response.go
index 08c37263e..8fe9fc2cf 100644
--- a/osc/model_read_public_catalog_response.go
+++ b/osc/model_read_public_catalog_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_public_ip_ranges_request.go b/osc/model_read_public_ip_ranges_request.go
index e2efddab9..32ae56893 100644
--- a/osc/model_read_public_ip_ranges_request.go
+++ b/osc/model_read_public_ip_ranges_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_public_ip_ranges_response.go b/osc/model_read_public_ip_ranges_response.go
index 600cb483c..73fe6d205 100644
--- a/osc/model_read_public_ip_ranges_response.go
+++ b/osc/model_read_public_ip_ranges_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_public_ips_request.go b/osc/model_read_public_ips_request.go
index 0aa16ca94..4bcb14cb4 100644
--- a/osc/model_read_public_ips_request.go
+++ b/osc/model_read_public_ips_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_public_ips_response.go b/osc/model_read_public_ips_response.go
index a56e5ffa8..3a810ce77 100644
--- a/osc/model_read_public_ips_response.go
+++ b/osc/model_read_public_ips_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_quotas_request.go b/osc/model_read_quotas_request.go
index c34e61653..0853a939a 100644
--- a/osc/model_read_quotas_request.go
+++ b/osc/model_read_quotas_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_quotas_response.go b/osc/model_read_quotas_response.go
index 6a03122a2..1e9f63b61 100644
--- a/osc/model_read_quotas_response.go
+++ b/osc/model_read_quotas_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_regions_request.go b/osc/model_read_regions_request.go
index 10d6560ed..49bcc7af5 100644
--- a/osc/model_read_regions_request.go
+++ b/osc/model_read_regions_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_regions_response.go b/osc/model_read_regions_response.go
index 2ca726b97..603df0563 100644
--- a/osc/model_read_regions_response.go
+++ b/osc/model_read_regions_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_route_tables_request.go b/osc/model_read_route_tables_request.go
index 8f7e0c874..b26a7329c 100644
--- a/osc/model_read_route_tables_request.go
+++ b/osc/model_read_route_tables_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_route_tables_response.go b/osc/model_read_route_tables_response.go
index 76260fecc..b470a70e9 100644
--- a/osc/model_read_route_tables_response.go
+++ b/osc/model_read_route_tables_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_secret_access_key_request.go b/osc/model_read_secret_access_key_request.go
index a8bd05eb9..d8cf7b0b1 100644
--- a/osc/model_read_secret_access_key_request.go
+++ b/osc/model_read_secret_access_key_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_secret_access_key_response.go b/osc/model_read_secret_access_key_response.go
index 6d0cacc30..c1df39815 100644
--- a/osc/model_read_secret_access_key_response.go
+++ b/osc/model_read_secret_access_key_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_security_groups_request.go b/osc/model_read_security_groups_request.go
index 3dd9d126a..76a6d7be5 100644
--- a/osc/model_read_security_groups_request.go
+++ b/osc/model_read_security_groups_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_security_groups_response.go b/osc/model_read_security_groups_response.go
index 9717c69b8..49c08cf88 100644
--- a/osc/model_read_security_groups_response.go
+++ b/osc/model_read_security_groups_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_server_certificates_request.go b/osc/model_read_server_certificates_request.go
index a3d343e00..e7ae40ab3 100644
--- a/osc/model_read_server_certificates_request.go
+++ b/osc/model_read_server_certificates_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_server_certificates_response.go b/osc/model_read_server_certificates_response.go
index 4429a7250..a177b8884 100644
--- a/osc/model_read_server_certificates_response.go
+++ b/osc/model_read_server_certificates_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_snapshot_export_tasks_request.go b/osc/model_read_snapshot_export_tasks_request.go
index a9cfecf5c..1f315ab76 100644
--- a/osc/model_read_snapshot_export_tasks_request.go
+++ b/osc/model_read_snapshot_export_tasks_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_snapshot_export_tasks_response.go b/osc/model_read_snapshot_export_tasks_response.go
index 9a8305746..ed81f8c9f 100644
--- a/osc/model_read_snapshot_export_tasks_response.go
+++ b/osc/model_read_snapshot_export_tasks_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_snapshots_request.go b/osc/model_read_snapshots_request.go
index 562c67417..ed8247055 100644
--- a/osc/model_read_snapshots_request.go
+++ b/osc/model_read_snapshots_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_snapshots_response.go b/osc/model_read_snapshots_response.go
index bb9da1c9c..2a5bc4d7f 100644
--- a/osc/model_read_snapshots_response.go
+++ b/osc/model_read_snapshots_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_subnets_request.go b/osc/model_read_subnets_request.go
index 00369a3dd..ff206054d 100644
--- a/osc/model_read_subnets_request.go
+++ b/osc/model_read_subnets_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_subnets_response.go b/osc/model_read_subnets_response.go
index e1c434edf..cc508df67 100644
--- a/osc/model_read_subnets_response.go
+++ b/osc/model_read_subnets_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_subregions_request.go b/osc/model_read_subregions_request.go
index 7b1a9416e..bb44380b8 100644
--- a/osc/model_read_subregions_request.go
+++ b/osc/model_read_subregions_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_subregions_response.go b/osc/model_read_subregions_response.go
index dd33e7dcd..6a6c5d3a6 100644
--- a/osc/model_read_subregions_response.go
+++ b/osc/model_read_subregions_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_tags_request.go b/osc/model_read_tags_request.go
index bcdf36560..71e563a93 100644
--- a/osc/model_read_tags_request.go
+++ b/osc/model_read_tags_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_tags_response.go b/osc/model_read_tags_response.go
index 185f864cb..f369c24f5 100644
--- a/osc/model_read_tags_response.go
+++ b/osc/model_read_tags_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_virtual_gateways_request.go b/osc/model_read_virtual_gateways_request.go
index 40c6331ad..1f358d8c0 100644
--- a/osc/model_read_virtual_gateways_request.go
+++ b/osc/model_read_virtual_gateways_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_virtual_gateways_response.go b/osc/model_read_virtual_gateways_response.go
index 60d35623c..d7e772679 100644
--- a/osc/model_read_virtual_gateways_response.go
+++ b/osc/model_read_virtual_gateways_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_vm_types_request.go b/osc/model_read_vm_types_request.go
index 9595bed6e..904c68cc1 100644
--- a/osc/model_read_vm_types_request.go
+++ b/osc/model_read_vm_types_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_vm_types_response.go b/osc/model_read_vm_types_response.go
index d4d739c1c..079cb0d90 100644
--- a/osc/model_read_vm_types_response.go
+++ b/osc/model_read_vm_types_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_vms_health_request.go b/osc/model_read_vms_health_request.go
index c2927b767..2032a7400 100644
--- a/osc/model_read_vms_health_request.go
+++ b/osc/model_read_vms_health_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_vms_health_response.go b/osc/model_read_vms_health_response.go
index 116a2435c..f00923427 100644
--- a/osc/model_read_vms_health_response.go
+++ b/osc/model_read_vms_health_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_vms_request.go b/osc/model_read_vms_request.go
index df2fd0f29..b2fd42dc2 100644
--- a/osc/model_read_vms_request.go
+++ b/osc/model_read_vms_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_vms_response.go b/osc/model_read_vms_response.go
index 9a6f7995a..610fe5c0f 100644
--- a/osc/model_read_vms_response.go
+++ b/osc/model_read_vms_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_vms_state_request.go b/osc/model_read_vms_state_request.go
index 43acdb14d..a87e261c8 100644
--- a/osc/model_read_vms_state_request.go
+++ b/osc/model_read_vms_state_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_vms_state_response.go b/osc/model_read_vms_state_response.go
index 114471d11..cf0e2f126 100644
--- a/osc/model_read_vms_state_response.go
+++ b/osc/model_read_vms_state_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_volumes_request.go b/osc/model_read_volumes_request.go
index 2b7c2c06a..2cc80c92a 100644
--- a/osc/model_read_volumes_request.go
+++ b/osc/model_read_volumes_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_volumes_response.go b/osc/model_read_volumes_response.go
index ac5685690..22466ceaa 100644
--- a/osc/model_read_volumes_response.go
+++ b/osc/model_read_volumes_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_vpn_connections_request.go b/osc/model_read_vpn_connections_request.go
index b16f5f348..9c5cedcf9 100644
--- a/osc/model_read_vpn_connections_request.go
+++ b/osc/model_read_vpn_connections_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_read_vpn_connections_response.go b/osc/model_read_vpn_connections_response.go
index 49d0f1f50..36d7bcbda 100644
--- a/osc/model_read_vpn_connections_response.go
+++ b/osc/model_read_vpn_connections_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_reboot_vms_request.go b/osc/model_reboot_vms_request.go
index 8be44ce1c..c801b2f6e 100644
--- a/osc/model_reboot_vms_request.go
+++ b/osc/model_reboot_vms_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_reboot_vms_response.go b/osc/model_reboot_vms_response.go
index 5fc883e50..199c7400b 100644
--- a/osc/model_reboot_vms_response.go
+++ b/osc/model_reboot_vms_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_region.go b/osc/model_region.go
index 23c4f5ee5..8f27d96c6 100644
--- a/osc/model_region.go
+++ b/osc/model_region.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_register_vms_in_load_balancer_request.go b/osc/model_register_vms_in_load_balancer_request.go
index ea876b560..fc3c4f11a 100644
--- a/osc/model_register_vms_in_load_balancer_request.go
+++ b/osc/model_register_vms_in_load_balancer_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_register_vms_in_load_balancer_response.go b/osc/model_register_vms_in_load_balancer_response.go
index a4adcb2aa..58efe86c5 100644
--- a/osc/model_register_vms_in_load_balancer_response.go
+++ b/osc/model_register_vms_in_load_balancer_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_reject_net_peering_request.go b/osc/model_reject_net_peering_request.go
index ebe6e8d2b..8862868f4 100644
--- a/osc/model_reject_net_peering_request.go
+++ b/osc/model_reject_net_peering_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_reject_net_peering_response.go b/osc/model_reject_net_peering_response.go
index ee5117380..53b61ae5b 100644
--- a/osc/model_reject_net_peering_response.go
+++ b/osc/model_reject_net_peering_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_reset_account_password_request.go b/osc/model_reset_account_password_request.go
index 17db73906..c438ca821 100644
--- a/osc/model_reset_account_password_request.go
+++ b/osc/model_reset_account_password_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_reset_account_password_response.go b/osc/model_reset_account_password_response.go
index 55be5bfe9..4f69d5a3b 100644
--- a/osc/model_reset_account_password_response.go
+++ b/osc/model_reset_account_password_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_resource_load_balancer_tag.go b/osc/model_resource_load_balancer_tag.go
index 36f8d62dc..c1d6bf825 100644
--- a/osc/model_resource_load_balancer_tag.go
+++ b/osc/model_resource_load_balancer_tag.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_resource_tag.go b/osc/model_resource_tag.go
index 9d7d9b62e..f3107864f 100644
--- a/osc/model_resource_tag.go
+++ b/osc/model_resource_tag.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_response_context.go b/osc/model_response_context.go
index 117c2c375..fb1c44ae6 100644
--- a/osc/model_response_context.go
+++ b/osc/model_response_context.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_route.go b/osc/model_route.go
index 91dfb124b..b5570e453 100644
--- a/osc/model_route.go
+++ b/osc/model_route.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_route_light.go b/osc/model_route_light.go
index 151bfcc82..5583e57ed 100644
--- a/osc/model_route_light.go
+++ b/osc/model_route_light.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_route_propagating_virtual_gateway.go b/osc/model_route_propagating_virtual_gateway.go
index f5cebd743..a95a5dc3f 100644
--- a/osc/model_route_propagating_virtual_gateway.go
+++ b/osc/model_route_propagating_virtual_gateway.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_route_table.go b/osc/model_route_table.go
index 179df2351..426fd5137 100644
--- a/osc/model_route_table.go
+++ b/osc/model_route_table.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_security_group.go b/osc/model_security_group.go
index 065ce2c98..3483b51f3 100644
--- a/osc/model_security_group.go
+++ b/osc/model_security_group.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_security_group_light.go b/osc/model_security_group_light.go
index 632ff812d..1feb82f5d 100644
--- a/osc/model_security_group_light.go
+++ b/osc/model_security_group_light.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_security_group_rule.go b/osc/model_security_group_rule.go
index fc47c0bbc..01c95f4c8 100644
--- a/osc/model_security_group_rule.go
+++ b/osc/model_security_group_rule.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -18,7 +18,7 @@ type SecurityGroupRule struct {
IpProtocol string `json:"IpProtocol,omitempty"`
// One or more IP ranges for the security group rules, in CIDR notation (for example, `10.0.0.0/16`).
IpRanges []string `json:"IpRanges,omitempty"`
- // Information about one or more members of a security group.
+ // Information about one or more source or destination security groups.
SecurityGroupsMembers []SecurityGroupsMember `json:"SecurityGroupsMembers,omitempty"`
// One or more service IDs to allow traffic from a Net to access the corresponding OUTSCALE services. For more information, see [ReadNetAccessPointServices](#readnetaccesspointservices).
ServiceIds []string `json:"ServiceIds,omitempty"`
diff --git a/osc/model_security_groups_member.go b/osc/model_security_groups_member.go
index 6800a00fc..c70770870 100644
--- a/osc/model_security_groups_member.go
+++ b/osc/model_security_groups_member.go
@@ -3,19 +3,19 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package osc
-// SecurityGroupsMember Information about the member of a security group.
+// SecurityGroupsMember Information about a source or destination security group.
type SecurityGroupsMember struct {
- // The account ID of a user.
+ // The account ID that owns the source or destination security group.
AccountId string `json:"AccountId,omitempty"`
- // The ID of the security group.
+ // The ID of a source or destination security group that you want to link to the security group of the rule.
SecurityGroupId string `json:"SecurityGroupId,omitempty"`
- // The name of the security group.
+ // (Public Cloud only) The name of a source or destination security group that you want to link to the security group of the rule.
SecurityGroupName string `json:"SecurityGroupName,omitempty"`
}
diff --git a/osc/model_send_reset_password_email_request.go b/osc/model_send_reset_password_email_request.go
index b1117d125..f48272ff5 100644
--- a/osc/model_send_reset_password_email_request.go
+++ b/osc/model_send_reset_password_email_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_send_reset_password_email_response.go b/osc/model_send_reset_password_email_response.go
index 75cd872a8..513f67167 100644
--- a/osc/model_send_reset_password_email_response.go
+++ b/osc/model_send_reset_password_email_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_server_certificate.go b/osc/model_server_certificate.go
index 972a83310..41d556bfa 100644
--- a/osc/model_server_certificate.go
+++ b/osc/model_server_certificate.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_service.go b/osc/model_service.go
index d9f1bb1ae..26cfaf2e6 100644
--- a/osc/model_service.go
+++ b/osc/model_service.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_snapshot.go b/osc/model_snapshot.go
index 527dd074f..b7c40c3c4 100644
--- a/osc/model_snapshot.go
+++ b/osc/model_snapshot.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_snapshot_export_task.go b/osc/model_snapshot_export_task.go
index ad347462a..c0e5224ed 100644
--- a/osc/model_snapshot_export_task.go
+++ b/osc/model_snapshot_export_task.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_source_net.go b/osc/model_source_net.go
index db2e9fe0d..90ac950e1 100644
--- a/osc/model_source_net.go
+++ b/osc/model_source_net.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_source_security_group.go b/osc/model_source_security_group.go
index 5830464d4..e71ddcfcd 100644
--- a/osc/model_source_security_group.go
+++ b/osc/model_source_security_group.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_start_vms_request.go b/osc/model_start_vms_request.go
index f709cdad9..7bf6f33b7 100644
--- a/osc/model_start_vms_request.go
+++ b/osc/model_start_vms_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_start_vms_response.go b/osc/model_start_vms_response.go
index 3b374bd46..88347a7fb 100644
--- a/osc/model_start_vms_response.go
+++ b/osc/model_start_vms_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_state_comment.go b/osc/model_state_comment.go
index 1a82cab9b..3b42a1dd2 100644
--- a/osc/model_state_comment.go
+++ b/osc/model_state_comment.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_stop_vms_request.go b/osc/model_stop_vms_request.go
index 930403360..e51c5afd9 100644
--- a/osc/model_stop_vms_request.go
+++ b/osc/model_stop_vms_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_stop_vms_response.go b/osc/model_stop_vms_response.go
index efa5daebf..3fad62102 100644
--- a/osc/model_stop_vms_response.go
+++ b/osc/model_stop_vms_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_subnet.go b/osc/model_subnet.go
index b893a749f..e74ecf588 100644
--- a/osc/model_subnet.go
+++ b/osc/model_subnet.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_subregion.go b/osc/model_subregion.go
index d6fae26c4..922c8ff9e 100644
--- a/osc/model_subregion.go
+++ b/osc/model_subregion.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_tag.go b/osc/model_tag.go
index 23d3ce814..b48f2751d 100644
--- a/osc/model_tag.go
+++ b/osc/model_tag.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_flexible_gpu_request.go b/osc/model_unlink_flexible_gpu_request.go
index d01eef80e..0b038d2b1 100644
--- a/osc/model_unlink_flexible_gpu_request.go
+++ b/osc/model_unlink_flexible_gpu_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_flexible_gpu_response.go b/osc/model_unlink_flexible_gpu_response.go
index 5b815bd15..648b5f139 100644
--- a/osc/model_unlink_flexible_gpu_response.go
+++ b/osc/model_unlink_flexible_gpu_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_internet_service_request.go b/osc/model_unlink_internet_service_request.go
index 9dc7652d8..3e36734ce 100644
--- a/osc/model_unlink_internet_service_request.go
+++ b/osc/model_unlink_internet_service_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_internet_service_response.go b/osc/model_unlink_internet_service_response.go
index 57bb13707..8841ed9ab 100644
--- a/osc/model_unlink_internet_service_response.go
+++ b/osc/model_unlink_internet_service_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_load_balancer_backend_machines_request.go b/osc/model_unlink_load_balancer_backend_machines_request.go
index c31597401..3e19ff0b2 100644
--- a/osc/model_unlink_load_balancer_backend_machines_request.go
+++ b/osc/model_unlink_load_balancer_backend_machines_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_load_balancer_backend_machines_response.go b/osc/model_unlink_load_balancer_backend_machines_response.go
index ef29d7938..e6f5dd638 100644
--- a/osc/model_unlink_load_balancer_backend_machines_response.go
+++ b/osc/model_unlink_load_balancer_backend_machines_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_nic_request.go b/osc/model_unlink_nic_request.go
index 9b1299aa7..11388008a 100644
--- a/osc/model_unlink_nic_request.go
+++ b/osc/model_unlink_nic_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_nic_response.go b/osc/model_unlink_nic_response.go
index 2ade9a483..2428cc8a4 100644
--- a/osc/model_unlink_nic_response.go
+++ b/osc/model_unlink_nic_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_private_ips_request.go b/osc/model_unlink_private_ips_request.go
index 7a7ac4270..d08d1b002 100644
--- a/osc/model_unlink_private_ips_request.go
+++ b/osc/model_unlink_private_ips_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_private_ips_response.go b/osc/model_unlink_private_ips_response.go
index 5c8c83365..d29f5e3bd 100644
--- a/osc/model_unlink_private_ips_response.go
+++ b/osc/model_unlink_private_ips_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_public_ip_request.go b/osc/model_unlink_public_ip_request.go
index c2c04747f..9c129009c 100644
--- a/osc/model_unlink_public_ip_request.go
+++ b/osc/model_unlink_public_ip_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_public_ip_response.go b/osc/model_unlink_public_ip_response.go
index e95629f5d..9b73453b9 100644
--- a/osc/model_unlink_public_ip_response.go
+++ b/osc/model_unlink_public_ip_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_route_table_request.go b/osc/model_unlink_route_table_request.go
index 89b7dbc71..c245b0784 100644
--- a/osc/model_unlink_route_table_request.go
+++ b/osc/model_unlink_route_table_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_route_table_response.go b/osc/model_unlink_route_table_response.go
index 0c0bfe29e..fd47b7aa3 100644
--- a/osc/model_unlink_route_table_response.go
+++ b/osc/model_unlink_route_table_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_virtual_gateway_request.go b/osc/model_unlink_virtual_gateway_request.go
index 24a82c7bc..e22c1713b 100644
--- a/osc/model_unlink_virtual_gateway_request.go
+++ b/osc/model_unlink_virtual_gateway_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_virtual_gateway_response.go b/osc/model_unlink_virtual_gateway_response.go
index ccfe0a205..1c5eee376 100644
--- a/osc/model_unlink_virtual_gateway_response.go
+++ b/osc/model_unlink_virtual_gateway_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_volume_request.go b/osc/model_unlink_volume_request.go
index 72cbdef78..ac9170a58 100644
--- a/osc/model_unlink_volume_request.go
+++ b/osc/model_unlink_volume_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_unlink_volume_response.go b/osc/model_unlink_volume_response.go
index 8def53ecf..6d7894f4f 100644
--- a/osc/model_unlink_volume_response.go
+++ b/osc/model_unlink_volume_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_access_key_request.go b/osc/model_update_access_key_request.go
index db22458a5..5f14bd05b 100644
--- a/osc/model_update_access_key_request.go
+++ b/osc/model_update_access_key_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_access_key_response.go b/osc/model_update_access_key_response.go
index 70f1e5eb5..6878067f6 100644
--- a/osc/model_update_access_key_response.go
+++ b/osc/model_update_access_key_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_account_request.go b/osc/model_update_account_request.go
index dd35c6970..54837a0d6 100644
--- a/osc/model_update_account_request.go
+++ b/osc/model_update_account_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_account_response.go b/osc/model_update_account_response.go
index 08262d2f1..36f7d1f36 100644
--- a/osc/model_update_account_response.go
+++ b/osc/model_update_account_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_api_access_policy_request.go b/osc/model_update_api_access_policy_request.go
index f59781a40..57ae0d9f5 100644
--- a/osc/model_update_api_access_policy_request.go
+++ b/osc/model_update_api_access_policy_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_api_access_policy_response.go b/osc/model_update_api_access_policy_response.go
index 16339f55c..e7c3cb064 100644
--- a/osc/model_update_api_access_policy_response.go
+++ b/osc/model_update_api_access_policy_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_api_access_rule_request.go b/osc/model_update_api_access_rule_request.go
index a4cd995ab..a0dd5c057 100644
--- a/osc/model_update_api_access_rule_request.go
+++ b/osc/model_update_api_access_rule_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_api_access_rule_response.go b/osc/model_update_api_access_rule_response.go
index a5944247e..783097086 100644
--- a/osc/model_update_api_access_rule_response.go
+++ b/osc/model_update_api_access_rule_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_ca_request.go b/osc/model_update_ca_request.go
index 9f41163fd..4c22f0c12 100644
--- a/osc/model_update_ca_request.go
+++ b/osc/model_update_ca_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_ca_response.go b/osc/model_update_ca_response.go
index 281bcd1b6..4c2d65cee 100644
--- a/osc/model_update_ca_response.go
+++ b/osc/model_update_ca_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_direct_link_interface_request.go b/osc/model_update_direct_link_interface_request.go
index 19517c2d7..4c343daed 100644
--- a/osc/model_update_direct_link_interface_request.go
+++ b/osc/model_update_direct_link_interface_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -16,6 +16,6 @@ type UpdateDirectLinkInterfaceRequest struct {
DirectLinkInterfaceId string `json:"DirectLinkInterfaceId"`
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
- // The maximum transmission unit (MTU) of the DirectLink interface, in bytes (either `1500` or `9000`).
+ // The maximum transmission unit (MTU) of the DirectLink interface, in bytes (always `1500`).
Mtu int32 `json:"Mtu"`
}
diff --git a/osc/model_update_direct_link_interface_response.go b/osc/model_update_direct_link_interface_response.go
index df198397e..03a63c45a 100644
--- a/osc/model_update_direct_link_interface_response.go
+++ b/osc/model_update_direct_link_interface_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_flexible_gpu_request.go b/osc/model_update_flexible_gpu_request.go
index 683869469..104b9f32f 100644
--- a/osc/model_update_flexible_gpu_request.go
+++ b/osc/model_update_flexible_gpu_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_flexible_gpu_response.go b/osc/model_update_flexible_gpu_response.go
index c4b951bc6..2d1f01fbd 100644
--- a/osc/model_update_flexible_gpu_response.go
+++ b/osc/model_update_flexible_gpu_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_image_request.go b/osc/model_update_image_request.go
index 0c019bd6f..af859fe32 100644
--- a/osc/model_update_image_request.go
+++ b/osc/model_update_image_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_image_response.go b/osc/model_update_image_response.go
index 2957a449b..b694bd3ce 100644
--- a/osc/model_update_image_response.go
+++ b/osc/model_update_image_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_listener_rule_request.go b/osc/model_update_listener_rule_request.go
index 03ca922e2..4056d272d 100644
--- a/osc/model_update_listener_rule_request.go
+++ b/osc/model_update_listener_rule_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_listener_rule_response.go b/osc/model_update_listener_rule_response.go
index 572de2216..061e03d29 100644
--- a/osc/model_update_listener_rule_response.go
+++ b/osc/model_update_listener_rule_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_load_balancer_request.go b/osc/model_update_load_balancer_request.go
index f710bfe93..54f8b110b 100644
--- a/osc/model_update_load_balancer_request.go
+++ b/osc/model_update_load_balancer_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_load_balancer_response.go b/osc/model_update_load_balancer_response.go
index 2ede56aaa..5615ee9d8 100644
--- a/osc/model_update_load_balancer_response.go
+++ b/osc/model_update_load_balancer_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_net_access_point_request.go b/osc/model_update_net_access_point_request.go
index f53f906a3..4aed5f268 100644
--- a/osc/model_update_net_access_point_request.go
+++ b/osc/model_update_net_access_point_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_net_access_point_response.go b/osc/model_update_net_access_point_response.go
index c6921382b..30622ecd0 100644
--- a/osc/model_update_net_access_point_response.go
+++ b/osc/model_update_net_access_point_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_net_request.go b/osc/model_update_net_request.go
index 7e634d781..7a38a6928 100644
--- a/osc/model_update_net_request.go
+++ b/osc/model_update_net_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_net_response.go b/osc/model_update_net_response.go
index 8ebe53ad8..4e7697826 100644
--- a/osc/model_update_net_response.go
+++ b/osc/model_update_net_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_nic_request.go b/osc/model_update_nic_request.go
index 59b513e97..fa8a0c125 100644
--- a/osc/model_update_nic_request.go
+++ b/osc/model_update_nic_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_nic_response.go b/osc/model_update_nic_response.go
index 12501ced2..f4dfe6fde 100644
--- a/osc/model_update_nic_response.go
+++ b/osc/model_update_nic_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_route_propagation_request.go b/osc/model_update_route_propagation_request.go
index 3c98d26b4..e4c7c3d21 100644
--- a/osc/model_update_route_propagation_request.go
+++ b/osc/model_update_route_propagation_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_route_propagation_response.go b/osc/model_update_route_propagation_response.go
index cee79c0e3..cadd467d9 100644
--- a/osc/model_update_route_propagation_response.go
+++ b/osc/model_update_route_propagation_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_route_request.go b/osc/model_update_route_request.go
index e2bb011fd..595033d8b 100644
--- a/osc/model_update_route_request.go
+++ b/osc/model_update_route_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_route_response.go b/osc/model_update_route_response.go
index 48c1b450a..917b6ce24 100644
--- a/osc/model_update_route_response.go
+++ b/osc/model_update_route_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_server_certificate_request.go b/osc/model_update_server_certificate_request.go
index 4371deacd..e5f8596bf 100644
--- a/osc/model_update_server_certificate_request.go
+++ b/osc/model_update_server_certificate_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_server_certificate_response.go b/osc/model_update_server_certificate_response.go
index d91bccaa2..35fad1ac9 100644
--- a/osc/model_update_server_certificate_response.go
+++ b/osc/model_update_server_certificate_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_snapshot_request.go b/osc/model_update_snapshot_request.go
index 7135a579e..498f248da 100644
--- a/osc/model_update_snapshot_request.go
+++ b/osc/model_update_snapshot_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_snapshot_response.go b/osc/model_update_snapshot_response.go
index c327b6e9a..2313a04d6 100644
--- a/osc/model_update_snapshot_response.go
+++ b/osc/model_update_snapshot_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_subnet_request.go b/osc/model_update_subnet_request.go
index 979546407..a7c2de911 100644
--- a/osc/model_update_subnet_request.go
+++ b/osc/model_update_subnet_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_subnet_response.go b/osc/model_update_subnet_response.go
index cdcaf4339..e997df371 100644
--- a/osc/model_update_subnet_response.go
+++ b/osc/model_update_subnet_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_vm_request.go b/osc/model_update_vm_request.go
index 7df6fe6b6..f8422b49a 100644
--- a/osc/model_update_vm_request.go
+++ b/osc/model_update_vm_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -22,7 +22,7 @@ type UpdateVmRequest struct {
DryRun bool `json:"DryRun,omitempty"`
// (Net only) If true, the source/destination check is enabled. If false, it is disabled. This value must be false for a NAT VM to perform network address translation (NAT) in a Net.
IsSourceDestChecked bool `json:"IsSourceDestChecked,omitempty"`
- // The name of the keypair.
To complete the replacement, manually replace the old public key with the new public key in the ~/.ssh/authorized_keys file located in the VM. Restart the VM to apply the change.
+ // The name of a keypair you want to associate with the VM.
When you replace the keypair of a VM with another one, the metadata of the VM is modified to reflect the new public key, but the replacement is still not effective in the operating system of the VM. To complete the replacement and effectively apply the new keypair, you need to perform other actions inside the VM. For more information, see [Modifying the Keypair of an Instance](https://docs.outscale.com/en/userguide/Modifying-the-Keypair-of-an-Instance.html).
KeypairName string `json:"KeypairName,omitempty"`
// (dedicated tenancy only) If true, nested virtualization is enabled. If false, it is disabled.
NestedVirtualization bool `json:"NestedVirtualization,omitempty"`
diff --git a/osc/model_update_vm_response.go b/osc/model_update_vm_response.go
index 2d21dcc84..80004c5aa 100644
--- a/osc/model_update_vm_response.go
+++ b/osc/model_update_vm_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_volume_request.go b/osc/model_update_volume_request.go
index 8dd0c88df..852373532 100644
--- a/osc/model_update_volume_request.go
+++ b/osc/model_update_volume_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_volume_response.go b/osc/model_update_volume_response.go
index 16e0a759b..9afee6380 100644
--- a/osc/model_update_volume_response.go
+++ b/osc/model_update_volume_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_vpn_connection_request.go b/osc/model_update_vpn_connection_request.go
index 1814a9388..83e8a977e 100644
--- a/osc/model_update_vpn_connection_request.go
+++ b/osc/model_update_vpn_connection_request.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_update_vpn_connection_response.go b/osc/model_update_vpn_connection_response.go
index 091c22585..4eb3427bf 100644
--- a/osc/model_update_vpn_connection_response.go
+++ b/osc/model_update_vpn_connection_response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_vgw_telemetry.go b/osc/model_vgw_telemetry.go
index f222eb77d..efe4f8cff 100644
--- a/osc/model_vgw_telemetry.go
+++ b/osc/model_vgw_telemetry.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_virtual_gateway.go b/osc/model_virtual_gateway.go
index 50da6bcb1..c24df99ca 100644
--- a/osc/model_virtual_gateway.go
+++ b/osc/model_virtual_gateway.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_vm.go b/osc/model_vm.go
index ba991352e..71ba327e7 100644
--- a/osc/model_vm.go
+++ b/osc/model_vm.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_vm_state.go b/osc/model_vm_state.go
index 44ebbfe51..eedb014c6 100644
--- a/osc/model_vm_state.go
+++ b/osc/model_vm_state.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_vm_states.go b/osc/model_vm_states.go
index 831426d8c..4ba51a050 100644
--- a/osc/model_vm_states.go
+++ b/osc/model_vm_states.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_vm_type.go b/osc/model_vm_type.go
index 67d94534c..877378c7e 100644
--- a/osc/model_vm_type.go
+++ b/osc/model_vm_type.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_volume.go b/osc/model_volume.go
index 9302120b4..a315e133b 100644
--- a/osc/model_volume.go
+++ b/osc/model_volume.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_vpn_connection.go b/osc/model_vpn_connection.go
index bfc256aaf..5d527cfc6 100644
--- a/osc/model_vpn_connection.go
+++ b/osc/model_vpn_connection.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_vpn_options.go b/osc/model_vpn_options.go
index 45f87164c..2975194ae 100644
--- a/osc/model_vpn_options.go
+++ b/osc/model_vpn_options.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_with.go b/osc/model_with.go
index da785b084..6657511b5 100644
--- a/osc/model_with.go
+++ b/osc/model_with.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/response.go b/osc/response.go
index 2481f445e..d6c1600fe 100644
--- a/osc/response.go
+++ b/osc/response.go
@@ -3,7 +3,7 @@
*
* Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
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.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).
*
- * API version: 1.24
+ * API version: 1.25
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/sdk_version b/sdk_version
index 3500250a4..57807d6d0 100644
--- a/sdk_version
+++ b/sdk_version
@@ -1 +1 @@
-1.21.0
+1.22.0