diff --git a/api_version b/api_version
index 815d5ca06..398935591 100644
--- a/api_version
+++ b/api_version
@@ -1 +1 @@
-1.19.0
+1.20.0
diff --git a/changelog.md b/changelog.md
index f7dc891ca..e02732d7a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+# 1.16.0
+
+ - SDK update for Outscale API v1.20.0
+
# 1.15.0
- SDK update for Outscale API v1.19.0
diff --git a/osc/README.md b/osc/README.md
index 1a18e6448..078c51906 100644
--- a/osc/README.md
+++ b/osc/README.md
@@ -1,18 +1,16 @@
# Go API client for osc
-Welcome to the OUTSCALE API documentation.
-
+Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
-
-Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
-
+You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
+Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
-- API version: 1.19
-- Package version: 1.15.0
+- API version: 1.20
+- Package version: 1.16.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
## Installation
@@ -75,6 +73,7 @@ Class | Method | HTTP request | Description
*DirectLinkInterfaceApi* | [**CreateDirectLinkInterface**](docs/DirectLinkInterfaceApi.md#createdirectlinkinterface) | **Post** /CreateDirectLinkInterface |
*DirectLinkInterfaceApi* | [**DeleteDirectLinkInterface**](docs/DirectLinkInterfaceApi.md#deletedirectlinkinterface) | **Post** /DeleteDirectLinkInterface |
*DirectLinkInterfaceApi* | [**ReadDirectLinkInterfaces**](docs/DirectLinkInterfaceApi.md#readdirectlinkinterfaces) | **Post** /ReadDirectLinkInterfaces |
+*DirectLinkInterfaceApi* | [**UpdateDirectLinkInterface**](docs/DirectLinkInterfaceApi.md#updatedirectlinkinterface) | **Post** /UpdateDirectLinkInterface |
*FlexibleGpuApi* | [**CreateFlexibleGpu**](docs/FlexibleGpuApi.md#createflexiblegpu) | **Post** /CreateFlexibleGpu |
*FlexibleGpuApi* | [**DeleteFlexibleGpu**](docs/FlexibleGpuApi.md#deleteflexiblegpu) | **Post** /DeleteFlexibleGpu |
*FlexibleGpuApi* | [**LinkFlexibleGpu**](docs/FlexibleGpuApi.md#linkflexiblegpu) | **Post** /LinkFlexibleGpu |
@@ -673,6 +672,8 @@ Class | Method | HTTP request | Description
- [UpdateApiAccessRuleResponse](docs/UpdateApiAccessRuleResponse.md)
- [UpdateCaRequest](docs/UpdateCaRequest.md)
- [UpdateCaResponse](docs/UpdateCaResponse.md)
+ - [UpdateDirectLinkInterfaceRequest](docs/UpdateDirectLinkInterfaceRequest.md)
+ - [UpdateDirectLinkInterfaceResponse](docs/UpdateDirectLinkInterfaceResponse.md)
- [UpdateFlexibleGpuRequest](docs/UpdateFlexibleGpuRequest.md)
- [UpdateFlexibleGpuResponse](docs/UpdateFlexibleGpuResponse.md)
- [UpdateImageRequest](docs/UpdateImageRequest.md)
diff --git a/osc/api/openapi.yaml b/osc/api/openapi.yaml
index 25a9f4db6..9da8e5b32 100644
--- a/osc/api/openapi.yaml
+++ b/osc/api/openapi.yaml
@@ -3,19 +3,17 @@ info:
contact:
email: support@outscale.com
description: |-
- Welcome to the OUTSCALE API documentation.
-
+ Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
-
- Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
-
+ You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
+ Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
license:
name: BSD 3 Clause
url: https://opensource.org/licenses/BSD-3-Clause
termsOfService: https://en.outscale.com/terms-of-service/
title: 3DS OUTSCALE API
- version: "1.19"
+ version: "1.20"
servers:
- url: https://api.{region}.outscale.com/api/v1
variables:
@@ -2039,7 +2037,7 @@ paths:
/DeleteSecurityGroupRule:
description: |-
Deletes one or more inbound or outbound rules from a security group. For the rule to be deleted, the values specified in the deletion request must exactly match the value of the existing rule.
- In case of TCP and UDP protocols, you have to indicate the destination port or range of ports. In case of ICMP protocol, you have to specify the ICMP type and code.
+ In case of TCP and UDP protocols, you have to indicate the destination port or range of ports. In case of ICMP protocol, you have to specify the ICMP type and code numbers.
Rules (IP permissions) consist of the protocol, IP range or source security group.
To remove outbound access to a destination security group, we recommend to use a set of IP permissions. We also recommend to specify the protocol in a set of IP permissions.
post:
@@ -4784,6 +4782,24 @@ paths:
- BasicAuth: []
tags:
- Ca
+ /UpdateDirectLinkInterface:
+ description: Modifies the maximum transmission unit (MTU) of a DirectLink interface.
+ post:
+ operationId: UpdateDirectLinkInterface
+ requestBody:
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/UpdateDirectLinkInterfaceRequest'
+ responses:
+ "200":
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/UpdateDirectLinkInterfaceResponse'
+ description: The HTTP 200 response (OK).
+ tags:
+ - DirectLinkInterface
/UpdateFlexibleGpu:
description: Modifies a flexible GPU (fGPU) behavior.
post:
@@ -5138,10 +5154,8 @@ paths:
- Subnet
/UpdateVm:
description: |-
- Modifies a specific attribute of a virtual machine (VM).
- You can modify only one attribute at a time. You can modify the `IsSourceDestChecked` attribute only if the VM is in a Net.
- You must stop the VM before modifying the following attributes:
-
+ Modifies the specified attributes of a virtual machine (VM).
+ You must stop the VM before modifying the following attributes:
* `Performance`
* `UserData`
* `VmType`
@@ -5315,7 +5329,7 @@ components:
type: string
IpRange:
description: The IP range for the accepter Net, in CIDR notation (for example,
- 10.0.0.0/16).
+ `10.0.0.0/16`).
type: string
NetId:
description: The ID of the accepter Net.
@@ -5410,8 +5424,8 @@ components:
type: string
PublicationInterval:
description: The time interval for the publication of access logs in the
- OOS bucket, in minutes. This value can be either 5 or 60 (by default,
- 60).
+ OOS bucket, in minutes. This value can be either `5` or `60` (by default,
+ `60`).
type: integer
type: object
Account:
@@ -5541,7 +5555,7 @@ components:
type: string
IpRanges:
description: One or more IP ranges used for the API access rule, in CIDR
- notation (for example, 192.0.2.0/16).
+ notation (for example, `192.0.2.0/16`).
items:
type: string
type: array
@@ -5625,7 +5639,7 @@ components:
(where `X` is a letter between `b` and `z`).
type: string
VirtualDeviceName:
- description: The name of the virtual device (ephemeralN).
+ description: The name of the virtual device (`ephemeralN`).
type: string
type: object
BlockDeviceMappingVmCreation:
@@ -5654,7 +5668,7 @@ components:
of the OMI.
type: string
VirtualDeviceName:
- description: The name of the virtual device (ephemeralN).
+ description: The name of the virtual device (`ephemeralN`).
type: string
type: object
BlockDeviceMappingVmUpdate:
@@ -5680,7 +5694,7 @@ components:
of the OMI.
type: string
VirtualDeviceName:
- description: The name of the virtual device (ephemeralN).
+ description: The name of the virtual device (`ephemeralN`).
type: string
type: object
BsuCreated:
@@ -5718,6 +5732,7 @@ components:
VolumeSize: 6
properties:
DeleteOnVmDeletion:
+ default: true
description: By default or if set to true, the volume is deleted when terminating
the VM. If false, the volume is not deleted when terminating the VM.
type: boolean
@@ -5940,6 +5955,7 @@ components:
type: string
FromDate:
description: The beginning of the time period.
+ format: datetime
type: string
Operation:
description: The API call that triggered the resource consumption (for example,
@@ -5961,6 +5977,7 @@ components:
type: string
ToDate:
description: The end of the time period.
+ format: datetime
type: string
Type:
description: The type of resource, depending on the API call.
@@ -6154,7 +6171,7 @@ components:
perform the action.
type: boolean
IpRanges:
- description: One or more IP ranges, in CIDR notation (for example, 192.0.2.0/16).
+ description: One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`).
items:
type: string
type: array
@@ -6229,7 +6246,7 @@ components:
BgpAsn:
description: The Autonomous System Number (ASN) used by the Border Gateway
Protocol (BGP) to find the path to your client gateway through the Internet.
- This number must be between 1 and 4294967295.
+ This number must be between `1` and `4294967295`.
type: integer
ConnectionType:
description: The communication protocol used to establish tunnel with your
@@ -6272,6 +6289,9 @@ components:
CreateDhcpOptionsRequest:
additionalProperties: false
example:
+ LogServers:
+ - LogServers
+ - LogServers
NtpServers:
- NtpServers
- NtpServers
@@ -6282,15 +6302,16 @@ components:
- DomainNameServers
properties:
DomainName:
- description: 'Specify a domain name (for example, MyCompany.com). You can
- specify only one domain name. You must specify at least one of the following
- parameters: `DomainName`, `DomainNameServers` or `NtpServers`.'
+ description: 'Specify a domain name (for example, `MyCompany.com`). You
+ can specify only one domain name. You must specify at least one of the
+ following parameters: `DomainName`, `DomainNameServers`, `LogServers`,
+ or `NtpServers`.'
type: string
DomainNameServers:
description: 'The IPs of domain name servers. If no IPs are specified, the
`OutscaleProvidedDNS` value is set by default. You must specify at least
- one of the following parameters: `DomainName`, `DomainNameServers` or
- `NtpServers`.'
+ one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`,
+ or `NtpServers`.'
items:
type: string
type: array
@@ -6298,10 +6319,17 @@ components:
description: If true, checks whether you have the required permissions to
perform the action.
type: boolean
+ LogServers:
+ description: 'The IPs of the log servers. You must specify at least one
+ of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`,
+ or `NtpServers`.'
+ items:
+ type: string
+ type: array
NtpServers:
description: 'The IPs of the Network Time Protocol (NTP) servers. You must
- specify at least one of the following parameters: `DomainName`, `DomainNameServers`
- or `NtpServers`.'
+ specify at least one of the following parameters: `DomainName`, `DomainNameServers`,
+ `LogServers`, or `NtpServers`.'
items:
type: string
type: array
@@ -6311,6 +6339,9 @@ components:
example:
DhcpOptionsSet:
DhcpOptionsSetId: DhcpOptionsSetId
+ LogServers:
+ - LogServers
+ - LogServers
NtpServers:
- NtpServers
- NtpServers
@@ -6368,8 +6399,9 @@ components:
AccountId: AccountId
BgpKey: BgpKey
DirectLinkInterfaceId: DirectLinkInterfaceId
- Vlan: 6
+ Vlan: 1
BgpAsn: 0
+ Mtu: 6
InterfaceType: InterfaceType
State: State
DirectLinkInterfaceName: DirectLinkInterfaceName
@@ -6926,7 +6958,7 @@ components:
properties:
CookieExpirationPeriod:
description: The lifetime of the cookie, in seconds. If not specified, the
- default value of this parameter is 1, which means that the sticky session
+ default value of this parameter is `1`, which means that the sticky session
lasts for the duration of the browser session.
type: integer
CookieName:
@@ -7405,7 +7437,7 @@ components:
perform the action.
type: boolean
IpRange:
- description: The IP range for the Net, in CIDR notation (for example, 10.0.0.0/16).
+ description: The IP range for the Net, in CIDR notation (for example, `10.0.0.0/16`).
type: string
Tenancy:
description: The tenancy options for the VMs (`default` if a VM created
@@ -7590,7 +7622,7 @@ components:
properties:
DestinationIpRange:
description: The IP range used for the destination match, in CIDR notation
- (for example, 10.0.0.0/24).
+ (for example, `10.0.0.0/24`).
type: string
DryRun:
description: If true, checks whether you have the required permissions to
@@ -7953,7 +7985,7 @@ components:
type: string
ToPortRange:
description: The end of the port range for the TCP and UDP protocols, or
- an ICMP type number. If you specify this parameter, you cannot specify
+ an ICMP code number. If you specify this parameter, you cannot specify
the `Rules` parameter and its subparameters.
type: integer
required:
@@ -8092,6 +8124,7 @@ components:
Path: Path
UploadDate: 2000-01-23
ExpirationDate: 2000-01-23
+ Orn: Orn
Id: Id
Name: Name
ResponseContext:
@@ -8239,7 +8272,7 @@ components:
type: boolean
IpRange:
description: The IP range in the Subnet, in CIDR notation (for example,
- 10.0.0.0/16).
+ `10.0.0.0/16`).
type: string
NetId:
description: The ID of the Net for which you want to create a Subnet.
@@ -8364,7 +8397,7 @@ components:
- SecurityGroups
- SecurityGroups
BootOnCreation: true
- VmInitiatedShutdownBehavior: VmInitiatedShutdownBehavior
+ VmInitiatedShutdownBehavior: stop
UserData: UserData
BlockDeviceMappings:
- Bsu:
@@ -8441,6 +8474,7 @@ components:
$ref: '#/components/schemas/BlockDeviceMappingVmCreation'
type: array
BootOnCreation:
+ default: true
description: By default or if true, the VM is started on creation. If false,
the VM is stopped on creation.
type: boolean
@@ -8452,8 +8486,8 @@ components:
description: A unique identifier which enables you to manage the idempotency.
type: string
DeletionProtection:
- description: If true, you cannot terminate the VM using Cockpit, the CLI
- or the API. If false, you can.
+ description: If true, you cannot delete the VM unless you change this parameter
+ back to false.
type: boolean
DryRun:
description: If true, checks whether you have the required permissions to
@@ -8517,6 +8551,7 @@ components:
VM. It must be Base64-encoded and is limited to 500 kibibytes (KiB).
type: string
VmInitiatedShutdownBehavior:
+ default: stop
description: The VM behavior when you stop it. By default or if set to `stop`,
the VM stops. If set to `restart`, the VM stops then automatically restarts.
If set to `terminate`, the VM stops and is terminated.
@@ -9000,7 +9035,7 @@ components:
properties:
DestinationIpRange:
description: The network prefix of the route, in CIDR notation (for example,
- 10.12.0.0/16).
+ `10.12.0.0/16`).
type: string
DryRun:
description: If true, checks whether you have the required permissions to
@@ -9963,7 +9998,7 @@ components:
type: string
IpRange:
description: The IP range for the security group rule, in CIDR notation
- (for example, 10.0.0.0/16).
+ (for example, `10.0.0.0/16`).
type: string
Rules:
description: One or more rules you want to delete from the security group.
@@ -9983,7 +10018,7 @@ components:
type: string
ToPortRange:
description: The end of the port range for the TCP and UDP protocols, or
- an ICMP type number.
+ an ICMP code number.
type: integer
required:
- Flow
@@ -10318,7 +10353,7 @@ components:
properties:
DestinationIpRange:
description: The network prefix of the route to delete, in CIDR notation
- (for example, 10.12.0.0/16).
+ (for example, `10.12.0.0/16`).
type: string
DryRun:
description: If true, checks whether you have the required permissions to
@@ -10380,6 +10415,9 @@ components:
description: Information about the DHCP options set.
example:
DhcpOptionsSetId: DhcpOptionsSetId
+ LogServers:
+ - LogServers
+ - LogServers
NtpServers:
- NtpServers
- NtpServers
@@ -10409,6 +10447,11 @@ components:
items:
type: string
type: array
+ LogServers:
+ description: One or more IPs for the log servers.
+ items:
+ type: string
+ type: array
NtpServers:
description: One or more IPs for the NTP servers.
items:
@@ -10439,7 +10482,7 @@ components:
description: The physical link bandwidth (either 1 Gbps or 10 Gbps).
type: string
DirectLinkId:
- description: The ID of the DirectLink (for example, dxcon-xxxxxxxx).
+ description: The ID of the DirectLink (for example, `dxcon-xxxxxxxx`).
type: string
DirectLinkName:
description: The name of the DirectLink.
@@ -10508,8 +10551,9 @@ components:
AccountId: AccountId
BgpKey: BgpKey
DirectLinkInterfaceId: DirectLinkInterfaceId
- Vlan: 6
+ Vlan: 1
BgpAsn: 0
+ Mtu: 6
InterfaceType: InterfaceType
State: State
DirectLinkInterfaceName: DirectLinkInterfaceName
@@ -10546,6 +10590,10 @@ components:
Location:
description: The datacenter where the DirectLink interface is located.
type: string
+ Mtu:
+ description: The maximum transmission unit (MTU) of the DirectLink interface,
+ in bytes (by default, `1500`).
+ type: integer
OutscalePrivateIp:
description: The IP on the OUTSCALE side of the DirectLink interface.
type: string
@@ -10648,7 +10696,7 @@ components:
type: string
type: array
IpRanges:
- description: One or more IP ranges, in CIDR notation (for example, 192.0.2.0/16).
+ description: One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`).
items:
type: string
type: array
@@ -10838,6 +10886,9 @@ components:
additionalProperties: false
description: One or more filters.
example:
+ LogServers:
+ - LogServers
+ - LogServers
NtpServers:
- NtpServers
- NtpServers
@@ -10871,7 +10922,8 @@ components:
type: string
type: array
DomainNameServers:
- description: The domain name servers used for the DHCP options sets.
+ description: The IPs of the domain name servers used for the DHCP options
+ sets.
items:
type: string
type: array
@@ -10880,9 +10932,14 @@ components:
items:
type: string
type: array
+ LogServers:
+ description: The IPs of the log servers used for the DHCP options sets.
+ items:
+ type: string
+ type: array
NtpServers:
- description: The Network Time Protocol (NTP) servers used for the DHCP options
- sets.
+ description: The IPs of the Network Time Protocol (NTP) servers used for
+ the DHCP options sets.
items:
type: string
type: array
@@ -11407,7 +11464,7 @@ components:
type: array
IpRanges:
description: The IP ranges for the Nets, in CIDR notation (for example,
- 10.0.0.0/16).
+ `10.0.0.0/16`).
items:
type: string
type: array
@@ -11553,7 +11610,7 @@ components:
type: array
AccepterNetIpRanges:
description: The IP ranges of the peer Nets, in CIDR notation (for example,
- 10.0.0.0/24).
+ `10.0.0.0/24`).
items:
type: string
type: array
@@ -12224,7 +12281,7 @@ components:
type: array
InboundRuleIpRanges:
description: The IP ranges that have been granted permissions, in CIDR notation
- (for example, 10.0.0.0/24).
+ (for example, `10.0.0.0/24`).
items:
type: string
type: array
@@ -12246,7 +12303,7 @@ components:
type: array
InboundRuleToPortRanges:
description: The ends of the port ranges for the TCP and UDP protocols,
- or the ICMP codes.
+ or the ICMP code numbers.
items:
type: integer
type: array
@@ -12269,7 +12326,7 @@ components:
type: array
OutboundRuleIpRanges:
description: The IP ranges that have been granted permissions, in CIDR notation
- (for example, 10.0.0.0/24).
+ (for example, `10.0.0.0/24`).
items:
type: string
type: array
@@ -12291,7 +12348,7 @@ components:
type: array
OutboundRuleToPortRanges:
description: The ends of the port ranges for the TCP and UDP protocols,
- or the ICMP codes.
+ or the ICMP code numbers.
items:
type: integer
type: array
@@ -12507,7 +12564,7 @@ components:
type: array
IpRanges:
description: The IP ranges in the Subnets, in CIDR notation (for example,
- 10.0.0.0/16).
+ `10.0.0.0/16`).
items:
type: string
type: array
@@ -13511,8 +13568,8 @@ components:
description: If true, the NIC is deleted when the VM is terminated.
type: boolean
DeviceNumber:
- description: The device index for the NIC attachment (between 1 and 7, both
- included).
+ description: The device index for the NIC attachment (between `1` and `7`,
+ both included).
type: integer
LinkNicId:
description: The ID of the NIC to attach.
@@ -13541,8 +13598,8 @@ components:
description: If true, the NIC is deleted when the VM is terminated.
type: boolean
DeviceNumber:
- description: The device index for the NIC attachment (between 1 and 7, both
- included).
+ description: The device index for the NIC attachment (between `1` and `7`,
+ both included).
type: integer
LinkNicId:
description: The ID of the NIC to attach.
@@ -13562,7 +13619,7 @@ components:
properties:
DeviceNumber:
description: The index of the VM device for the NIC attachment (between
- 1 and 7, both included).
+ `1` and `7`, both included).
type: integer
DryRun:
description: If true, checks whether you have the required permissions to
@@ -13933,7 +13990,7 @@ components:
`HTTPS` \| `TCP` \| `SSL`).
type: string
LoadBalancerPort:
- description: The port on which the load balancer is listening (between 1
+ description: The port on which the load balancer is listening (between `1`
and `65535`, both included).
type: integer
LoadBalancerProtocol:
@@ -14444,7 +14501,7 @@ components:
associate the default one).
type: string
IpRange:
- description: The IP range for the Net, in CIDR notation (for example, 10.0.0.0/16).
+ description: The IP range for the Net, in CIDR notation (for example, `10.0.0.0/16`).
type: string
NetId:
description: The ID of the Net.
@@ -14711,8 +14768,8 @@ components:
type: string
DeviceNumber:
description: The index of the VM device for the NIC attachment (between
- 0 and 7, both included). This parameter is required if you create a NIC
- when creating the VM.
+ `0` and `7`, both included). This parameter is required if you create
+ a NIC when creating the VM.
type: integer
NicId:
description: The ID of the NIC, if you are attaching an existing NIC when
@@ -15582,6 +15639,7 @@ components:
description: The token to request the next page of results.
type: string
ResultsPerPage:
+ default: 100
description: The maximum number of logs returned in a single response (between
`1`and `1000`, both included). By default, `100`.
type: integer
@@ -15830,6 +15888,7 @@ components:
ReadConsumptionAccountRequest:
additionalProperties: false
example:
+ Overall: true
DryRun: true
FromDate: FromDate
ToDate: ToDate
@@ -15843,6 +15902,14 @@ components:
(for example, `2017-06-14` or `2017-06-14T00:00:00Z`).
format: datetime
type: string
+ Overall:
+ default: true
+ description: By default or if true, returns either the overall consumption
+ of your paying account and all linked accounts (if the account that sends
+ this request is a paying account) or returns nothing (if the account that
+ sends this request is a linked account). If false, returns only the consumption
+ of the specific account that sends this request.
+ type: boolean
ToDate:
description: The end of the time period, in ISO 8601 date-time format (for
example, `2017-06-30` or `2017-06-30T00:00:00Z`).
@@ -15894,6 +15961,9 @@ components:
additionalProperties: false
example:
Filters:
+ LogServers:
+ - LogServers
+ - LogServers
NtpServers:
- NtpServers
- NtpServers
@@ -15930,6 +16000,9 @@ components:
example:
DhcpOptionsSets:
- DhcpOptionsSetId: DhcpOptionsSetId
+ LogServers:
+ - LogServers
+ - LogServers
NtpServers:
- NtpServers
- NtpServers
@@ -15944,6 +16017,9 @@ components:
- Value: Value
Key: Key
- DhcpOptionsSetId: DhcpOptionsSetId
+ LogServers:
+ - LogServers
+ - LogServers
NtpServers:
- NtpServers
- NtpServers
@@ -15995,8 +16071,9 @@ components:
AccountId: AccountId
BgpKey: BgpKey
DirectLinkInterfaceId: DirectLinkInterfaceId
- Vlan: 6
+ Vlan: 1
BgpAsn: 0
+ Mtu: 6
InterfaceType: InterfaceType
State: State
DirectLinkInterfaceName: DirectLinkInterfaceName
@@ -16008,8 +16085,9 @@ components:
AccountId: AccountId
BgpKey: BgpKey
DirectLinkInterfaceId: DirectLinkInterfaceId
- Vlan: 6
+ Vlan: 1
BgpAsn: 0
+ Mtu: 6
InterfaceType: InterfaceType
State: State
DirectLinkInterfaceName: DirectLinkInterfaceName
@@ -18134,11 +18212,13 @@ components:
- Path: Path
UploadDate: 2000-01-23
ExpirationDate: 2000-01-23
+ Orn: Orn
Id: Id
Name: Name
- Path: Path
UploadDate: 2000-01-23
ExpirationDate: 2000-01-23
+ Orn: Orn
Id: Id
Name: Name
properties:
@@ -18415,9 +18495,11 @@ components:
Subregions:
- RegionName: RegionName
State: State
+ LocationCode: LocationCode
SubregionName: SubregionName
- RegionName: RegionName
State: State
+ LocationCode: LocationCode
SubregionName: SubregionName
properties:
ResponseContext:
@@ -18990,10 +19072,11 @@ components:
VmIds:
- VmIds
- VmIds
- AllVms: true
+ AllVms: false
DryRun: true
properties:
AllVms:
+ default: false
description: If true, includes the status of all VMs. By default or if set
to false, only includes the status of running VMs.
type: boolean
@@ -19538,7 +19621,7 @@ components:
type: string
DestinationIpRange:
description: The IP range used for the destination match, in CIDR notation
- (for example, 10.0.0.0/24).
+ (for example, `10.0.0.0/24`).
type: string
DestinationServiceId:
description: The ID of the OUTSCALE service.
@@ -19580,7 +19663,7 @@ components:
properties:
DestinationIpRange:
description: The IP range used for the destination match, in CIDR notation
- (for example, 10.0.0.0/24).
+ (for example, `10.0.0.0/24`).
type: string
RouteType:
description: The type of route (always `static`).
@@ -19832,7 +19915,7 @@ components:
type: string
IpRanges:
description: One or more IP ranges for the security group rules, in CIDR
- notation (for example, 10.0.0.0/16).
+ notation (for example, `10.0.0.0/16`).
items:
type: string
type: array
@@ -19849,7 +19932,7 @@ components:
type: array
ToPortRange:
description: The end of the port range for the TCP and UDP protocols, or
- an ICMP type number.
+ an ICMP code number.
type: integer
type: object
SecurityGroupsMember:
@@ -19902,6 +19985,7 @@ components:
Path: Path
UploadDate: 2000-01-23
ExpirationDate: 2000-01-23
+ Orn: Orn
Id: Id
Name: Name
properties:
@@ -19915,6 +19999,11 @@ components:
Name:
description: The name of the server certificate.
type: string
+ Orn:
+ description: The Outscale Resource Name (ORN) of the server certificate.
+ For more information, see [Resource Identifiers > Outscale Resource Names
+ (ORNs)](https://docs.outscale.com/en/userguide/Resource-Identifiers.html#_outscale_resource_names_orns).
+ type: string
Path:
description: The path to the server certificate.
type: string
@@ -20062,7 +20151,7 @@ components:
type: string
IpRange:
description: The IP range for the source Net, in CIDR notation (for example,
- 10.0.0.0/16).
+ `10.0.0.0/16`).
type: string
NetId:
description: The ID of the source Net.
@@ -20206,7 +20295,7 @@ components:
type: integer
IpRange:
description: The IP range in the Subnet, in CIDR notation (for example,
- 10.0.0.0/16).
+ `10.0.0.0/16`).
type: string
MapPublicIpOnLaunch:
description: If true, a public IP is assigned to the network interface cards
@@ -20236,8 +20325,12 @@ components:
example:
RegionName: RegionName
State: State
+ LocationCode: LocationCode
SubregionName: SubregionName
properties:
+ LocationCode:
+ description: The location code of the Subregion.
+ type: string
RegionName:
description: The name of the Region containing the Subregion.
type: string
@@ -20771,7 +20864,7 @@ components:
perform the action.
type: boolean
IpRanges:
- description: One or more IP ranges, in CIDR notation (for example, 192.0.2.0/16).
+ description: One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`).
items:
type: string
type: array
@@ -20836,6 +20929,57 @@ components:
ResponseContext:
$ref: '#/components/schemas/ResponseContext'
type: object
+ UpdateDirectLinkInterfaceRequest:
+ additionalProperties: false
+ example:
+ DryRun: true
+ DirectLinkInterfaceId: DirectLinkInterfaceId
+ Mtu: 2100
+ properties:
+ DirectLinkInterfaceId:
+ description: The ID of the DirectLink interface you want to update.
+ type: string
+ DryRun:
+ description: If true, checks whether you have the required permissions to
+ perform the action.
+ type: boolean
+ Mtu:
+ default: 1500
+ description: The maximum transmission unit (MTU) of the DirectLink interface,
+ in bytes (between `1500` and `9001`, both included).
+ maximum: 9001
+ minimum: 1500
+ type: integer
+ required:
+ - DirectLinkInterfaceId
+ - Mtu
+ type: object
+ UpdateDirectLinkInterfaceResponse:
+ additionalProperties: false
+ example:
+ DirectLinkInterface:
+ ClientPrivateIp: ClientPrivateIp
+ AccountId: AccountId
+ BgpKey: BgpKey
+ DirectLinkInterfaceId: DirectLinkInterfaceId
+ Vlan: 1
+ BgpAsn: 0
+ Mtu: 6
+ InterfaceType: InterfaceType
+ State: State
+ DirectLinkInterfaceName: DirectLinkInterfaceName
+ DirectLinkId: DirectLinkId
+ OutscalePrivateIp: OutscalePrivateIp
+ VirtualGatewayId: VirtualGatewayId
+ Location: Location
+ ResponseContext:
+ RequestId: RequestId
+ properties:
+ DirectLinkInterface:
+ $ref: '#/components/schemas/DirectLinkInterfaces'
+ ResponseContext:
+ $ref: '#/components/schemas/ResponseContext'
+ type: object
UpdateFlexibleGpuRequest:
additionalProperties: false
example:
@@ -21465,7 +21609,7 @@ components:
properties:
DestinationIpRange:
description: The IP range used for the destination match, in CIDR notation
- (for example, 10.0.0.0/24).
+ (for example, `10.0.0.0/24`).
type: string
DryRun:
description: If true, checks whether you have the required permissions to
@@ -21579,6 +21723,7 @@ components:
Path: Path
UploadDate: 2000-01-23
ExpirationDate: 2000-01-23
+ Orn: Orn
Id: Id
Name: Name
ResponseContext:
@@ -21736,8 +21881,8 @@ components:
the sake of historical compatibility with AWS.
type: boolean
DeletionProtection:
- description: If true, you cannot terminate the VM using Cockpit, the CLI
- or the API. If false, you can.
+ description: If true, you cannot delete the VM unless you change this parameter
+ back to false.
type: boolean
DryRun:
description: If true, checks whether you have the required permissions to
@@ -22357,8 +22502,8 @@ components:
format: datetime
type: string
DeletionProtection:
- description: If true, you cannot terminate the VM using Cockpit, the CLI
- or the API. If false, you can.
+ description: If true, you cannot delete the VM unless you change this parameter
+ back to false.
type: boolean
Hypervisor:
description: The hypervisor type of the VMs (`ovm` \| `xen`).
@@ -22376,7 +22521,7 @@ components:
type: string
LaunchNumber:
description: The number for the VM when launching a group of several VMs
- (for example, 0, 1, 2, and so on).
+ (for example, `0`, `1`, `2`, and so on).
type: integer
NetId:
description: The ID of the Net in which the VM is running.
@@ -22778,10 +22923,7 @@ components:
type: object
With:
additionalProperties: false
- description: The information to display in each returned log. If this parameter
- is not specified, all available response elements are displayed. If this parameter
- is specified, by default `AccountId` and `RequestId` are also included in
- the response, unless you explicitly specify them as false.
+ description: The information to display in each returned log.
example:
QueryAccessKey: true
QueryApiName: true
@@ -22801,54 +22943,74 @@ components:
QueryHeaderRaw: true
properties:
AccountId:
+ default: true
description: By default or if set to true, the account ID is displayed.
type: boolean
CallDuration:
- description: If set to true, the duration of the call is displayed.
+ default: true
+ description: By default or if set to true, the duration of the call is displayed.
type: boolean
QueryAccessKey:
- description: If set to true, the access key is displayed.
+ default: true
+ description: By default or if set to true, the access key is displayed.
type: boolean
QueryApiName:
- description: If set to true, the name of the API is displayed.
+ default: true
+ description: By default or if set to true, the name of the API is displayed.
type: boolean
QueryApiVersion:
- description: If set to true, the version of the API is displayed.
+ default: true
+ description: By default or if set to true, the version of the API is displayed.
type: boolean
QueryCallName:
- description: If set to true, the name of the call is displayed.
+ default: true
+ description: By default or if set to true, the name of the call is displayed.
type: boolean
QueryDate:
- description: If set to true, the date of the call is displayed.
+ default: true
+ description: By default or if set to true, the date of the call is displayed.
type: boolean
QueryHeaderRaw:
- description: If set to true, the raw header of the HTTP request is displayed.
+ default: true
+ description: By default or if set to true, the raw header of the HTTP request
+ is displayed.
type: boolean
QueryHeaderSize:
- description: If set to true, the size of the raw header of the HTTP request
- is displayed.
+ default: true
+ description: By default or if set to true, the size of the raw header of
+ the HTTP request is displayed.
type: boolean
QueryIpAddress:
- description: If set to true, the IP is displayed.
+ default: true
+ description: By default or if set to true, the IP is displayed.
type: boolean
QueryPayloadRaw:
- description: If set to true, the raw payload of the HTTP request is displayed.
+ default: true
+ description: By default or if set to true, the raw payload of the HTTP request
+ is displayed.
type: boolean
QueryPayloadSize:
- description: If set to true, the size of the raw payload of the HTTP request
- is displayed.
+ default: true
+ description: By default or if set to true, the size of the raw payload of
+ the HTTP request is displayed.
type: boolean
QueryUserAgent:
- description: If set to true, the user agent of the HTTP request is displayed.
+ default: true
+ description: By default or if set to true, the user agent of the HTTP request
+ is displayed.
type: boolean
RequestId:
+ default: true
description: By default or if set to true, the request ID is displayed.
type: boolean
ResponseSize:
- description: If set to true, the size of the response is displayed.
+ default: true
+ description: By default or if set to true, the size of the response is displayed.
type: boolean
ResponseStatusCode:
- description: If set to true, the HTTP status code of the response is displayed.
+ default: true
+ description: By default or if set to true, the HTTP status code of the response
+ is displayed.
type: boolean
type: object
securitySchemes:
diff --git a/osc/api_access_key.go b/osc/api_access_key.go
index 3f0a12e1f..1bd950adb 100644
--- a/osc/api_access_key.go
+++ b/osc/api_access_key.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 9e71fb19b..ff14128cf 100644
--- a/osc/api_account.go
+++ b/osc/api_account.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3c5be1db1..9203a2983 100644
--- a/osc/api_api_access_policy.go
+++ b/osc/api_api_access_policy.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 274671b73..113aabf00 100644
--- a/osc/api_api_access_rule.go
+++ b/osc/api_api_access_rule.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d2c92df0a..3e2581eeb 100644
--- a/osc/api_api_log.go
+++ b/osc/api_api_log.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 04e992050..3121d15ce 100644
--- a/osc/api_ca.go
+++ b/osc/api_ca.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ce70e5164..3464b1077 100644
--- a/osc/api_catalog.go
+++ b/osc/api_catalog.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 35ce40e2c..272f5b4cd 100644
--- a/osc/api_client_gateway.go
+++ b/osc/api_client_gateway.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c61d6e545..38dcd1300 100644
--- a/osc/api_dhcp_option.go
+++ b/osc/api_dhcp_option.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e31c0aa62..d0be4acee 100644
--- a/osc/api_direct_link.go
+++ b/osc/api_direct_link.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c5651c8e6..835a43315 100644
--- a/osc/api_direct_link_interface.go
+++ b/osc/api_direct_link_interface.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -358,3 +358,114 @@ func (a *DirectLinkInterfaceApiService) ReadDirectLinkInterfaces(ctx _context.Co
return localVarReturnValue, localVarHTTPResponse, nil
}
+
+// UpdateDirectLinkInterfaceOpts Optional parameters for the method 'UpdateDirectLinkInterface'
+type UpdateDirectLinkInterfaceOpts struct {
+ UpdateDirectLinkInterfaceRequest optional.Interface
+}
+
+/*
+UpdateDirectLinkInterface Method for UpdateDirectLinkInterface
+ * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
+ * @param optional nil or *UpdateDirectLinkInterfaceOpts - Optional Parameters:
+ * @param "UpdateDirectLinkInterfaceRequest" (optional.Interface of UpdateDirectLinkInterfaceRequest) -
+@return UpdateDirectLinkInterfaceResponse
+*/
+func (a *DirectLinkInterfaceApiService) UpdateDirectLinkInterface(ctx _context.Context, localVarOptionals *UpdateDirectLinkInterfaceOpts) (UpdateDirectLinkInterfaceResponse, *_nethttp.Response, error) {
+ var (
+ localVarHTTPMethod = _nethttp.MethodPost
+ localVarPostBody interface{}
+ localVarFormFileName string
+ localVarFileName string
+ localVarFileBytes []byte
+ localVarReturnValue UpdateDirectLinkInterfaceResponse
+ )
+
+ // create path and map variables
+ localVarPath := a.client.cfg.BasePath + "/UpdateDirectLinkInterface"
+ localVarHeaderParams := make(map[string]string)
+ localVarQueryParams := _neturl.Values{}
+ localVarFormParams := _neturl.Values{}
+
+ // to determine the Content-Type header
+ localVarHTTPContentTypes := []string{"application/json"}
+
+ // set Content-Type header
+ localVarHTTPContentType := selectHeaderContentType(localVarHTTPContentTypes)
+ if localVarHTTPContentType != "" {
+ localVarHeaderParams["Content-Type"] = localVarHTTPContentType
+ }
+
+ // to determine the Accept header
+ localVarHTTPHeaderAccepts := []string{"application/json"}
+
+ // set Accept header
+ localVarHTTPHeaderAccept := selectHeaderAccept(localVarHTTPHeaderAccepts)
+ if localVarHTTPHeaderAccept != "" {
+ localVarHeaderParams["Accept"] = localVarHTTPHeaderAccept
+ }
+ // body params
+ if localVarOptionals != nil && localVarOptionals.UpdateDirectLinkInterfaceRequest.IsSet() {
+ localVarOptionalUpdateDirectLinkInterfaceRequest, localVarOptionalUpdateDirectLinkInterfaceRequestok := localVarOptionals.UpdateDirectLinkInterfaceRequest.Value().(UpdateDirectLinkInterfaceRequest)
+ if !localVarOptionalUpdateDirectLinkInterfaceRequestok {
+ return localVarReturnValue, nil, reportError("updateDirectLinkInterfaceRequest should be UpdateDirectLinkInterfaceRequest")
+ }
+ localVarPostBody = &localVarOptionalUpdateDirectLinkInterfaceRequest
+ }
+
+ if ctx != nil {
+ // API Key Authentication
+ if auth, ok := ctx.Value(ContextAPIKey).(APIKey); ok {
+ var key string
+ if auth.Prefix != "" {
+ key = auth.Prefix + " " + auth.Key
+ } else {
+ key = auth.Key
+ }
+ localVarHeaderParams["Authorization"] = key
+ }
+ }
+ r, err := a.client.prepareRequest(ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, localVarFormFileName, localVarFileName, localVarFileBytes)
+ if err != nil {
+ return localVarReturnValue, nil, err
+ }
+
+ localVarHTTPResponse, err := a.client.callAPI(r)
+ if err != nil || localVarHTTPResponse == nil {
+ return localVarReturnValue, localVarHTTPResponse, err
+ }
+
+ localVarBody, err := _ioutil.ReadAll(localVarHTTPResponse.Body)
+ localVarHTTPResponse.Body.Close()
+ if err != nil {
+ return localVarReturnValue, localVarHTTPResponse, err
+ }
+
+ if localVarHTTPResponse.StatusCode >= 300 {
+ newErr := GenericOpenAPIError{
+ body: localVarBody,
+ error: localVarHTTPResponse.Status,
+ }
+ if localVarHTTPResponse.StatusCode == 200 {
+ var v UpdateDirectLinkInterfaceResponse
+ err = a.client.decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type"))
+ if err != nil {
+ newErr.error = err.Error()
+ return localVarReturnValue, localVarHTTPResponse, newErr
+ }
+ newErr.model = v
+ }
+ return localVarReturnValue, localVarHTTPResponse, newErr
+ }
+
+ err = a.client.decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type"))
+ if err != nil {
+ newErr := GenericOpenAPIError{
+ body: localVarBody,
+ error: err.Error(),
+ }
+ return localVarReturnValue, localVarHTTPResponse, newErr
+ }
+
+ return localVarReturnValue, localVarHTTPResponse, nil
+}
diff --git a/osc/api_flexible_gpu.go b/osc/api_flexible_gpu.go
index 07dcdb79e..ad329db37 100644
--- a/osc/api_flexible_gpu.go
+++ b/osc/api_flexible_gpu.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 70fb27ac7..711a9a1a1 100644
--- a/osc/api_image.go
+++ b/osc/api_image.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 48cb3553d..9e9e0ceef 100644
--- a/osc/api_internet_service.go
+++ b/osc/api_internet_service.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 22062218b..bbb4c4837 100644
--- a/osc/api_keypair.go
+++ b/osc/api_keypair.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 643bf97ea..5a1a98a95 100644
--- a/osc/api_listener.go
+++ b/osc/api_listener.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 cbc645a03..41dc0d6b9 100644
--- a/osc/api_load_balancer.go
+++ b/osc/api_load_balancer.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c67ddc166..61653426f 100644
--- a/osc/api_load_balancer_policy.go
+++ b/osc/api_load_balancer_policy.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 de5297298..89cbe308c 100644
--- a/osc/api_location.go
+++ b/osc/api_location.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5bfd19d10..d4d5a9715 100644
--- a/osc/api_nat_service.go
+++ b/osc/api_nat_service.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ce629388e..1242bdfeb 100644
--- a/osc/api_net.go
+++ b/osc/api_net.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 0c1b4c022..cb305fd6b 100644
--- a/osc/api_net_access_point.go
+++ b/osc/api_net_access_point.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 bca9910cf..8536bb753 100644
--- a/osc/api_net_peering.go
+++ b/osc/api_net_peering.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 cd77a9034..37e954928 100644
--- a/osc/api_nic.go
+++ b/osc/api_nic.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a996a4469..5f3de6c92 100644
--- a/osc/api_product_type.go
+++ b/osc/api_product_type.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 84c0253f6..effff4e00 100644
--- a/osc/api_public_catalog.go
+++ b/osc/api_public_catalog.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 69d194a69..b48340094 100644
--- a/osc/api_public_ip.go
+++ b/osc/api_public_ip.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 240b4a28d..4f1cdffa9 100644
--- a/osc/api_quota.go
+++ b/osc/api_quota.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6f0fb9a31..225e5e27b 100644
--- a/osc/api_region.go
+++ b/osc/api_region.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 aa9e2451c..cb401ca06 100644
--- a/osc/api_route.go
+++ b/osc/api_route.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1ab7ef288..f9c2f5141 100644
--- a/osc/api_route_table.go
+++ b/osc/api_route_table.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 064119031..31df7b7ac 100644
--- a/osc/api_security_group.go
+++ b/osc/api_security_group.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f3fcea8a5..607f5ad77 100644
--- a/osc/api_security_group_rule.go
+++ b/osc/api_security_group_rule.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8f1904a8c..f0973f31b 100644
--- a/osc/api_server_certificate.go
+++ b/osc/api_server_certificate.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c4345cd6a..958ea12bf 100644
--- a/osc/api_snapshot.go
+++ b/osc/api_snapshot.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5facd74aa..05a44c622 100644
--- a/osc/api_subnet.go
+++ b/osc/api_subnet.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e586691c9..bca19d6c7 100644
--- a/osc/api_subregion.go
+++ b/osc/api_subregion.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e3f460cb6..7fff0893a 100644
--- a/osc/api_tag.go
+++ b/osc/api_tag.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 358dcc077..6c732c647 100644
--- a/osc/api_task.go
+++ b/osc/api_task.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4dd1ac500..21a4b4e83 100644
--- a/osc/api_virtual_gateway.go
+++ b/osc/api_virtual_gateway.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 690ee1a56..3e0944db7 100644
--- a/osc/api_vm.go
+++ b/osc/api_vm.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d7f33f40e..1f5eaa90e 100644
--- a/osc/api_volume.go
+++ b/osc/api_volume.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 43dd40230..f60bd8188 100644
--- a/osc/api_vpn_connection.go
+++ b/osc/api_vpn_connection.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/client.go b/osc/client.go
index 05d97a3ba..1b4730fbb 100644
--- a/osc/client.go
+++ b/osc/client.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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.19
+// APIClient manages communication with the 3DS OUTSCALE API API v1.20
// 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 b7235351f..bbc0edd6e 100644
--- a/osc/configuration.go
+++ b/osc/configuration.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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.15.0",
+ UserAgent: "osc-sdk-go/1.16.0",
Debug: false,
Servers: []ServerConfiguration{
{
diff --git a/osc/docs/AccepterNet.md b/osc/docs/AccepterNet.md
index 5030227b1..3d30616df 100644
--- a/osc/docs/AccepterNet.md
+++ b/osc/docs/AccepterNet.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccountId** | **string** | The account ID of the owner of the accepter Net. | [optional]
-**IpRange** | **string** | The IP range for the accepter Net, in CIDR notation (for example, 10.0.0.0/16). | [optional]
+**IpRange** | **string** | The IP range for the accepter Net, in CIDR notation (for example, `10.0.0.0/16`). | [optional]
**NetId** | **string** | The ID of the accepter Net. | [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/AccessLog.md b/osc/docs/AccessLog.md
index ba3a967b6..127059ae6 100644
--- a/osc/docs/AccessLog.md
+++ b/osc/docs/AccessLog.md
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
**IsEnabled** | **bool** | If true, access logs are enabled for your load balancer. If false, they are not. If you set this to true in your request, the `OsuBucketName` parameter is required. | [optional]
**OsuBucketName** | **string** | The name of the OOS bucket for the access logs. | [optional]
**OsuBucketPrefix** | **string** | The path to the folder of the access logs in your OOS bucket (by default, the `root` level of your bucket). | [optional]
-**PublicationInterval** | **int32** | The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either 5 or 60 (by default, 60). | [optional]
+**PublicationInterval** | **int32** | The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either `5` or `60` (by default, `60`). | [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/ApiAccessRule.md b/osc/docs/ApiAccessRule.md
index a652177c8..a98930492 100644
--- a/osc/docs/ApiAccessRule.md
+++ b/osc/docs/ApiAccessRule.md
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
**CaIds** | **[]string** | One or more IDs of Client Certificate Authorities (CAs) used for the API access rule. | [optional]
**Cns** | **[]string** | One or more Client Certificate Common Names (CNs). | [optional]
**Description** | **string** | The description of the API access rule. | [optional]
-**IpRanges** | **[]string** | One or more IP ranges used for the API access rule, in CIDR notation (for example, 192.0.2.0/16). | [optional]
+**IpRanges** | **[]string** | One or more IP ranges used for the API access rule, in CIDR notation (for example, `192.0.2.0/16`). | [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/BlockDeviceMappingImage.md b/osc/docs/BlockDeviceMappingImage.md
index 15f82ef80..4888afe27 100644
--- a/osc/docs/BlockDeviceMappingImage.md
+++ b/osc/docs/BlockDeviceMappingImage.md
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Bsu** | [**BsuToCreate**](BsuToCreate.md) | | [optional]
**DeviceName** | **string** | The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX` or `/dev/xvdX` (where `X` is a letter between `b` and `z`). | [optional]
-**VirtualDeviceName** | **string** | The name of the virtual device (ephemeralN). | [optional]
+**VirtualDeviceName** | **string** | The name of the virtual device (`ephemeralN`). | [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/BlockDeviceMappingVmCreation.md b/osc/docs/BlockDeviceMappingVmCreation.md
index f8e2a39ce..9706ee084 100644
--- a/osc/docs/BlockDeviceMappingVmCreation.md
+++ b/osc/docs/BlockDeviceMappingVmCreation.md
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
**Bsu** | [**BsuToCreate**](BsuToCreate.md) | | [optional]
**DeviceName** | **string** | The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX` or `/dev/xvdX` (where `X` is a letter between `b` and `z`). | [optional]
**NoDevice** | **string** | Removes the device which is included in the block device mapping of the OMI. | [optional]
-**VirtualDeviceName** | **string** | The name of the virtual device (ephemeralN). | [optional]
+**VirtualDeviceName** | **string** | The name of the virtual device (`ephemeralN`). | [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/BlockDeviceMappingVmUpdate.md b/osc/docs/BlockDeviceMappingVmUpdate.md
index 00e724349..62d323feb 100644
--- a/osc/docs/BlockDeviceMappingVmUpdate.md
+++ b/osc/docs/BlockDeviceMappingVmUpdate.md
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
**Bsu** | [**BsuToUpdateVm**](BsuToUpdateVm.md) | | [optional]
**DeviceName** | **string** | The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX` or `/dev/xvdX` (where `X` is a letter between `b` and `z`). | [optional]
**NoDevice** | **string** | Removes the device which is included in the block device mapping of the OMI. | [optional]
-**VirtualDeviceName** | **string** | The name of the virtual device (ephemeralN). | [optional]
+**VirtualDeviceName** | **string** | The name of the virtual device (`ephemeralN`). | [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/BsuToCreate.md b/osc/docs/BsuToCreate.md
index dae14d5a2..57b08fe9e 100644
--- a/osc/docs/BsuToCreate.md
+++ b/osc/docs/BsuToCreate.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**DeleteOnVmDeletion** | **bool** | By default or if set to true, the volume is deleted when terminating the VM. If false, the volume is not deleted when terminating the VM. | [optional]
+**DeleteOnVmDeletion** | **bool** | By default or if set to true, the volume is deleted when terminating the VM. If false, the volume is not deleted when terminating the VM. | [optional] [default to true]
**Iops** | **int32** | The number of I/O operations per second (IOPS). This parameter must be specified only if you create an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000`. | [optional]
**SnapshotId** | **string** | The ID of the snapshot used to create the volume. | [optional]
**VolumeSize** | **int32** | The size of the volume, in gibibytes (GiB).<br /> If you specify a snapshot ID, the volume size must be at least equal to the snapshot size.<br /> If you specify a snapshot ID but no volume size, the volume is created with a size similar to the snapshot one. | [optional]
diff --git a/osc/docs/CreateApiAccessRuleRequest.md b/osc/docs/CreateApiAccessRuleRequest.md
index f1a8a6394..ad3b5ddbf 100644
--- a/osc/docs/CreateApiAccessRuleRequest.md
+++ b/osc/docs/CreateApiAccessRuleRequest.md
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
**Cns** | **[]string** | One or more Client Certificate Common Names (CNs). If this parameter is specified, you must also specify the `CaIds` parameter. | [optional]
**Description** | **string** | A description for the API access rule. | [optional]
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
-**IpRanges** | **[]string** | One or more IP ranges, in CIDR notation (for example, 192.0.2.0/16). | [optional]
+**IpRanges** | **[]string** | One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`). | [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/CreateClientGatewayRequest.md b/osc/docs/CreateClientGatewayRequest.md
index 8914ed055..bbf53c147 100644
--- a/osc/docs/CreateClientGatewayRequest.md
+++ b/osc/docs/CreateClientGatewayRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**BgpAsn** | **int32** | The Autonomous System Number (ASN) used by the Border Gateway Protocol (BGP) to find the path to your client gateway through the Internet. This number must be between 1 and 4294967295. |
+**BgpAsn** | **int32** | The Autonomous System Number (ASN) used by the Border Gateway Protocol (BGP) to find the path to your client gateway through the Internet. This number must be between `1` and `4294967295`. |
**ConnectionType** | **string** | The communication protocol used to establish tunnel with your client gateway (only `ipsec.1` is supported). |
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
**PublicIp** | **string** | The public fixed IPv4 address of your client gateway. |
diff --git a/osc/docs/CreateDhcpOptionsRequest.md b/osc/docs/CreateDhcpOptionsRequest.md
index bc9a57608..d848fb386 100644
--- a/osc/docs/CreateDhcpOptionsRequest.md
+++ b/osc/docs/CreateDhcpOptionsRequest.md
@@ -4,10 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**DomainName** | **string** | Specify a domain name (for example, MyCompany.com). You can specify only one domain name. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers` or `NtpServers`. | [optional]
-**DomainNameServers** | **[]string** | The IPs of domain name servers. If no IPs are specified, the `OutscaleProvidedDNS` value is set by default. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers` or `NtpServers`. | [optional]
+**DomainName** | **string** | Specify a domain name (for example, `MyCompany.com`). You can specify only one domain name. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`, or `NtpServers`. | [optional]
+**DomainNameServers** | **[]string** | The IPs of domain name servers. If no IPs are specified, the `OutscaleProvidedDNS` value is set by default. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`, or `NtpServers`. | [optional]
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
-**NtpServers** | **[]string** | The IPs of the Network Time Protocol (NTP) servers. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers` or `NtpServers`. | [optional]
+**LogServers** | **[]string** | The IPs of the log servers. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`, or `NtpServers`. | [optional]
+**NtpServers** | **[]string** | The IPs of the Network Time Protocol (NTP) servers. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`, or `NtpServers`. | [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/CreateLoadBalancerPolicyRequest.md b/osc/docs/CreateLoadBalancerPolicyRequest.md
index f2f829353..27c600710 100644
--- a/osc/docs/CreateLoadBalancerPolicyRequest.md
+++ b/osc/docs/CreateLoadBalancerPolicyRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**CookieExpirationPeriod** | **int32** | The lifetime of the cookie, in seconds. If not specified, the default value of this parameter is 1, which means that the sticky session lasts for the duration of the browser session. | [optional]
+**CookieExpirationPeriod** | **int32** | The lifetime of the cookie, in seconds. If not specified, the default value of this parameter is `1`, which means that the sticky session lasts for the duration of the browser session. | [optional]
**CookieName** | **string** | The name of the application cookie used for stickiness. This parameter is required if you create a stickiness policy based on an application-generated cookie. | [optional]
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
**LoadBalancerName** | **string** | The name of the load balancer for which you want to create a policy. |
diff --git a/osc/docs/CreateNetRequest.md b/osc/docs/CreateNetRequest.md
index 622923a1d..6afb50c26 100644
--- a/osc/docs/CreateNetRequest.md
+++ b/osc/docs/CreateNetRequest.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
-**IpRange** | **string** | The IP range for the Net, in CIDR notation (for example, 10.0.0.0/16). |
+**IpRange** | **string** | The IP range for the Net, in CIDR notation (for example, `10.0.0.0/16`). |
**Tenancy** | **string** | The tenancy options for the VMs (`default` if a VM created in a Net can be launched with any tenancy, `dedicated` if it can be launched with dedicated tenancy VMs running on single-tenant hardware). | [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/CreateRouteRequest.md b/osc/docs/CreateRouteRequest.md
index fe6c4f7ac..2b958869e 100644
--- a/osc/docs/CreateRouteRequest.md
+++ b/osc/docs/CreateRouteRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**DestinationIpRange** | **string** | The IP range used for the destination match, in CIDR notation (for example, 10.0.0.0/24). |
+**DestinationIpRange** | **string** | The IP range used for the destination match, in CIDR notation (for example, `10.0.0.0/24`). |
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
**GatewayId** | **string** | The ID of an Internet service or virtual gateway attached to your Net. | [optional]
**NatServiceId** | **string** | The ID of a NAT service. | [optional]
diff --git a/osc/docs/CreateSecurityGroupRuleRequest.md b/osc/docs/CreateSecurityGroupRuleRequest.md
index 84af481d6..ff83370c8 100644
--- a/osc/docs/CreateSecurityGroupRuleRequest.md
+++ b/osc/docs/CreateSecurityGroupRuleRequest.md
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
**SecurityGroupAccountIdToLink** | **string** | The account ID of the owner of the security group for which you want to create a rule. | [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]
-**ToPortRange** | **int32** | The end of the port range for the TCP and UDP protocols, or an ICMP type number. If you specify this parameter, you cannot specify the `Rules` parameter and its subparameters. | [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/CreateSubnetRequest.md b/osc/docs/CreateSubnetRequest.md
index 816ad9de8..8ee6c6b67 100644
--- a/osc/docs/CreateSubnetRequest.md
+++ b/osc/docs/CreateSubnetRequest.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
-**IpRange** | **string** | The IP range in the Subnet, in CIDR notation (for example, 10.0.0.0/16). |
+**IpRange** | **string** | The IP range in the Subnet, in CIDR notation (for example, `10.0.0.0/16`). |
**NetId** | **string** | The ID of the Net for which you want to create a Subnet. |
**SubregionName** | **string** | The name of the Subregion in which you want to create the Subnet. | [optional]
diff --git a/osc/docs/CreateVmsRequest.md b/osc/docs/CreateVmsRequest.md
index 9cfa3039f..380918454 100644
--- a/osc/docs/CreateVmsRequest.md
+++ b/osc/docs/CreateVmsRequest.md
@@ -5,10 +5,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**BlockDeviceMappings** | [**[]BlockDeviceMappingVmCreation**](BlockDeviceMappingVmCreation.md) | One or more block device mappings. | [optional]
-**BootOnCreation** | **bool** | By default or if true, the VM is started on creation. If false, the VM is stopped on creation. | [optional]
+**BootOnCreation** | **bool** | By default or if true, the VM is started on creation. If false, the VM is stopped on creation. | [optional] [default to true]
**BsuOptimized** | **bool** | This parameter is not available. It is present in our API for the sake of historical compatibility with AWS. | [optional]
**ClientToken** | **string** | A unique identifier which enables you to manage the idempotency. | [optional]
-**DeletionProtection** | **bool** | If true, you cannot terminate the VM using Cockpit, the CLI or the API. If false, you can. | [optional]
+**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]
**ImageId** | **string** | The ID of the OMI used to create the VM. You can find the list of OMIs by calling the [ReadImages](#readimages) method. |
**KeypairName** | **string** | The name of the keypair. | [optional]
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
**SecurityGroups** | **[]string** | One or more names of security groups for the VMs. | [optional]
**SubnetId** | **string** | The ID of the Subnet in which you want to create the VM. If you specify this parameter, you must not specify the `Nics` parameter. | [optional]
**UserData** | **string** | Data or script used to add a specific configuration to the VM. It must be Base64-encoded and is limited to 500 kibibytes (KiB). | [optional]
-**VmInitiatedShutdownBehavior** | **string** | The VM behavior when you stop it. By default or if set to `stop`, the VM stops. If set to `restart`, the VM stops then automatically restarts. If set to `terminate`, the VM stops and is terminated. | [optional]
+**VmInitiatedShutdownBehavior** | **string** | The VM behavior when you stop it. By default or if set to `stop`, the VM stops. If set to `restart`, the VM stops then automatically restarts. If set to `terminate`, the VM stops and is terminated. | [optional] [default to stop]
**VmType** | **string** | The type of VM (`t2.small` by default).<br /> For more information, see [Instance Types](https://docs.outscale.com/en/userguide/Instance-Types.html). | [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/CreateVpnConnectionRouteRequest.md b/osc/docs/CreateVpnConnectionRouteRequest.md
index 72132e8d1..1d5773532 100644
--- a/osc/docs/CreateVpnConnectionRouteRequest.md
+++ b/osc/docs/CreateVpnConnectionRouteRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**DestinationIpRange** | **string** | The network prefix of the route, in CIDR notation (for example, 10.12.0.0/16). |
+**DestinationIpRange** | **string** | The network prefix of the route, in CIDR notation (for example, `10.12.0.0/16`). |
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
**VpnConnectionId** | **string** | The ID of the target VPN connection of the static route. |
diff --git a/osc/docs/DeleteSecurityGroupRuleRequest.md b/osc/docs/DeleteSecurityGroupRuleRequest.md
index 142d06711..1bb39abac 100644
--- a/osc/docs/DeleteSecurityGroupRuleRequest.md
+++ b/osc/docs/DeleteSecurityGroupRuleRequest.md
@@ -8,12 +8,12 @@ Name | Type | Description | Notes
**Flow** | **string** | The direction of the flow: `Inbound` or `Outbound`. You can specify `Outbound` for Nets only. |
**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]
-**IpRange** | **string** | The IP range for the security group rule, in CIDR notation (for example, 10.0.0.0/16). | [optional]
+**IpRange** | **string** | The IP range for the security group rule, in CIDR notation (for example, `10.0.0.0/16`). | [optional]
**Rules** | [**[]SecurityGroupRule**](SecurityGroupRule.md) | One or more rules you want to delete from the security group. | [optional]
**SecurityGroupAccountIdToUnlink** | **string** | The account ID of the owner of the security group you want to delete a rule from. | [optional]
**SecurityGroupId** | **string** | The ID of the security group you want to delete a rule from. |
**SecurityGroupNameToUnlink** | **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]
-**ToPortRange** | **int32** | The end of the port range for the TCP and UDP protocols, or an ICMP type number. | [optional]
+**ToPortRange** | **int32** | The end of the port range for the TCP and UDP protocols, or an ICMP code number. | [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/DeleteVpnConnectionRouteRequest.md b/osc/docs/DeleteVpnConnectionRouteRequest.md
index 156634702..0ebe108ba 100644
--- a/osc/docs/DeleteVpnConnectionRouteRequest.md
+++ b/osc/docs/DeleteVpnConnectionRouteRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**DestinationIpRange** | **string** | The network prefix of the route to delete, in CIDR notation (for example, 10.12.0.0/16). |
+**DestinationIpRange** | **string** | The network prefix of the route to delete, in CIDR notation (for example, `10.12.0.0/16`). |
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
**VpnConnectionId** | **string** | The ID of the target VPN connection of the static route to delete. |
diff --git a/osc/docs/DhcpOptionsSet.md b/osc/docs/DhcpOptionsSet.md
index e75c347dd..1ffec74c0 100644
--- a/osc/docs/DhcpOptionsSet.md
+++ b/osc/docs/DhcpOptionsSet.md
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
**DhcpOptionsSetId** | **string** | The ID of the DHCP options set. | [optional]
**DomainName** | **string** | The domain name. | [optional]
**DomainNameServers** | **[]string** | One or more IPs for the domain name servers. | [optional]
+**LogServers** | **[]string** | One or more IPs for the log servers. | [optional]
**NtpServers** | **[]string** | One or more IPs for the NTP servers. | [optional]
**Tags** | [**[]ResourceTag**](ResourceTag.md) | One or more tags associated with the DHCP options set. | [optional]
diff --git a/osc/docs/DirectLink.md b/osc/docs/DirectLink.md
index 395da772b..302158db4 100644
--- a/osc/docs/DirectLink.md
+++ b/osc/docs/DirectLink.md
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccountId** | **string** | The account ID of the owner of the DirectLink. | [optional]
**Bandwidth** | **string** | The physical link bandwidth (either 1 Gbps or 10 Gbps). | [optional]
-**DirectLinkId** | **string** | The ID of the DirectLink (for example, dxcon-xxxxxxxx). | [optional]
+**DirectLinkId** | **string** | The ID of the DirectLink (for example, `dxcon-xxxxxxxx`). | [optional]
**DirectLinkName** | **string** | The name of the DirectLink. | [optional]
**Location** | **string** | The datacenter where the DirectLink is located. | [optional]
**RegionName** | **string** | The Region in which the DirectLink has been created. | [optional]
diff --git a/osc/docs/DirectLinkInterfaceApi.md b/osc/docs/DirectLinkInterfaceApi.md
index 3c73f5f91..d423f603f 100644
--- a/osc/docs/DirectLinkInterfaceApi.md
+++ b/osc/docs/DirectLinkInterfaceApi.md
@@ -7,6 +7,7 @@ Method | HTTP request | Description
[**CreateDirectLinkInterface**](DirectLinkInterfaceApi.md#CreateDirectLinkInterface) | **Post** /CreateDirectLinkInterface |
[**DeleteDirectLinkInterface**](DirectLinkInterfaceApi.md#DeleteDirectLinkInterface) | **Post** /DeleteDirectLinkInterface |
[**ReadDirectLinkInterfaces**](DirectLinkInterfaceApi.md#ReadDirectLinkInterfaces) | **Post** /ReadDirectLinkInterfaces |
+[**UpdateDirectLinkInterface**](DirectLinkInterfaceApi.md#UpdateDirectLinkInterface) | **Post** /UpdateDirectLinkInterface |
@@ -132,3 +133,44 @@ Name | Type | Description | Notes
[[Back to Model list]](../README.md#documentation-for-models)
[[Back to README]](../README.md)
+
+## UpdateDirectLinkInterface
+
+> UpdateDirectLinkInterfaceResponse UpdateDirectLinkInterface(ctx, optional)
+
+
+
+### Required Parameters
+
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
+ **optional** | ***UpdateDirectLinkInterfaceOpts** | optional parameters | nil if no parameters
+
+### Optional Parameters
+
+Optional parameters are passed through a pointer to a UpdateDirectLinkInterfaceOpts struct
+
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **updateDirectLinkInterfaceRequest** | [**optional.Interface of UpdateDirectLinkInterfaceRequest**](UpdateDirectLinkInterfaceRequest.md)| |
+
+### Return type
+
+[**UpdateDirectLinkInterfaceResponse**](UpdateDirectLinkInterfaceResponse.md)
+
+### Authorization
+
+[ApiKeyAuth](../README.md#ApiKeyAuth)
+
+### HTTP request headers
+
+- **Content-Type**: application/json
+- **Accept**: application/json
+
+[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
+[[Back to Model list]](../README.md#documentation-for-models)
+[[Back to README]](../README.md)
+
diff --git a/osc/docs/DirectLinkInterfaces.md b/osc/docs/DirectLinkInterfaces.md
index ceaf7cc21..9a832e5b2 100644
--- a/osc/docs/DirectLinkInterfaces.md
+++ b/osc/docs/DirectLinkInterfaces.md
@@ -13,6 +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]
**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/FiltersApiAccessRule.md b/osc/docs/FiltersApiAccessRule.md
index 33cd5bbb4..ef5470272 100644
--- a/osc/docs/FiltersApiAccessRule.md
+++ b/osc/docs/FiltersApiAccessRule.md
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
**CaIds** | **[]string** | One or more IDs of Client Certificate Authorities (CAs). | [optional]
**Cns** | **[]string** | One or more Client Certificate Common Names (CNs). | [optional]
**Descriptions** | **[]string** | One or more descriptions of API access rules. | [optional]
-**IpRanges** | **[]string** | One or more IP ranges, in CIDR notation (for example, 192.0.2.0/16). | [optional]
+**IpRanges** | **[]string** | One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`). | [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/FiltersDhcpOptions.md b/osc/docs/FiltersDhcpOptions.md
index b8c595e3e..182029d50 100644
--- a/osc/docs/FiltersDhcpOptions.md
+++ b/osc/docs/FiltersDhcpOptions.md
@@ -6,9 +6,10 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Default** | **bool** | If true, lists all default DHCP options set. If false, lists all non-default DHCP options set. | [optional]
**DhcpOptionsSetIds** | **[]string** | The IDs of the DHCP options sets. | [optional]
-**DomainNameServers** | **[]string** | The domain name servers used for the DHCP options sets. | [optional]
+**DomainNameServers** | **[]string** | The IPs of the domain name servers used for the DHCP options sets. | [optional]
**DomainNames** | **[]string** | The domain names used for the DHCP options sets. | [optional]
-**NtpServers** | **[]string** | The Network Time Protocol (NTP) servers used for the DHCP options sets. | [optional]
+**LogServers** | **[]string** | The IPs of the log servers used for the DHCP options sets. | [optional]
+**NtpServers** | **[]string** | The IPs of the Network Time Protocol (NTP) servers used for the DHCP options sets. | [optional]
**TagKeys** | **[]string** | The keys of the tags associated with the DHCP options sets. | [optional]
**TagValues** | **[]string** | The values of the tags associated with the DHCP options sets. | [optional]
**Tags** | **[]string** | The key/value combination of the tags associated with the DHCP options sets, in the following format: "Filters":{"Tags":["TAGKEY=TAGVALUE"]}. | [optional]
diff --git a/osc/docs/FiltersNet.md b/osc/docs/FiltersNet.md
index f58ad6b16..f7032da44 100644
--- a/osc/docs/FiltersNet.md
+++ b/osc/docs/FiltersNet.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DhcpOptionsSetIds** | **[]string** | The IDs of the DHCP options sets. | [optional]
-**IpRanges** | **[]string** | The IP ranges for the Nets, in CIDR notation (for example, 10.0.0.0/16). | [optional]
+**IpRanges** | **[]string** | The IP ranges for the Nets, in CIDR notation (for example, `10.0.0.0/16`). | [optional]
**IsDefault** | **bool** | If true, the Net used is the default one. | [optional]
**NetIds** | **[]string** | The IDs of the Nets. | [optional]
**States** | **[]string** | The states of the Nets (`pending` \\| `available`). | [optional]
diff --git a/osc/docs/FiltersNetPeering.md b/osc/docs/FiltersNetPeering.md
index 4042b5016..586674a07 100644
--- a/osc/docs/FiltersNetPeering.md
+++ b/osc/docs/FiltersNetPeering.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccepterNetAccountIds** | **[]string** | The account IDs of the owners of the peer Nets. | [optional]
-**AccepterNetIpRanges** | **[]string** | The IP ranges of the peer Nets, in CIDR notation (for example, 10.0.0.0/24). | [optional]
+**AccepterNetIpRanges** | **[]string** | The IP ranges of the peer Nets, in CIDR notation (for example, `10.0.0.0/24`). | [optional]
**AccepterNetNetIds** | **[]string** | The IDs of the peer Nets. | [optional]
**NetPeeringIds** | **[]string** | The IDs of the Net peering connections. | [optional]
**SourceNetAccountIds** | **[]string** | The account IDs of the owners of the peer Nets. | [optional]
diff --git a/osc/docs/FiltersSecurityGroup.md b/osc/docs/FiltersSecurityGroup.md
index 6bea1512e..bc4382c6e 100644
--- a/osc/docs/FiltersSecurityGroup.md
+++ b/osc/docs/FiltersSecurityGroup.md
@@ -8,19 +8,19 @@ Name | Type | Description | Notes
**Descriptions** | **[]string** | The descriptions of the security groups. | [optional]
**InboundRuleAccountIds** | **[]string** | The account IDs that have been granted permissions. | [optional]
**InboundRuleFromPortRanges** | **[]int32** | The beginnings of the port ranges for the TCP and UDP protocols, or the ICMP type numbers. | [optional]
-**InboundRuleIpRanges** | **[]string** | The IP ranges that have been granted permissions, in CIDR notation (for example, 10.0.0.0/24). | [optional]
+**InboundRuleIpRanges** | **[]string** | The IP ranges that have been granted permissions, in CIDR notation (for example, `10.0.0.0/24`). | [optional]
**InboundRuleProtocols** | **[]string** | The IP protocols for the permissions (`tcp` \\| `udp` \\| `icmp`, or a protocol number, or `-1` for all protocols). | [optional]
**InboundRuleSecurityGroupIds** | **[]string** | The IDs of the security groups that have been granted permissions. | [optional]
**InboundRuleSecurityGroupNames** | **[]string** | The names of the security groups that have been granted permissions. | [optional]
-**InboundRuleToPortRanges** | **[]int32** | The ends of the port ranges for the TCP and UDP protocols, or the ICMP codes. | [optional]
+**InboundRuleToPortRanges** | **[]int32** | The ends of the port ranges for the TCP and UDP protocols, or the ICMP code numbers. | [optional]
**NetIds** | **[]string** | The IDs of the Nets specified when the security groups were created. | [optional]
**OutboundRuleAccountIds** | **[]string** | The account IDs that have been granted permissions. | [optional]
**OutboundRuleFromPortRanges** | **[]int32** | The beginnings of the port ranges for the TCP and UDP protocols, or the ICMP type numbers. | [optional]
-**OutboundRuleIpRanges** | **[]string** | The IP ranges that have been granted permissions, in CIDR notation (for example, 10.0.0.0/24). | [optional]
+**OutboundRuleIpRanges** | **[]string** | The IP ranges that have been granted permissions, in CIDR notation (for example, `10.0.0.0/24`). | [optional]
**OutboundRuleProtocols** | **[]string** | The IP protocols for the permissions (`tcp` \\| `udp` \\| `icmp`, or a protocol number, or `-1` for all protocols). | [optional]
**OutboundRuleSecurityGroupIds** | **[]string** | The IDs of the security groups that have been granted permissions. | [optional]
**OutboundRuleSecurityGroupNames** | **[]string** | The names of the security groups that have been granted permissions. | [optional]
-**OutboundRuleToPortRanges** | **[]int32** | The ends of the port ranges for the TCP and UDP protocols, or the ICMP codes. | [optional]
+**OutboundRuleToPortRanges** | **[]int32** | The ends of the port ranges for the TCP and UDP protocols, or the ICMP code numbers. | [optional]
**SecurityGroupIds** | **[]string** | The IDs of the security groups. | [optional]
**SecurityGroupNames** | **[]string** | The names of the security groups. | [optional]
**TagKeys** | **[]string** | The keys of the tags associated with the security groups. | [optional]
diff --git a/osc/docs/FiltersSubnet.md b/osc/docs/FiltersSubnet.md
index 57edc40b6..0b62b4ce4 100644
--- a/osc/docs/FiltersSubnet.md
+++ b/osc/docs/FiltersSubnet.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AvailableIpsCounts** | **[]int32** | The number of available IPs. | [optional]
-**IpRanges** | **[]string** | The IP ranges in the Subnets, in CIDR notation (for example, 10.0.0.0/16). | [optional]
+**IpRanges** | **[]string** | The IP ranges in the Subnets, in CIDR notation (for example, `10.0.0.0/16`). | [optional]
**NetIds** | **[]string** | The IDs of the Nets in which the Subnets are. | [optional]
**States** | **[]string** | The states of the Subnets (`pending` \\| `available`). | [optional]
**SubnetIds** | **[]string** | The IDs of the Subnets. | [optional]
diff --git a/osc/docs/LinkNic.md b/osc/docs/LinkNic.md
index 9426cdf7e..8eb63ee1f 100644
--- a/osc/docs/LinkNic.md
+++ b/osc/docs/LinkNic.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DeleteOnVmDeletion** | **bool** | If true, the NIC is deleted when the VM is terminated. | [optional]
-**DeviceNumber** | **int32** | The device index for the NIC attachment (between 1 and 7, both included). | [optional]
+**DeviceNumber** | **int32** | The device index for the NIC attachment (between `1` and `7`, both included). | [optional]
**LinkNicId** | **string** | The ID of the NIC to attach. | [optional]
**State** | **string** | The state of the attachment (`attaching` \\| `attached` \\| `detaching` \\| `detached`). | [optional]
**VmAccountId** | **string** | The account ID of the owner of the VM. | [optional]
diff --git a/osc/docs/LinkNicLight.md b/osc/docs/LinkNicLight.md
index 132b2510c..60eebbb94 100644
--- a/osc/docs/LinkNicLight.md
+++ b/osc/docs/LinkNicLight.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DeleteOnVmDeletion** | **bool** | If true, the NIC is deleted when the VM is terminated. | [optional]
-**DeviceNumber** | **int32** | The device index for the NIC attachment (between 1 and 7, both included). | [optional]
+**DeviceNumber** | **int32** | The device index for the NIC attachment (between `1` and `7`, both included). | [optional]
**LinkNicId** | **string** | The ID of the NIC to attach. | [optional]
**State** | **string** | The state of the attachment (`attaching` \\| `attached` \\| `detaching` \\| `detached`). | [optional]
diff --git a/osc/docs/LinkNicRequest.md b/osc/docs/LinkNicRequest.md
index 9e6e8fe4e..b80b640f6 100644
--- a/osc/docs/LinkNicRequest.md
+++ b/osc/docs/LinkNicRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**DeviceNumber** | **int32** | The index of the VM device for the NIC attachment (between 1 and 7, both included). |
+**DeviceNumber** | **int32** | The index of the VM device for the NIC attachment (between `1` and `7`, both included). |
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
**NicId** | **string** | The ID of the NIC you want to attach. |
**VmId** | **string** | The ID of the VM to which you want to attach the NIC. |
diff --git a/osc/docs/Listener.md b/osc/docs/Listener.md
index 0879cb411..0a466c98b 100644
--- a/osc/docs/Listener.md
+++ b/osc/docs/Listener.md
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**BackendPort** | **int32** | The port on which the back-end VM is listening (between `1` and `65535`, both included). | [optional]
**BackendProtocol** | **string** | The protocol for routing traffic to back-end VMs (`HTTP` \\| `HTTPS` \\| `TCP` \\| `SSL`). | [optional]
-**LoadBalancerPort** | **int32** | The port on which the load balancer is listening (between 1 and `65535`, both included). | [optional]
+**LoadBalancerPort** | **int32** | The port on which the load balancer is listening (between `1` and `65535`, both included). | [optional]
**LoadBalancerProtocol** | **string** | The routing protocol (`HTTP` \\| `HTTPS` \\| `TCP` \\| `SSL`). | [optional]
**PolicyNames** | **[]string** | The names of the policies. If there are no policies enabled, the list is empty. | [optional]
**ServerCertificateId** | **string** | The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see [Resource Identifiers > OUTSCALE Resource Names (ORNs)](https://docs.outscale.com/en/userguide/Resource-Identifiers.html#_outscale_resource_names_orns). | [optional]
diff --git a/osc/docs/Net.md b/osc/docs/Net.md
index 49c287972..38e7c05a1 100644
--- a/osc/docs/Net.md
+++ b/osc/docs/Net.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DhcpOptionsSetId** | **string** | The ID of the DHCP options set (or `default` if you want to associate the default one). | [optional]
-**IpRange** | **string** | The IP range for the Net, in CIDR notation (for example, 10.0.0.0/16). | [optional]
+**IpRange** | **string** | The IP range for the Net, in CIDR notation (for example, `10.0.0.0/16`). | [optional]
**NetId** | **string** | The ID of the Net. | [optional]
**State** | **string** | The state of the Net (`pending` \\| `available`). | [optional]
**Tags** | [**[]ResourceTag**](ResourceTag.md) | One or more tags associated with the Net. | [optional]
diff --git a/osc/docs/NicForVmCreation.md b/osc/docs/NicForVmCreation.md
index 1d8d2d82d..3a16562b2 100644
--- a/osc/docs/NicForVmCreation.md
+++ b/osc/docs/NicForVmCreation.md
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DeleteOnVmDeletion** | **bool** | If true, the NIC is deleted when the VM is terminated. You can specify this parameter only for a new NIC. To modify this value for an existing NIC, see [UpdateNic](#updatenic). | [optional]
**Description** | **string** | The description of the NIC, if you are creating a NIC when creating the VM. | [optional]
-**DeviceNumber** | **int32** | The index of the VM device for the NIC attachment (between 0 and 7, both included). This parameter is required if you create a NIC when creating the VM. | [optional]
+**DeviceNumber** | **int32** | The index of the VM device for the NIC attachment (between `0` and `7`, both included). This parameter is required if you create a NIC when creating the VM. | [optional]
**NicId** | **string** | The ID of the NIC, if you are attaching an existing NIC when creating a VM. | [optional]
**PrivateIps** | [**[]PrivateIpLight**](PrivateIpLight.md) | One or more private IPs to assign to the NIC, if you create a NIC when creating a VM. Only one private IP can be the primary private IP. | [optional]
**SecondaryPrivateIpCount** | **int32** | The number of secondary private IPs, if you create a NIC when creating a VM. This parameter cannot be specified if you specified more than one private IP in the `PrivateIps` parameter. | [optional]
diff --git a/osc/docs/ReadApiLogsRequest.md b/osc/docs/ReadApiLogsRequest.md
index b4d68322c..e3882141e 100644
--- a/osc/docs/ReadApiLogsRequest.md
+++ b/osc/docs/ReadApiLogsRequest.md
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
**Filters** | [**FiltersApiLog**](FiltersApiLog.md) | | [optional]
**NextPageToken** | **string** | The token to request the next page of results. | [optional]
-**ResultsPerPage** | **int32** | The maximum number of logs returned in a single response (between `1`and `1000`, both included). By default, `100`. | [optional]
+**ResultsPerPage** | **int32** | The maximum number of logs returned in a single response (between `1`and `1000`, both included). By default, `100`. | [optional] [default to 100]
**With** | [**With**](With.md) | | [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/ReadConsumptionAccountRequest.md b/osc/docs/ReadConsumptionAccountRequest.md
index 50bc401ba..f69083aac 100644
--- a/osc/docs/ReadConsumptionAccountRequest.md
+++ b/osc/docs/ReadConsumptionAccountRequest.md
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
**FromDate** | **string** | The beginning of the time period, in ISO 8601 date-time format (for example, `2017-06-14` or `2017-06-14T00:00:00Z`). |
+**Overall** | **bool** | By default or if true, returns either the overall consumption of your paying account and all linked accounts (if the account that sends this request is a paying account) or returns nothing (if the account that sends this request is a linked account). If false, returns only the consumption of the specific account that sends this request. | [optional] [default to true]
**ToDate** | **string** | The end of the time period, in ISO 8601 date-time format (for example, `2017-06-30` or `2017-06-30T00:00:00Z`). |
[[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/ReadVmsStateRequest.md b/osc/docs/ReadVmsStateRequest.md
index 896613fd0..933d7e0c4 100644
--- a/osc/docs/ReadVmsStateRequest.md
+++ b/osc/docs/ReadVmsStateRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**AllVms** | **bool** | If true, includes the status of all VMs. By default or if set to false, only includes the status of running VMs. | [optional]
+**AllVms** | **bool** | If true, includes the status of all VMs. By default or if set to false, only includes the status of running VMs. | [optional] [default to false]
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
**Filters** | [**FiltersVmsState**](FiltersVmsState.md) | | [optional]
diff --git a/osc/docs/Route.md b/osc/docs/Route.md
index a09dafa41..7d08703ad 100644
--- a/osc/docs/Route.md
+++ b/osc/docs/Route.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CreationMethod** | **string** | The method used to create the route. | [optional]
-**DestinationIpRange** | **string** | The IP range used for the destination match, in CIDR notation (for example, 10.0.0.0/24). | [optional]
+**DestinationIpRange** | **string** | The IP range used for the destination match, in CIDR notation (for example, `10.0.0.0/24`). | [optional]
**DestinationServiceId** | **string** | The ID of the OUTSCALE service. | [optional]
**GatewayId** | **string** | The ID of the Internet service or virtual gateway attached to the Net. | [optional]
**NatServiceId** | **string** | The ID of a NAT service attached to the Net. | [optional]
diff --git a/osc/docs/RouteLight.md b/osc/docs/RouteLight.md
index e1802806c..6f0867f67 100644
--- a/osc/docs/RouteLight.md
+++ b/osc/docs/RouteLight.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**DestinationIpRange** | **string** | The IP range used for the destination match, in CIDR notation (for example, 10.0.0.0/24). | [optional]
+**DestinationIpRange** | **string** | The IP range used for the destination match, in CIDR notation (for example, `10.0.0.0/24`). | [optional]
**RouteType** | **string** | The type of route (always `static`). | [optional]
**State** | **string** | The current state of the static route (`pending` \\| `available` \\| `deleting` \\| `deleted`). | [optional]
diff --git a/osc/docs/SecurityGroupRule.md b/osc/docs/SecurityGroupRule.md
index 3d40b1a7f..a54423d75 100644
--- a/osc/docs/SecurityGroupRule.md
+++ b/osc/docs/SecurityGroupRule.md
@@ -6,10 +6,10 @@ 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]
+**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]
**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 type number. | [optional]
+**ToPortRange** | **int32** | The end of the port range for the TCP and UDP protocols, or an ICMP code number. | [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/ServerCertificate.md b/osc/docs/ServerCertificate.md
index c3d3e971e..4fde6b849 100644
--- a/osc/docs/ServerCertificate.md
+++ b/osc/docs/ServerCertificate.md
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
**ExpirationDate** | **string** | The date at which the server certificate expires. | [optional]
**Id** | **string** | The ID of the server certificate. | [optional]
**Name** | **string** | The name of the server certificate. | [optional]
+**Orn** | **string** | The Outscale Resource Name (ORN) of the server certificate. For more information, see [Resource Identifiers > Outscale Resource Names (ORNs)](https://docs.outscale.com/en/userguide/Resource-Identifiers.html#_outscale_resource_names_orns). | [optional]
**Path** | **string** | The path to the server certificate. | [optional]
**UploadDate** | **string** | The date at which the server certificate has been uploaded. | [optional]
diff --git a/osc/docs/SourceNet.md b/osc/docs/SourceNet.md
index e27171c69..55279be3b 100644
--- a/osc/docs/SourceNet.md
+++ b/osc/docs/SourceNet.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccountId** | **string** | The account ID of the owner of the source Net. | [optional]
-**IpRange** | **string** | The IP range for the source Net, in CIDR notation (for example, 10.0.0.0/16). | [optional]
+**IpRange** | **string** | The IP range for the source Net, in CIDR notation (for example, `10.0.0.0/16`). | [optional]
**NetId** | **string** | The ID of the source Net. | [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/Subnet.md b/osc/docs/Subnet.md
index b955ee8d1..e3900b342 100644
--- a/osc/docs/Subnet.md
+++ b/osc/docs/Subnet.md
@@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AvailableIpsCount** | **int32** | The number of available IPs in the Subnets. | [optional]
-**IpRange** | **string** | The IP range in the Subnet, in CIDR notation (for example, 10.0.0.0/16). | [optional]
+**IpRange** | **string** | The IP range in the Subnet, in CIDR notation (for example, `10.0.0.0/16`). | [optional]
**MapPublicIpOnLaunch** | **bool** | If true, a public IP is assigned to the network interface cards (NICs) created in the specified Subnet. | [optional]
**NetId** | **string** | The ID of the Net in which the Subnet is. | [optional]
**State** | **string** | The state of the Subnet (`pending` \\| `available`). | [optional]
diff --git a/osc/docs/Subregion.md b/osc/docs/Subregion.md
index 41e7ab511..1e9841017 100644
--- a/osc/docs/Subregion.md
+++ b/osc/docs/Subregion.md
@@ -4,6 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
+**LocationCode** | **string** | The location code of the Subregion. | [optional]
**RegionName** | **string** | The name of the Region containing the Subregion. | [optional]
**State** | **string** | The state of the Subregion (`available` \\| `information` \\| `impaired` \\| `unavailable`). | [optional]
**SubregionName** | **string** | The name of the Subregion. | [optional]
diff --git a/osc/docs/UpdateApiAccessRuleRequest.md b/osc/docs/UpdateApiAccessRuleRequest.md
index 89e283e21..61fba3377 100644
--- a/osc/docs/UpdateApiAccessRuleRequest.md
+++ b/osc/docs/UpdateApiAccessRuleRequest.md
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
**Cns** | **[]string** | One or more Client Certificate Common Names (CNs). | [optional]
**Description** | **string** | A new description for the API access rule. | [optional]
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
-**IpRanges** | **[]string** | One or more IP ranges, in CIDR notation (for example, 192.0.2.0/16). | [optional]
+**IpRanges** | **[]string** | One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`). | [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
new file mode 100644
index 000000000..729547db7
--- /dev/null
+++ b/osc/docs/UpdateDirectLinkInterfaceRequest.md
@@ -0,0 +1,13 @@
+# UpdateDirectLinkInterfaceRequest
+
+## Properties
+
+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 (between `1500` and `9001`, both included). | [default to 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/UpdateDirectLinkInterfaceResponse.md b/osc/docs/UpdateDirectLinkInterfaceResponse.md
new file mode 100644
index 000000000..3b6e4f309
--- /dev/null
+++ b/osc/docs/UpdateDirectLinkInterfaceResponse.md
@@ -0,0 +1,12 @@
+# UpdateDirectLinkInterfaceResponse
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**DirectLinkInterface** | [**DirectLinkInterfaces**](DirectLinkInterfaces.md) | | [optional]
+**ResponseContext** | [**ResponseContext**](ResponseContext.md) | | [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/UpdateRouteRequest.md b/osc/docs/UpdateRouteRequest.md
index ea5b60a6c..ce8df2418 100644
--- a/osc/docs/UpdateRouteRequest.md
+++ b/osc/docs/UpdateRouteRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**DestinationIpRange** | **string** | The IP range used for the destination match, in CIDR notation (for example, 10.0.0.0/24). |
+**DestinationIpRange** | **string** | The IP range used for the destination match, in CIDR notation (for example, `10.0.0.0/24`). |
**DryRun** | **bool** | If true, checks whether you have the required permissions to perform the action. | [optional]
**GatewayId** | **string** | The ID of an Internet service or virtual gateway attached to your Net. | [optional]
**NatServiceId** | **string** | The ID of a NAT service. | [optional]
diff --git a/osc/docs/UpdateVmRequest.md b/osc/docs/UpdateVmRequest.md
index 845e3d0ea..4710f2379 100644
--- a/osc/docs/UpdateVmRequest.md
+++ b/osc/docs/UpdateVmRequest.md
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**BlockDeviceMappings** | [**[]BlockDeviceMappingVmUpdate**](BlockDeviceMappingVmUpdate.md) | One or more block device mappings of the VM. | [optional]
**BsuOptimized** | **bool** | This parameter is not available. It is present in our API for the sake of historical compatibility with AWS. | [optional]
-**DeletionProtection** | **bool** | If true, you cannot terminate the VM using Cockpit, the CLI or the API. If false, you can. | [optional]
+**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]
diff --git a/osc/docs/Vm.md b/osc/docs/Vm.md
index 7d9d4d647..3944fc37b 100644
--- a/osc/docs/Vm.md
+++ b/osc/docs/Vm.md
@@ -9,12 +9,12 @@ Name | Type | Description | Notes
**BsuOptimized** | **bool** | This parameter is not available. It is present in our API for the sake of historical compatibility with AWS. | [optional]
**ClientToken** | **string** | The idempotency token provided when launching the VM. | [optional]
**CreationDate** | **string** | The date and time at which the VM was created. | [optional]
-**DeletionProtection** | **bool** | If true, you cannot terminate the VM using Cockpit, the CLI or the API. If false, you can. | [optional]
+**DeletionProtection** | **bool** | If true, you cannot delete the VM unless you change this parameter back to false. | [optional]
**Hypervisor** | **string** | The hypervisor type of the VMs (`ovm` \\| `xen`). | [optional]
**ImageId** | **string** | The ID of the OMI used to create the VM. | [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 used when launching the VM. | [optional]
-**LaunchNumber** | **int32** | The number for the VM when launching a group of several VMs (for example, 0, 1, 2, and so on). | [optional]
+**LaunchNumber** | **int32** | The number for the VM when launching a group of several VMs (for example, `0`, `1`, `2`, and so on). | [optional]
**NetId** | **string** | The ID of the Net in which the VM is running. | [optional]
**Nics** | [**[]NicLight**](NicLight.md) | (Net only) The network interface cards (NICs) the VMs are attached to. | [optional]
**OsFamily** | **string** | Indicates the operating system (OS) of the VM. | [optional]
diff --git a/osc/docs/With.md b/osc/docs/With.md
index 16dfeff7a..a49f750c5 100644
--- a/osc/docs/With.md
+++ b/osc/docs/With.md
@@ -4,22 +4,22 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**AccountId** | **bool** | By default or if set to true, the account ID is displayed. | [optional]
-**CallDuration** | **bool** | If set to true, the duration of the call is displayed. | [optional]
-**QueryAccessKey** | **bool** | If set to true, the access key is displayed. | [optional]
-**QueryApiName** | **bool** | If set to true, the name of the API is displayed. | [optional]
-**QueryApiVersion** | **bool** | If set to true, the version of the API is displayed. | [optional]
-**QueryCallName** | **bool** | If set to true, the name of the call is displayed. | [optional]
-**QueryDate** | **bool** | If set to true, the date of the call is displayed. | [optional]
-**QueryHeaderRaw** | **bool** | If set to true, the raw header of the HTTP request is displayed. | [optional]
-**QueryHeaderSize** | **bool** | If set to true, the size of the raw header of the HTTP request is displayed. | [optional]
-**QueryIpAddress** | **bool** | If set to true, the IP is displayed. | [optional]
-**QueryPayloadRaw** | **bool** | If set to true, the raw payload of the HTTP request is displayed. | [optional]
-**QueryPayloadSize** | **bool** | If set to true, the size of the raw payload of the HTTP request is displayed. | [optional]
-**QueryUserAgent** | **bool** | If set to true, the user agent of the HTTP request is displayed. | [optional]
-**RequestId** | **bool** | By default or if set to true, the request ID is displayed. | [optional]
-**ResponseSize** | **bool** | If set to true, the size of the response is displayed. | [optional]
-**ResponseStatusCode** | **bool** | If set to true, the HTTP status code of the response is displayed. | [optional]
+**AccountId** | **bool** | By default or if set to true, the account ID is displayed. | [optional] [default to true]
+**CallDuration** | **bool** | By default or if set to true, the duration of the call is displayed. | [optional] [default to true]
+**QueryAccessKey** | **bool** | By default or if set to true, the access key is displayed. | [optional] [default to true]
+**QueryApiName** | **bool** | By default or if set to true, the name of the API is displayed. | [optional] [default to true]
+**QueryApiVersion** | **bool** | By default or if set to true, the version of the API is displayed. | [optional] [default to true]
+**QueryCallName** | **bool** | By default or if set to true, the name of the call is displayed. | [optional] [default to true]
+**QueryDate** | **bool** | By default or if set to true, the date of the call is displayed. | [optional] [default to true]
+**QueryHeaderRaw** | **bool** | By default or if set to true, the raw header of the HTTP request is displayed. | [optional] [default to true]
+**QueryHeaderSize** | **bool** | By default or if set to true, the size of the raw header of the HTTP request is displayed. | [optional] [default to true]
+**QueryIpAddress** | **bool** | By default or if set to true, the IP is displayed. | [optional] [default to true]
+**QueryPayloadRaw** | **bool** | By default or if set to true, the raw payload of the HTTP request is displayed. | [optional] [default to true]
+**QueryPayloadSize** | **bool** | By default or if set to true, the size of the raw payload of the HTTP request is displayed. | [optional] [default to true]
+**QueryUserAgent** | **bool** | By default or if set to true, the user agent of the HTTP request is displayed. | [optional] [default to true]
+**RequestId** | **bool** | By default or if set to true, the request ID is displayed. | [optional] [default to true]
+**ResponseSize** | **bool** | By default or if set to true, the size of the response is displayed. | [optional] [default to true]
+**ResponseStatusCode** | **bool** | By default or if set to true, the HTTP status code of the response is displayed. | [optional] [default to true]
[[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/model_accept_net_peering_request.go b/osc/model_accept_net_peering_request.go
index 942168176..75c1184a4 100644
--- a/osc/model_accept_net_peering_request.go
+++ b/osc/model_accept_net_peering_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d8c10b151..699a64759 100644
--- a/osc/model_accept_net_peering_response.go
+++ b/osc/model_accept_net_peering_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c14dd5b48..d9132b59f 100644
--- a/osc/model_accepter_net.go
+++ b/osc/model_accepter_net.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -14,7 +14,7 @@ package osc
type AccepterNet struct {
// The account ID of the owner of the accepter Net.
AccountId string `json:"AccountId,omitempty"`
- // The IP range for the accepter Net, in CIDR notation (for example, 10.0.0.0/16).
+ // The IP range for the accepter Net, in CIDR notation (for example, `10.0.0.0/16`).
IpRange string `json:"IpRange,omitempty"`
// The ID of the accepter Net.
NetId string `json:"NetId,omitempty"`
diff --git a/osc/model_access_key.go b/osc/model_access_key.go
index 69bc620b5..c0edc55b8 100644
--- a/osc/model_access_key.go
+++ b/osc/model_access_key.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 306facb06..5f51d1462 100644
--- a/osc/model_access_key_secret_key.go
+++ b/osc/model_access_key_secret_key.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1d3664e26..89d1f8748 100644
--- a/osc/model_access_log.go
+++ b/osc/model_access_log.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -18,6 +18,6 @@ type AccessLog struct {
OsuBucketName string `json:"OsuBucketName,omitempty"`
// The path to the folder of the access logs in your OOS bucket (by default, the `root` level of your bucket).
OsuBucketPrefix string `json:"OsuBucketPrefix,omitempty"`
- // The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either 5 or 60 (by default, 60).
+ // The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either `5` or `60` (by default, `60`).
PublicationInterval int32 `json:"PublicationInterval,omitempty"`
}
diff --git a/osc/model_account.go b/osc/model_account.go
index 699a59315..40a1e323e 100644
--- a/osc/model_account.go
+++ b/osc/model_account.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 fefb95aba..62d02acb5 100644
--- a/osc/model_api_access_policy.go
+++ b/osc/model_api_access_policy.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 03237b37a..f0c13c7e6 100644
--- a/osc/model_api_access_rule.go
+++ b/osc/model_api_access_rule.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -20,6 +20,6 @@ type ApiAccessRule struct {
Cns []string `json:"Cns,omitempty"`
// The description of the API access rule.
Description string `json:"Description,omitempty"`
- // One or more IP ranges used for the API access rule, in CIDR notation (for example, 192.0.2.0/16).
+ // One or more IP ranges used for the API access rule, in CIDR notation (for example, `192.0.2.0/16`).
IpRanges []string `json:"IpRanges,omitempty"`
}
diff --git a/osc/model_application_sticky_cookie_policy.go b/osc/model_application_sticky_cookie_policy.go
index e42ae7c37..d94ae7add 100644
--- a/osc/model_application_sticky_cookie_policy.go
+++ b/osc/model_application_sticky_cookie_policy.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d061bb7bc..c2dbac4b2 100644
--- a/osc/model_backend_vm_health.go
+++ b/osc/model_backend_vm_health.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 31e1612e4..942702496 100644
--- a/osc/model_block_device_mapping_created.go
+++ b/osc/model_block_device_mapping_created.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 45083bc58..d0ee12305 100644
--- a/osc/model_block_device_mapping_image.go
+++ b/osc/model_block_device_mapping_image.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -15,6 +15,6 @@ type BlockDeviceMappingImage struct {
Bsu BsuToCreate `json:"Bsu,omitempty"`
// The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX` or `/dev/xvdX` (where `X` is a letter between `b` and `z`).
DeviceName string `json:"DeviceName,omitempty"`
- // The name of the virtual device (ephemeralN).
+ // The name of the virtual device (`ephemeralN`).
VirtualDeviceName string `json:"VirtualDeviceName,omitempty"`
}
diff --git a/osc/model_block_device_mapping_vm_creation.go b/osc/model_block_device_mapping_vm_creation.go
index a100ac52b..53fb726f2 100644
--- a/osc/model_block_device_mapping_vm_creation.go
+++ b/osc/model_block_device_mapping_vm_creation.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -17,6 +17,6 @@ type BlockDeviceMappingVmCreation struct {
DeviceName string `json:"DeviceName,omitempty"`
// Removes the device which is included in the block device mapping of the OMI.
NoDevice string `json:"NoDevice,omitempty"`
- // The name of the virtual device (ephemeralN).
+ // The name of the virtual device (`ephemeralN`).
VirtualDeviceName string `json:"VirtualDeviceName,omitempty"`
}
diff --git a/osc/model_block_device_mapping_vm_update.go b/osc/model_block_device_mapping_vm_update.go
index 80ca030f8..27232b79e 100644
--- a/osc/model_block_device_mapping_vm_update.go
+++ b/osc/model_block_device_mapping_vm_update.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -17,6 +17,6 @@ type BlockDeviceMappingVmUpdate struct {
DeviceName string `json:"DeviceName,omitempty"`
// Removes the device which is included in the block device mapping of the OMI.
NoDevice string `json:"NoDevice,omitempty"`
- // The name of the virtual device (ephemeralN).
+ // The name of the virtual device (`ephemeralN`).
VirtualDeviceName string `json:"VirtualDeviceName,omitempty"`
}
diff --git a/osc/model_bsu_created.go b/osc/model_bsu_created.go
index 4994c7d52..1e4edb323 100644
--- a/osc/model_bsu_created.go
+++ b/osc/model_bsu_created.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 7adf0adc4..d3a6c24a2 100644
--- a/osc/model_bsu_to_create.go
+++ b/osc/model_bsu_to_create.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a31409d7e..947c797f2 100644
--- a/osc/model_bsu_to_update_vm.go
+++ b/osc/model_bsu_to_update_vm.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 7fda44b35..2b4faadfb 100644
--- a/osc/model_ca.go
+++ b/osc/model_ca.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 0f05afbed..97546a773 100644
--- a/osc/model_catalog.go
+++ b/osc/model_catalog.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d144dcf8c..348324382 100644
--- a/osc/model_catalog_entry.go
+++ b/osc/model_catalog_entry.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 cd7bda1e7..16ade0e8b 100644
--- a/osc/model_check_authentication_request.go
+++ b/osc/model_check_authentication_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 08979baea..2842001cc 100644
--- a/osc/model_check_authentication_response.go
+++ b/osc/model_check_authentication_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 33377afe0..9d34168b3 100644
--- a/osc/model_client_gateway.go
+++ b/osc/model_client_gateway.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6294728da..c3587eb04 100644
--- a/osc/model_consumption_entry.go
+++ b/osc/model_consumption_entry.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a063cd5ad..013e63ead 100644
--- a/osc/model_create_access_key_request.go
+++ b/osc/model_create_access_key_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6064a638c..b455e6948 100644
--- a/osc/model_create_access_key_response.go
+++ b/osc/model_create_access_key_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b287b5a08..ddac3c17b 100644
--- a/osc/model_create_account_request.go
+++ b/osc/model_create_account_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 7aa0c2eea..aacf6f005 100644
--- a/osc/model_create_account_response.go
+++ b/osc/model_create_account_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2aecf45a9..afda1014f 100644
--- a/osc/model_create_api_access_rule_request.go
+++ b/osc/model_create_api_access_rule_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -20,6 +20,6 @@ type CreateApiAccessRuleRequest struct {
Description string `json:"Description,omitempty"`
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
- // One or more IP ranges, in CIDR notation (for example, 192.0.2.0/16).
+ // One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`).
IpRanges []string `json:"IpRanges,omitempty"`
}
diff --git a/osc/model_create_api_access_rule_response.go b/osc/model_create_api_access_rule_response.go
index 8cdb89fd6..ce0a5a7a0 100644
--- a/osc/model_create_api_access_rule_response.go
+++ b/osc/model_create_api_access_rule_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1d54bb3db..7117a6899 100644
--- a/osc/model_create_ca_request.go
+++ b/osc/model_create_ca_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 98a312b0c..2855c2e33 100644
--- a/osc/model_create_ca_response.go
+++ b/osc/model_create_ca_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 aea6ede7e..80096138d 100644
--- a/osc/model_create_client_gateway_request.go
+++ b/osc/model_create_client_gateway_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -12,7 +12,7 @@ package osc
// CreateClientGatewayRequest struct for CreateClientGatewayRequest
type CreateClientGatewayRequest struct {
- // The Autonomous System Number (ASN) used by the Border Gateway Protocol (BGP) to find the path to your client gateway through the Internet. This number must be between 1 and 4294967295.
+ // The Autonomous System Number (ASN) used by the Border Gateway Protocol (BGP) to find the path to your client gateway through the Internet. This number must be between `1` and `4294967295`.
BgpAsn int32 `json:"BgpAsn"`
// The communication protocol used to establish tunnel with your client gateway (only `ipsec.1` is supported).
ConnectionType string `json:"ConnectionType"`
diff --git a/osc/model_create_client_gateway_response.go b/osc/model_create_client_gateway_response.go
index fa3d41158..c8368b006 100644
--- a/osc/model_create_client_gateway_response.go
+++ b/osc/model_create_client_gateway_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3499b9371..ae200999c 100644
--- a/osc/model_create_dhcp_options_request.go
+++ b/osc/model_create_dhcp_options_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -12,12 +12,14 @@ package osc
// CreateDhcpOptionsRequest struct for CreateDhcpOptionsRequest
type CreateDhcpOptionsRequest struct {
- // Specify a domain name (for example, MyCompany.com). You can specify only one domain name. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers` or `NtpServers`.
+ // Specify a domain name (for example, `MyCompany.com`). You can specify only one domain name. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`, or `NtpServers`.
DomainName string `json:"DomainName,omitempty"`
- // The IPs of domain name servers. If no IPs are specified, the `OutscaleProvidedDNS` value is set by default. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers` or `NtpServers`.
+ // The IPs of domain name servers. If no IPs are specified, the `OutscaleProvidedDNS` value is set by default. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`, or `NtpServers`.
DomainNameServers []string `json:"DomainNameServers,omitempty"`
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
- // The IPs of the Network Time Protocol (NTP) servers. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers` or `NtpServers`.
+ // The IPs of the log servers. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`, or `NtpServers`.
+ LogServers []string `json:"LogServers,omitempty"`
+ // The IPs of the Network Time Protocol (NTP) servers. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`, or `NtpServers`.
NtpServers []string `json:"NtpServers,omitempty"`
}
diff --git a/osc/model_create_dhcp_options_response.go b/osc/model_create_dhcp_options_response.go
index 28d3daca4..a59976b5a 100644
--- a/osc/model_create_dhcp_options_response.go
+++ b/osc/model_create_dhcp_options_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 253a6c7da..7389846ce 100644
--- a/osc/model_create_direct_link_interface_request.go
+++ b/osc/model_create_direct_link_interface_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 cde5f3697..fc2184513 100644
--- a/osc/model_create_direct_link_interface_response.go
+++ b/osc/model_create_direct_link_interface_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ea48b4e02..900522d9f 100644
--- a/osc/model_create_direct_link_request.go
+++ b/osc/model_create_direct_link_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 0b8bda67c..2d14a2837 100644
--- a/osc/model_create_direct_link_response.go
+++ b/osc/model_create_direct_link_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 41232f5ef..0f9f979a0 100644
--- a/osc/model_create_flexible_gpu_request.go
+++ b/osc/model_create_flexible_gpu_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1bc5a282b..1e033b6a0 100644
--- a/osc/model_create_flexible_gpu_response.go
+++ b/osc/model_create_flexible_gpu_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 39ea0be85..e607667f6 100644
--- a/osc/model_create_image_export_task_request.go
+++ b/osc/model_create_image_export_task_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 96e54728c..43cb82db2 100644
--- a/osc/model_create_image_export_task_response.go
+++ b/osc/model_create_image_export_task_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 523733bb9..7bb44d65b 100644
--- a/osc/model_create_image_request.go
+++ b/osc/model_create_image_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5b1ffe4bf..a547ce1ae 100644
--- a/osc/model_create_image_response.go
+++ b/osc/model_create_image_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 fd980c497..3d60f5617 100644
--- a/osc/model_create_internet_service_request.go
+++ b/osc/model_create_internet_service_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 372ae4477..12c22d79c 100644
--- a/osc/model_create_internet_service_response.go
+++ b/osc/model_create_internet_service_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d9629e0c0..90b27e09f 100644
--- a/osc/model_create_keypair_request.go
+++ b/osc/model_create_keypair_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 247723adb..5b3023e67 100644
--- a/osc/model_create_keypair_response.go
+++ b/osc/model_create_keypair_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 74fd06a11..20af74235 100644
--- a/osc/model_create_listener_rule_request.go
+++ b/osc/model_create_listener_rule_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 69d55dca9..08697f4d8 100644
--- a/osc/model_create_listener_rule_response.go
+++ b/osc/model_create_listener_rule_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ac6362c78..5dda5e3a1 100644
--- a/osc/model_create_load_balancer_listeners_request.go
+++ b/osc/model_create_load_balancer_listeners_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3d735e317..e259bcc79 100644
--- a/osc/model_create_load_balancer_listeners_response.go
+++ b/osc/model_create_load_balancer_listeners_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 327baa20b..8fecc6d57 100644
--- a/osc/model_create_load_balancer_policy_request.go
+++ b/osc/model_create_load_balancer_policy_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -12,7 +12,7 @@ package osc
// CreateLoadBalancerPolicyRequest struct for CreateLoadBalancerPolicyRequest
type CreateLoadBalancerPolicyRequest struct {
- // The lifetime of the cookie, in seconds. If not specified, the default value of this parameter is 1, which means that the sticky session lasts for the duration of the browser session.
+ // The lifetime of the cookie, in seconds. If not specified, the default value of this parameter is `1`, which means that the sticky session lasts for the duration of the browser session.
CookieExpirationPeriod int32 `json:"CookieExpirationPeriod,omitempty"`
// The name of the application cookie used for stickiness. This parameter is required if you create a stickiness policy based on an application-generated cookie.
CookieName string `json:"CookieName,omitempty"`
diff --git a/osc/model_create_load_balancer_policy_response.go b/osc/model_create_load_balancer_policy_response.go
index 6a22cfa16..3ca839c04 100644
--- a/osc/model_create_load_balancer_policy_response.go
+++ b/osc/model_create_load_balancer_policy_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4def142ee..41a405ae8 100644
--- a/osc/model_create_load_balancer_request.go
+++ b/osc/model_create_load_balancer_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 674b8f4b0..e82b03dac 100644
--- a/osc/model_create_load_balancer_response.go
+++ b/osc/model_create_load_balancer_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 fcc0342c5..1ec68ec51 100644
--- a/osc/model_create_load_balancer_tags_request.go
+++ b/osc/model_create_load_balancer_tags_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d2dd9e3f8..4a1a9cd78 100644
--- a/osc/model_create_load_balancer_tags_response.go
+++ b/osc/model_create_load_balancer_tags_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 856898d3c..eb1961e82 100644
--- a/osc/model_create_nat_service_request.go
+++ b/osc/model_create_nat_service_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a1ce8bb6f..6d619a094 100644
--- a/osc/model_create_nat_service_response.go
+++ b/osc/model_create_nat_service_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8ea71d2f5..ec4c31297 100644
--- a/osc/model_create_net_access_point_request.go
+++ b/osc/model_create_net_access_point_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 60ffd3408..49ac5dba5 100644
--- a/osc/model_create_net_access_point_response.go
+++ b/osc/model_create_net_access_point_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8bf71c0f8..87c212ff7 100644
--- a/osc/model_create_net_peering_request.go
+++ b/osc/model_create_net_peering_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 31d5dc2e1..8eff23d97 100644
--- a/osc/model_create_net_peering_response.go
+++ b/osc/model_create_net_peering_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c0f08c73b..200af287c 100644
--- a/osc/model_create_net_request.go
+++ b/osc/model_create_net_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -14,7 +14,7 @@ package osc
type CreateNetRequest struct {
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
- // The IP range for the Net, in CIDR notation (for example, 10.0.0.0/16).
+ // The IP range for the Net, in CIDR notation (for example, `10.0.0.0/16`).
IpRange string `json:"IpRange"`
// The tenancy options for the VMs (`default` if a VM created in a Net can be launched with any tenancy, `dedicated` if it can be launched with dedicated tenancy VMs running on single-tenant hardware).
Tenancy string `json:"Tenancy,omitempty"`
diff --git a/osc/model_create_net_response.go b/osc/model_create_net_response.go
index 25eb50988..641517a97 100644
--- a/osc/model_create_net_response.go
+++ b/osc/model_create_net_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 168756227..e9447c274 100644
--- a/osc/model_create_nic_request.go
+++ b/osc/model_create_nic_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b00cc17d9..0c35f2285 100644
--- a/osc/model_create_nic_response.go
+++ b/osc/model_create_nic_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 caf7bb4b8..f34fe97c6 100644
--- a/osc/model_create_public_ip_request.go
+++ b/osc/model_create_public_ip_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 86d8ff6fc..9dce52246 100644
--- a/osc/model_create_public_ip_response.go
+++ b/osc/model_create_public_ip_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4ab8400f1..2828132df 100644
--- a/osc/model_create_route_request.go
+++ b/osc/model_create_route_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -12,7 +12,7 @@ package osc
// CreateRouteRequest struct for CreateRouteRequest
type CreateRouteRequest struct {
- // The IP range used for the destination match, in CIDR notation (for example, 10.0.0.0/24).
+ // The IP range used for the destination match, in CIDR notation (for example, `10.0.0.0/24`).
DestinationIpRange string `json:"DestinationIpRange"`
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
diff --git a/osc/model_create_route_response.go b/osc/model_create_route_response.go
index 2ea620156..c77cf2f95 100644
--- a/osc/model_create_route_response.go
+++ b/osc/model_create_route_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e5882b248..181b03c07 100644
--- a/osc/model_create_route_table_request.go
+++ b/osc/model_create_route_table_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1e035df58..10a7f38e6 100644
--- a/osc/model_create_route_table_response.go
+++ b/osc/model_create_route_table_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c66e70362..88048dc23 100644
--- a/osc/model_create_security_group_request.go
+++ b/osc/model_create_security_group_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 301f72d10..1ab272c65 100644
--- a/osc/model_create_security_group_response.go
+++ b/osc/model_create_security_group_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 fbecf1652..72634bb01 100644
--- a/osc/model_create_security_group_rule_request.go
+++ b/osc/model_create_security_group_rule_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -30,6 +30,6 @@ type CreateSecurityGroupRuleRequest struct {
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.
SecurityGroupNameToLink string `json:"SecurityGroupNameToLink,omitempty"`
- // The end of the port range for the TCP and UDP protocols, or an ICMP type number. If you specify this parameter, you cannot specify the `Rules` parameter and its subparameters.
+ // 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 2b46117a5..9cf87eb44 100644
--- a/osc/model_create_security_group_rule_response.go
+++ b/osc/model_create_security_group_rule_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8de9db065..aef78d52b 100644
--- a/osc/model_create_server_certificate_request.go
+++ b/osc/model_create_server_certificate_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1f0f6e95a..20fac58d7 100644
--- a/osc/model_create_server_certificate_response.go
+++ b/osc/model_create_server_certificate_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 03d2f08db..9bd7f98b9 100644
--- a/osc/model_create_snapshot_export_task_request.go
+++ b/osc/model_create_snapshot_export_task_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a2c00b5ee..25d5afe61 100644
--- a/osc/model_create_snapshot_export_task_response.go
+++ b/osc/model_create_snapshot_export_task_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 edf703559..c1285834d 100644
--- a/osc/model_create_snapshot_request.go
+++ b/osc/model_create_snapshot_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8ed4bdb72..c97e919cd 100644
--- a/osc/model_create_snapshot_response.go
+++ b/osc/model_create_snapshot_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 394130f21..23eaae31e 100644
--- a/osc/model_create_subnet_request.go
+++ b/osc/model_create_subnet_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -14,7 +14,7 @@ package osc
type CreateSubnetRequest struct {
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
- // The IP range in the Subnet, in CIDR notation (for example, 10.0.0.0/16).
+ // The IP range in the Subnet, in CIDR notation (for example, `10.0.0.0/16`).
IpRange string `json:"IpRange"`
// The ID of the Net for which you want to create a Subnet.
NetId string `json:"NetId"`
diff --git a/osc/model_create_subnet_response.go b/osc/model_create_subnet_response.go
index 0b6eecc89..3a1db939c 100644
--- a/osc/model_create_subnet_response.go
+++ b/osc/model_create_subnet_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1bd26d74f..68a3bda6c 100644
--- a/osc/model_create_tags_request.go
+++ b/osc/model_create_tags_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 bc4f46f56..1a961c1b9 100644
--- a/osc/model_create_tags_response.go
+++ b/osc/model_create_tags_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 7290c3608..b5442771b 100644
--- a/osc/model_create_virtual_gateway_request.go
+++ b/osc/model_create_virtual_gateway_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 695156da5..a53296de8 100644
--- a/osc/model_create_virtual_gateway_response.go
+++ b/osc/model_create_virtual_gateway_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e0483863c..9bc786a6f 100644
--- a/osc/model_create_vms_request.go
+++ b/osc/model_create_vms_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -20,7 +20,7 @@ type CreateVmsRequest struct {
BsuOptimized bool `json:"BsuOptimized,omitempty"`
// A unique identifier which enables you to manage the idempotency.
ClientToken string `json:"ClientToken,omitempty"`
- // If true, you cannot terminate the VM using Cockpit, the CLI or the API. If false, you can.
+ // If true, you cannot delete the VM unless you change this parameter back to false.
DeletionProtection bool `json:"DeletionProtection,omitempty"`
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
diff --git a/osc/model_create_vms_response.go b/osc/model_create_vms_response.go
index e4f4d37c6..a4b4a22b7 100644
--- a/osc/model_create_vms_response.go
+++ b/osc/model_create_vms_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 67fb006b9..1e069bf6e 100644
--- a/osc/model_create_volume_request.go
+++ b/osc/model_create_volume_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 674ffb8b2..ecbd65bdf 100644
--- a/osc/model_create_volume_response.go
+++ b/osc/model_create_volume_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 110654211..e291da9c4 100644
--- a/osc/model_create_vpn_connection_request.go
+++ b/osc/model_create_vpn_connection_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8d3e4ea87..6de1d7d08 100644
--- a/osc/model_create_vpn_connection_response.go
+++ b/osc/model_create_vpn_connection_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e3388f93c..f4c9f3d5f 100644
--- a/osc/model_create_vpn_connection_route_request.go
+++ b/osc/model_create_vpn_connection_route_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -12,7 +12,7 @@ package osc
// CreateVpnConnectionRouteRequest struct for CreateVpnConnectionRouteRequest
type CreateVpnConnectionRouteRequest struct {
- // The network prefix of the route, in CIDR notation (for example, 10.12.0.0/16).
+ // The network prefix of the route, in CIDR notation (for example, `10.12.0.0/16`).
DestinationIpRange string `json:"DestinationIpRange"`
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
diff --git a/osc/model_create_vpn_connection_route_response.go b/osc/model_create_vpn_connection_route_response.go
index fb06b5a21..a19a80a12 100644
--- a/osc/model_create_vpn_connection_route_response.go
+++ b/osc/model_create_vpn_connection_route_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 cea1d4635..25a89a093 100644
--- a/osc/model_delete_access_key_request.go
+++ b/osc/model_delete_access_key_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 021b00d0e..31f0a5a20 100644
--- a/osc/model_delete_access_key_response.go
+++ b/osc/model_delete_access_key_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e658661a1..19c291598 100644
--- a/osc/model_delete_api_access_rule_request.go
+++ b/osc/model_delete_api_access_rule_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c450b6745..a066eb520 100644
--- a/osc/model_delete_api_access_rule_response.go
+++ b/osc/model_delete_api_access_rule_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ee8ccc8c8..a66758346 100644
--- a/osc/model_delete_ca_request.go
+++ b/osc/model_delete_ca_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1ee207c4e..e042a4079 100644
--- a/osc/model_delete_ca_response.go
+++ b/osc/model_delete_ca_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6a2f9370e..ef924f6de 100644
--- a/osc/model_delete_client_gateway_request.go
+++ b/osc/model_delete_client_gateway_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8ed0abdd9..1dbdd8e1d 100644
--- a/osc/model_delete_client_gateway_response.go
+++ b/osc/model_delete_client_gateway_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 89c111a1c..dd77bab16 100644
--- a/osc/model_delete_dhcp_options_request.go
+++ b/osc/model_delete_dhcp_options_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 18f101b18..53bb2aa42 100644
--- a/osc/model_delete_dhcp_options_response.go
+++ b/osc/model_delete_dhcp_options_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 fcaabf853..8ac317e70 100644
--- a/osc/model_delete_direct_link_interface_request.go
+++ b/osc/model_delete_direct_link_interface_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a55e15823..dc1fc34c1 100644
--- a/osc/model_delete_direct_link_interface_response.go
+++ b/osc/model_delete_direct_link_interface_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c1e1e43e5..53dc8fbf8 100644
--- a/osc/model_delete_direct_link_request.go
+++ b/osc/model_delete_direct_link_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4792d8962..8a4368412 100644
--- a/osc/model_delete_direct_link_response.go
+++ b/osc/model_delete_direct_link_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b46517a28..d64c47623 100644
--- a/osc/model_delete_export_task_request.go
+++ b/osc/model_delete_export_task_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1ffe3d8d1..269417380 100644
--- a/osc/model_delete_export_task_response.go
+++ b/osc/model_delete_export_task_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e8a9c3a1f..26b780a87 100644
--- a/osc/model_delete_flexible_gpu_request.go
+++ b/osc/model_delete_flexible_gpu_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 27ed5f14d..c49066c6c 100644
--- a/osc/model_delete_flexible_gpu_response.go
+++ b/osc/model_delete_flexible_gpu_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e25a2d5ef..aeab1df46 100644
--- a/osc/model_delete_image_request.go
+++ b/osc/model_delete_image_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4e9616733..dead459fa 100644
--- a/osc/model_delete_image_response.go
+++ b/osc/model_delete_image_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 31b22677c..91264beb3 100644
--- a/osc/model_delete_internet_service_request.go
+++ b/osc/model_delete_internet_service_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 350cdcd15..3b07d7241 100644
--- a/osc/model_delete_internet_service_response.go
+++ b/osc/model_delete_internet_service_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f75fb9169..6e23d8883 100644
--- a/osc/model_delete_keypair_request.go
+++ b/osc/model_delete_keypair_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4264d8de4..f22144858 100644
--- a/osc/model_delete_keypair_response.go
+++ b/osc/model_delete_keypair_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1b63dca91..96bdc665e 100644
--- a/osc/model_delete_listener_rule_request.go
+++ b/osc/model_delete_listener_rule_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 56cfffec4..904e0f07f 100644
--- a/osc/model_delete_listener_rule_response.go
+++ b/osc/model_delete_listener_rule_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 63d72f047..fd8c65b14 100644
--- a/osc/model_delete_load_balancer_listeners_request.go
+++ b/osc/model_delete_load_balancer_listeners_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e1efefb10..d141e3a0e 100644
--- a/osc/model_delete_load_balancer_listeners_response.go
+++ b/osc/model_delete_load_balancer_listeners_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ae6600a91..3b30edfe1 100644
--- a/osc/model_delete_load_balancer_policy_request.go
+++ b/osc/model_delete_load_balancer_policy_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 71f4576ca..d35754903 100644
--- a/osc/model_delete_load_balancer_policy_response.go
+++ b/osc/model_delete_load_balancer_policy_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f56e1d34f..f821bfd23 100644
--- a/osc/model_delete_load_balancer_request.go
+++ b/osc/model_delete_load_balancer_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ecece7e69..26620951e 100644
--- a/osc/model_delete_load_balancer_response.go
+++ b/osc/model_delete_load_balancer_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1e02b60d1..8d920b5a1 100644
--- a/osc/model_delete_load_balancer_tags_request.go
+++ b/osc/model_delete_load_balancer_tags_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 397640b7a..10475da2f 100644
--- a/osc/model_delete_load_balancer_tags_response.go
+++ b/osc/model_delete_load_balancer_tags_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2d3a12dee..79c265d74 100644
--- a/osc/model_delete_nat_service_request.go
+++ b/osc/model_delete_nat_service_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 fe5c6e662..0cc3ed73e 100644
--- a/osc/model_delete_nat_service_response.go
+++ b/osc/model_delete_nat_service_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5e971c1ec..507e25acb 100644
--- a/osc/model_delete_net_access_point_request.go
+++ b/osc/model_delete_net_access_point_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e9d87d9c8..16f4796d5 100644
--- a/osc/model_delete_net_access_point_response.go
+++ b/osc/model_delete_net_access_point_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d939a2330..b419e73d7 100644
--- a/osc/model_delete_net_peering_request.go
+++ b/osc/model_delete_net_peering_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e7e12356b..7d49cb92e 100644
--- a/osc/model_delete_net_peering_response.go
+++ b/osc/model_delete_net_peering_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5a0d1fcf0..6537ff2c2 100644
--- a/osc/model_delete_net_request.go
+++ b/osc/model_delete_net_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4b39792f8..7e6e20f05 100644
--- a/osc/model_delete_net_response.go
+++ b/osc/model_delete_net_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e8ead1d49..3dcc9bdc4 100644
--- a/osc/model_delete_nic_request.go
+++ b/osc/model_delete_nic_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3849025ab..8e89d80ce 100644
--- a/osc/model_delete_nic_response.go
+++ b/osc/model_delete_nic_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4f0accd88..702ce2e65 100644
--- a/osc/model_delete_public_ip_request.go
+++ b/osc/model_delete_public_ip_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 fcaa46b93..cf2c757ea 100644
--- a/osc/model_delete_public_ip_response.go
+++ b/osc/model_delete_public_ip_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ff8e493d4..4a15e4500 100644
--- a/osc/model_delete_route_request.go
+++ b/osc/model_delete_route_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 135bc455b..ab192826b 100644
--- a/osc/model_delete_route_response.go
+++ b/osc/model_delete_route_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 43943626f..181047755 100644
--- a/osc/model_delete_route_table_request.go
+++ b/osc/model_delete_route_table_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c67ae144b..a354da103 100644
--- a/osc/model_delete_route_table_response.go
+++ b/osc/model_delete_route_table_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1d75b19da..71eeca9b3 100644
--- a/osc/model_delete_security_group_request.go
+++ b/osc/model_delete_security_group_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a1c941413..e33adb15e 100644
--- a/osc/model_delete_security_group_response.go
+++ b/osc/model_delete_security_group_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 92695b2a8..1d44e0e19 100644
--- a/osc/model_delete_security_group_rule_request.go
+++ b/osc/model_delete_security_group_rule_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -20,7 +20,7 @@ type DeleteSecurityGroupRuleRequest struct {
FromPortRange int32 `json:"FromPortRange,omitempty"`
// 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).
IpProtocol string `json:"IpProtocol,omitempty"`
- // The IP range for the security group rule, in CIDR notation (for example, 10.0.0.0/16).
+ // The IP range for the security group rule, in CIDR notation (for example, `10.0.0.0/16`).
IpRange string `json:"IpRange,omitempty"`
// One or more rules you want to delete from the security group.
Rules []SecurityGroupRule `json:"Rules,omitempty"`
@@ -30,6 +30,6 @@ type DeleteSecurityGroupRuleRequest struct {
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.
SecurityGroupNameToUnlink string `json:"SecurityGroupNameToUnlink,omitempty"`
- // The end of the port range for the TCP and UDP protocols, or an ICMP type number.
+ // The end of the port range for the TCP and UDP protocols, or an ICMP code number.
ToPortRange int32 `json:"ToPortRange,omitempty"`
}
diff --git a/osc/model_delete_security_group_rule_response.go b/osc/model_delete_security_group_rule_response.go
index 151ba45ee..08588104b 100644
--- a/osc/model_delete_security_group_rule_response.go
+++ b/osc/model_delete_security_group_rule_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d10a56ab9..7c6f71c42 100644
--- a/osc/model_delete_server_certificate_request.go
+++ b/osc/model_delete_server_certificate_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2f793368d..25cbba0e7 100644
--- a/osc/model_delete_server_certificate_response.go
+++ b/osc/model_delete_server_certificate_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a907e97a8..52b313d25 100644
--- a/osc/model_delete_snapshot_request.go
+++ b/osc/model_delete_snapshot_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ceecd79b8..fffbdccb7 100644
--- a/osc/model_delete_snapshot_response.go
+++ b/osc/model_delete_snapshot_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d575e9ca6..6908bbd06 100644
--- a/osc/model_delete_subnet_request.go
+++ b/osc/model_delete_subnet_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 074d16b69..90601b53d 100644
--- a/osc/model_delete_subnet_response.go
+++ b/osc/model_delete_subnet_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 9fc34d159..c909162e9 100644
--- a/osc/model_delete_tags_request.go
+++ b/osc/model_delete_tags_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5ec523f95..10b64790f 100644
--- a/osc/model_delete_tags_response.go
+++ b/osc/model_delete_tags_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 97e118b76..b18f3f3b9 100644
--- a/osc/model_delete_virtual_gateway_request.go
+++ b/osc/model_delete_virtual_gateway_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2deb52888..e07bca0c4 100644
--- a/osc/model_delete_virtual_gateway_response.go
+++ b/osc/model_delete_virtual_gateway_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 94e4ba4d4..1e905653a 100644
--- a/osc/model_delete_vms_request.go
+++ b/osc/model_delete_vms_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ac588570f..a31591b1c 100644
--- a/osc/model_delete_vms_response.go
+++ b/osc/model_delete_vms_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2f1a00bd7..3e0c57552 100644
--- a/osc/model_delete_volume_request.go
+++ b/osc/model_delete_volume_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 050ecbfd3..ea0b95111 100644
--- a/osc/model_delete_volume_response.go
+++ b/osc/model_delete_volume_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a87b0c2fb..34856e838 100644
--- a/osc/model_delete_vpn_connection_request.go
+++ b/osc/model_delete_vpn_connection_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 11fb706d5..1752e886e 100644
--- a/osc/model_delete_vpn_connection_response.go
+++ b/osc/model_delete_vpn_connection_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a715a2eea..deff51f76 100644
--- a/osc/model_delete_vpn_connection_route_request.go
+++ b/osc/model_delete_vpn_connection_route_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -12,7 +12,7 @@ package osc
// DeleteVpnConnectionRouteRequest struct for DeleteVpnConnectionRouteRequest
type DeleteVpnConnectionRouteRequest struct {
- // The network prefix of the route to delete, in CIDR notation (for example, 10.12.0.0/16).
+ // The network prefix of the route to delete, in CIDR notation (for example, `10.12.0.0/16`).
DestinationIpRange string `json:"DestinationIpRange"`
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
diff --git a/osc/model_delete_vpn_connection_route_response.go b/osc/model_delete_vpn_connection_route_response.go
index 9ba566e71..e09107f69 100644
--- a/osc/model_delete_vpn_connection_route_response.go
+++ b/osc/model_delete_vpn_connection_route_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e3b84b73e..64cc3adb3 100644
--- a/osc/model_deregister_vms_in_load_balancer_request.go
+++ b/osc/model_deregister_vms_in_load_balancer_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 485a30085..7be68b26c 100644
--- a/osc/model_deregister_vms_in_load_balancer_response.go
+++ b/osc/model_deregister_vms_in_load_balancer_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3ce117781..5224239cb 100644
--- a/osc/model_dhcp_options_set.go
+++ b/osc/model_dhcp_options_set.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -20,6 +20,8 @@ type DhcpOptionsSet struct {
DomainName string `json:"DomainName,omitempty"`
// One or more IPs for the domain name servers.
DomainNameServers []string `json:"DomainNameServers,omitempty"`
+ // One or more IPs for the log servers.
+ LogServers []string `json:"LogServers,omitempty"`
// One or more IPs for the NTP servers.
NtpServers []string `json:"NtpServers,omitempty"`
// One or more tags associated with the DHCP options set.
diff --git a/osc/model_direct_link.go b/osc/model_direct_link.go
index 44d197db8..f5addd955 100644
--- a/osc/model_direct_link.go
+++ b/osc/model_direct_link.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -16,7 +16,7 @@ type DirectLink struct {
AccountId string `json:"AccountId,omitempty"`
// The physical link bandwidth (either 1 Gbps or 10 Gbps).
Bandwidth string `json:"Bandwidth,omitempty"`
- // The ID of the DirectLink (for example, dxcon-xxxxxxxx).
+ // The ID of the DirectLink (for example, `dxcon-xxxxxxxx`).
DirectLinkId string `json:"DirectLinkId,omitempty"`
// The name of the DirectLink.
DirectLinkName string `json:"DirectLinkName,omitempty"`
diff --git a/osc/model_direct_link_interface.go b/osc/model_direct_link_interface.go
index 3dd51c0a3..d6cd0265a 100644
--- a/osc/model_direct_link_interface.go
+++ b/osc/model_direct_link_interface.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_direct_link_interfaces.go b/osc/model_direct_link_interfaces.go
index 0c9b21a7a..420377527 100644
--- a/osc/model_direct_link_interfaces.go
+++ b/osc/model_direct_link_interfaces.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -30,6 +30,8 @@ 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`).
+ Mtu int32 `json:"Mtu,omitempty"`
// The IP on the OUTSCALE side of the DirectLink interface.
OutscalePrivateIp string `json:"OutscalePrivateIp,omitempty"`
// The state of the DirectLink interface (`pending` \\| `available` \\| `deleting` \\| `deleted` \\| `confirming` \\| `rejected` \\| `expired`).
diff --git a/osc/model_error_response.go b/osc/model_error_response.go
index f0ebab10f..9e90f8bfb 100644
--- a/osc/model_error_response.go
+++ b/osc/model_error_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1d030e5fa..8a56eecfa 100644
--- a/osc/model_errors.go
+++ b/osc/model_errors.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 843ebf960..5e94ac9e7 100644
--- a/osc/model_filters_access_keys.go
+++ b/osc/model_filters_access_keys.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 bc937408a..1de124276 100644
--- a/osc/model_filters_api_access_rule.go
+++ b/osc/model_filters_api_access_rule.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -20,6 +20,6 @@ type FiltersApiAccessRule struct {
Cns []string `json:"Cns,omitempty"`
// One or more descriptions of API access rules.
Descriptions []string `json:"Descriptions,omitempty"`
- // One or more IP ranges, in CIDR notation (for example, 192.0.2.0/16).
+ // One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`).
IpRanges []string `json:"IpRanges,omitempty"`
}
diff --git a/osc/model_filters_api_log.go b/osc/model_filters_api_log.go
index 152e9fa0e..f51656b17 100644
--- a/osc/model_filters_api_log.go
+++ b/osc/model_filters_api_log.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a20ce4691..77e8fe93a 100644
--- a/osc/model_filters_ca.go
+++ b/osc/model_filters_ca.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d063aca8a..3655faf84 100644
--- a/osc/model_filters_client_gateway.go
+++ b/osc/model_filters_client_gateway.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 84cd15a6d..389abed7c 100644
--- a/osc/model_filters_dhcp_options.go
+++ b/osc/model_filters_dhcp_options.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -16,11 +16,13 @@ type FiltersDhcpOptions struct {
Default bool `json:"Default,omitempty"`
// The IDs of the DHCP options sets.
DhcpOptionsSetIds []string `json:"DhcpOptionsSetIds,omitempty"`
- // The domain name servers used for the DHCP options sets.
+ // The IPs of the domain name servers used for the DHCP options sets.
DomainNameServers []string `json:"DomainNameServers,omitempty"`
// The domain names used for the DHCP options sets.
DomainNames []string `json:"DomainNames,omitempty"`
- // The Network Time Protocol (NTP) servers used for the DHCP options sets.
+ // The IPs of the log servers used for the DHCP options sets.
+ LogServers []string `json:"LogServers,omitempty"`
+ // The IPs of the Network Time Protocol (NTP) servers used for the DHCP options sets.
NtpServers []string `json:"NtpServers,omitempty"`
// The keys of the tags associated with the DHCP options sets.
TagKeys []string `json:"TagKeys,omitempty"`
diff --git a/osc/model_filters_direct_link.go b/osc/model_filters_direct_link.go
index f7930683a..37dc67b4c 100644
--- a/osc/model_filters_direct_link.go
+++ b/osc/model_filters_direct_link.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8fcf7ce3d..849113741 100644
--- a/osc/model_filters_direct_link_interface.go
+++ b/osc/model_filters_direct_link_interface.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b031032b0..8e2c7160d 100644
--- a/osc/model_filters_export_task.go
+++ b/osc/model_filters_export_task.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3525adc3c..dae6fd55a 100644
--- a/osc/model_filters_flexible_gpu.go
+++ b/osc/model_filters_flexible_gpu.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 79c326971..2950d8d1e 100644
--- a/osc/model_filters_image.go
+++ b/osc/model_filters_image.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 aa7b29be1..ecd5fb970 100644
--- a/osc/model_filters_internet_service.go
+++ b/osc/model_filters_internet_service.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 add9f1afd..f494e948b 100644
--- a/osc/model_filters_keypair.go
+++ b/osc/model_filters_keypair.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6e36e95f0..62cf974fe 100644
--- a/osc/model_filters_listener_rule.go
+++ b/osc/model_filters_listener_rule.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 75c4681ab..0a4935686 100644
--- a/osc/model_filters_load_balancer.go
+++ b/osc/model_filters_load_balancer.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1b304f0b5..9fadc8a08 100644
--- a/osc/model_filters_nat_service.go
+++ b/osc/model_filters_nat_service.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c8ae36a2a..0e7fa743f 100644
--- a/osc/model_filters_net.go
+++ b/osc/model_filters_net.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -14,7 +14,7 @@ package osc
type FiltersNet struct {
// The IDs of the DHCP options sets.
DhcpOptionsSetIds []string `json:"DhcpOptionsSetIds,omitempty"`
- // The IP ranges for the Nets, in CIDR notation (for example, 10.0.0.0/16).
+ // The IP ranges for the Nets, in CIDR notation (for example, `10.0.0.0/16`).
IpRanges []string `json:"IpRanges,omitempty"`
// If true, the Net used is the default one.
IsDefault bool `json:"IsDefault,omitempty"`
diff --git a/osc/model_filters_net_access_point.go b/osc/model_filters_net_access_point.go
index 0fed0f89e..8ae2a70bd 100644
--- a/osc/model_filters_net_access_point.go
+++ b/osc/model_filters_net_access_point.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6d3e6f9bb..840093007 100644
--- a/osc/model_filters_net_peering.go
+++ b/osc/model_filters_net_peering.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -14,7 +14,7 @@ package osc
type FiltersNetPeering struct {
// The account IDs of the owners of the peer Nets.
AccepterNetAccountIds []string `json:"AccepterNetAccountIds,omitempty"`
- // The IP ranges of the peer Nets, in CIDR notation (for example, 10.0.0.0/24).
+ // The IP ranges of the peer Nets, in CIDR notation (for example, `10.0.0.0/24`).
AccepterNetIpRanges []string `json:"AccepterNetIpRanges,omitempty"`
// The IDs of the peer Nets.
AccepterNetNetIds []string `json:"AccepterNetNetIds,omitempty"`
diff --git a/osc/model_filters_nic.go b/osc/model_filters_nic.go
index efe2e8a60..158bf3dd3 100644
--- a/osc/model_filters_nic.go
+++ b/osc/model_filters_nic.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d2373da02..993e1d448 100644
--- a/osc/model_filters_product_type.go
+++ b/osc/model_filters_product_type.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5c81be766..b60ac0e97 100644
--- a/osc/model_filters_public_ip.go
+++ b/osc/model_filters_public_ip.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1a0ef3d34..9314b087d 100644
--- a/osc/model_filters_quota.go
+++ b/osc/model_filters_quota.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 907e146a1..d3041905a 100644
--- a/osc/model_filters_route_table.go
+++ b/osc/model_filters_route_table.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6462786d8..91e565cfc 100644
--- a/osc/model_filters_security_group.go
+++ b/osc/model_filters_security_group.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -20,7 +20,7 @@ type FiltersSecurityGroup struct {
InboundRuleAccountIds []string `json:"InboundRuleAccountIds,omitempty"`
// The beginnings of the port ranges for the TCP and UDP protocols, or the ICMP type numbers.
InboundRuleFromPortRanges []int32 `json:"InboundRuleFromPortRanges,omitempty"`
- // The IP ranges that have been granted permissions, in CIDR notation (for example, 10.0.0.0/24).
+ // The IP ranges that have been granted permissions, in CIDR notation (for example, `10.0.0.0/24`).
InboundRuleIpRanges []string `json:"InboundRuleIpRanges,omitempty"`
// The IP protocols for the permissions (`tcp` \\| `udp` \\| `icmp`, or a protocol number, or `-1` for all protocols).
InboundRuleProtocols []string `json:"InboundRuleProtocols,omitempty"`
@@ -28,7 +28,7 @@ type FiltersSecurityGroup struct {
InboundRuleSecurityGroupIds []string `json:"InboundRuleSecurityGroupIds,omitempty"`
// The names of the security groups that have been granted permissions.
InboundRuleSecurityGroupNames []string `json:"InboundRuleSecurityGroupNames,omitempty"`
- // The ends of the port ranges for the TCP and UDP protocols, or the ICMP codes.
+ // The ends of the port ranges for the TCP and UDP protocols, or the ICMP code numbers.
InboundRuleToPortRanges []int32 `json:"InboundRuleToPortRanges,omitempty"`
// The IDs of the Nets specified when the security groups were created.
NetIds []string `json:"NetIds,omitempty"`
@@ -36,7 +36,7 @@ type FiltersSecurityGroup struct {
OutboundRuleAccountIds []string `json:"OutboundRuleAccountIds,omitempty"`
// The beginnings of the port ranges for the TCP and UDP protocols, or the ICMP type numbers.
OutboundRuleFromPortRanges []int32 `json:"OutboundRuleFromPortRanges,omitempty"`
- // The IP ranges that have been granted permissions, in CIDR notation (for example, 10.0.0.0/24).
+ // The IP ranges that have been granted permissions, in CIDR notation (for example, `10.0.0.0/24`).
OutboundRuleIpRanges []string `json:"OutboundRuleIpRanges,omitempty"`
// The IP protocols for the permissions (`tcp` \\| `udp` \\| `icmp`, or a protocol number, or `-1` for all protocols).
OutboundRuleProtocols []string `json:"OutboundRuleProtocols,omitempty"`
@@ -44,7 +44,7 @@ type FiltersSecurityGroup struct {
OutboundRuleSecurityGroupIds []string `json:"OutboundRuleSecurityGroupIds,omitempty"`
// The names of the security groups that have been granted permissions.
OutboundRuleSecurityGroupNames []string `json:"OutboundRuleSecurityGroupNames,omitempty"`
- // The ends of the port ranges for the TCP and UDP protocols, or the ICMP codes.
+ // The ends of the port ranges for the TCP and UDP protocols, or the ICMP code numbers.
OutboundRuleToPortRanges []int32 `json:"OutboundRuleToPortRanges,omitempty"`
// The IDs of the security groups.
SecurityGroupIds []string `json:"SecurityGroupIds,omitempty"`
diff --git a/osc/model_filters_server_certificate.go b/osc/model_filters_server_certificate.go
index 02f147eb1..3c144375d 100644
--- a/osc/model_filters_server_certificate.go
+++ b/osc/model_filters_server_certificate.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 dc58dfff5..0e23c1b46 100644
--- a/osc/model_filters_service.go
+++ b/osc/model_filters_service.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 47f1e2dd9..04410102f 100644
--- a/osc/model_filters_snapshot.go
+++ b/osc/model_filters_snapshot.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c25425fb1..1db4f543a 100644
--- a/osc/model_filters_subnet.go
+++ b/osc/model_filters_subnet.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -14,7 +14,7 @@ package osc
type FiltersSubnet struct {
// The number of available IPs.
AvailableIpsCounts []int32 `json:"AvailableIpsCounts,omitempty"`
- // The IP ranges in the Subnets, in CIDR notation (for example, 10.0.0.0/16).
+ // The IP ranges in the Subnets, in CIDR notation (for example, `10.0.0.0/16`).
IpRanges []string `json:"IpRanges,omitempty"`
// The IDs of the Nets in which the Subnets are.
NetIds []string `json:"NetIds,omitempty"`
diff --git a/osc/model_filters_subregion.go b/osc/model_filters_subregion.go
index dd3f5c5a9..b8b5fa5c1 100644
--- a/osc/model_filters_subregion.go
+++ b/osc/model_filters_subregion.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 afee50026..6c79a0ac9 100644
--- a/osc/model_filters_tag.go
+++ b/osc/model_filters_tag.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 de2e6e033..854d1e6fc 100644
--- a/osc/model_filters_virtual_gateway.go
+++ b/osc/model_filters_virtual_gateway.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b406363cb..b04441031 100644
--- a/osc/model_filters_vm.go
+++ b/osc/model_filters_vm.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 50fa6122e..30c57fdf0 100644
--- a/osc/model_filters_vm_type.go
+++ b/osc/model_filters_vm_type.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 0823bc148..ad86f3a71 100644
--- a/osc/model_filters_vms_state.go
+++ b/osc/model_filters_vms_state.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f285cbf8b..b16797ee7 100644
--- a/osc/model_filters_volume.go
+++ b/osc/model_filters_volume.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 00cf0b013..b86fb0484 100644
--- a/osc/model_filters_vpn_connection.go
+++ b/osc/model_filters_vpn_connection.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 7d59331f4..1d12a9eff 100644
--- a/osc/model_flexible_gpu.go
+++ b/osc/model_flexible_gpu.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 79c827642..df6eabfe2 100644
--- a/osc/model_flexible_gpu_catalog.go
+++ b/osc/model_flexible_gpu_catalog.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 618fe6e96..67f05da1f 100644
--- a/osc/model_health_check.go
+++ b/osc/model_health_check.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 68654dcb3..400e41265 100644
--- a/osc/model_image.go
+++ b/osc/model_image.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 7cdb10f51..16291056f 100644
--- a/osc/model_image_export_task.go
+++ b/osc/model_image_export_task.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 269400020..7f5608b1d 100644
--- a/osc/model_internet_service.go
+++ b/osc/model_internet_service.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f30364a49..cb6e14c98 100644
--- a/osc/model_keypair.go
+++ b/osc/model_keypair.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d0b49454a..7029e63ee 100644
--- a/osc/model_keypair_created.go
+++ b/osc/model_keypair_created.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 54bfe87aa..5f6b3d8c5 100644
--- a/osc/model_link_flexible_gpu_request.go
+++ b/osc/model_link_flexible_gpu_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a5e57aa5c..e77ddceec 100644
--- a/osc/model_link_flexible_gpu_response.go
+++ b/osc/model_link_flexible_gpu_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f183f0de1..dee902865 100644
--- a/osc/model_link_internet_service_request.go
+++ b/osc/model_link_internet_service_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2505ae86a..25eb7b325 100644
--- a/osc/model_link_internet_service_response.go
+++ b/osc/model_link_internet_service_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 07b4b5354..d0f16604a 100644
--- a/osc/model_link_load_balancer_backend_machines_request.go
+++ b/osc/model_link_load_balancer_backend_machines_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5fa38693a..d25ba879e 100644
--- a/osc/model_link_load_balancer_backend_machines_response.go
+++ b/osc/model_link_load_balancer_backend_machines_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8764eeca7..9e354f7c2 100644
--- a/osc/model_link_nic.go
+++ b/osc/model_link_nic.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -14,7 +14,7 @@ package osc
type LinkNic struct {
// If true, the NIC is deleted when the VM is terminated.
DeleteOnVmDeletion bool `json:"DeleteOnVmDeletion,omitempty"`
- // The device index for the NIC attachment (between 1 and 7, both included).
+ // The device index for the NIC attachment (between `1` and `7`, both included).
DeviceNumber int32 `json:"DeviceNumber,omitempty"`
// The ID of the NIC to attach.
LinkNicId string `json:"LinkNicId,omitempty"`
diff --git a/osc/model_link_nic_light.go b/osc/model_link_nic_light.go
index cb672957e..7b2695dba 100644
--- a/osc/model_link_nic_light.go
+++ b/osc/model_link_nic_light.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -14,7 +14,7 @@ package osc
type LinkNicLight struct {
// If true, the NIC is deleted when the VM is terminated.
DeleteOnVmDeletion bool `json:"DeleteOnVmDeletion,omitempty"`
- // The device index for the NIC attachment (between 1 and 7, both included).
+ // The device index for the NIC attachment (between `1` and `7`, both included).
DeviceNumber int32 `json:"DeviceNumber,omitempty"`
// The ID of the NIC to attach.
LinkNicId string `json:"LinkNicId,omitempty"`
diff --git a/osc/model_link_nic_request.go b/osc/model_link_nic_request.go
index d10b41bca..0ae426395 100644
--- a/osc/model_link_nic_request.go
+++ b/osc/model_link_nic_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -12,7 +12,7 @@ package osc
// LinkNicRequest struct for LinkNicRequest
type LinkNicRequest struct {
- // The index of the VM device for the NIC attachment (between 1 and 7, both included).
+ // The index of the VM device for the NIC attachment (between `1` and `7`, both included).
DeviceNumber int32 `json:"DeviceNumber"`
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
diff --git a/osc/model_link_nic_response.go b/osc/model_link_nic_response.go
index ed9f06ba2..11304a663 100644
--- a/osc/model_link_nic_response.go
+++ b/osc/model_link_nic_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a4e30230a..7f69a3b39 100644
--- a/osc/model_link_nic_to_update.go
+++ b/osc/model_link_nic_to_update.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1032c8043..68cff1708 100644
--- a/osc/model_link_private_ips_request.go
+++ b/osc/model_link_private_ips_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 29c23de41..2f26ea8d3 100644
--- a/osc/model_link_private_ips_response.go
+++ b/osc/model_link_private_ips_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 264696a27..256595a1f 100644
--- a/osc/model_link_public_ip.go
+++ b/osc/model_link_public_ip.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b75fc7d5a..3e8513ef7 100644
--- a/osc/model_link_public_ip_light_for_vm.go
+++ b/osc/model_link_public_ip_light_for_vm.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 0d283023f..192134784 100644
--- a/osc/model_link_public_ip_request.go
+++ b/osc/model_link_public_ip_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5245d32ae..dc4fc3d68 100644
--- a/osc/model_link_public_ip_response.go
+++ b/osc/model_link_public_ip_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e6e64cfe5..04b64dac7 100644
--- a/osc/model_link_route_table.go
+++ b/osc/model_link_route_table.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 921b91a4a..7aee57fa6 100644
--- a/osc/model_link_route_table_request.go
+++ b/osc/model_link_route_table_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e4bc6f8af..30d8507c5 100644
--- a/osc/model_link_route_table_response.go
+++ b/osc/model_link_route_table_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e6ac22441..5665c4e80 100644
--- a/osc/model_link_virtual_gateway_request.go
+++ b/osc/model_link_virtual_gateway_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3480b1695..b69b284d0 100644
--- a/osc/model_link_virtual_gateway_response.go
+++ b/osc/model_link_virtual_gateway_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5a0d152a6..130aef980 100644
--- a/osc/model_link_volume_request.go
+++ b/osc/model_link_volume_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1ebf1c3dc..6610c7be8 100644
--- a/osc/model_link_volume_response.go
+++ b/osc/model_link_volume_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 987282e79..fda43e945 100644
--- a/osc/model_linked_volume.go
+++ b/osc/model_linked_volume.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b3728ebe9..5c2bd5a3a 100644
--- a/osc/model_listener.go
+++ b/osc/model_listener.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -16,7 +16,7 @@ type Listener struct {
BackendPort int32 `json:"BackendPort,omitempty"`
// The protocol for routing traffic to back-end VMs (`HTTP` \\| `HTTPS` \\| `TCP` \\| `SSL`).
BackendProtocol string `json:"BackendProtocol,omitempty"`
- // The port on which the load balancer is listening (between 1 and `65535`, both included).
+ // The port on which the load balancer is listening (between `1` and `65535`, both included).
LoadBalancerPort int32 `json:"LoadBalancerPort,omitempty"`
// The routing protocol (`HTTP` \\| `HTTPS` \\| `TCP` \\| `SSL`).
LoadBalancerProtocol string `json:"LoadBalancerProtocol,omitempty"`
diff --git a/osc/model_listener_for_creation.go b/osc/model_listener_for_creation.go
index e04976721..3361a51e0 100644
--- a/osc/model_listener_for_creation.go
+++ b/osc/model_listener_for_creation.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 05c9a7047..87d640103 100644
--- a/osc/model_listener_rule.go
+++ b/osc/model_listener_rule.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 35ee3beaf..3594f4a97 100644
--- a/osc/model_listener_rule_for_creation.go
+++ b/osc/model_listener_rule_for_creation.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 57c1e8894..fdf0520e7 100644
--- a/osc/model_load_balancer.go
+++ b/osc/model_load_balancer.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 87c5f469d..43b6ad81a 100644
--- a/osc/model_load_balancer_light.go
+++ b/osc/model_load_balancer_light.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2657ceb69..a87864466 100644
--- a/osc/model_load_balancer_sticky_cookie_policy.go
+++ b/osc/model_load_balancer_sticky_cookie_policy.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 0c100eb55..2593c9bc5 100644
--- a/osc/model_load_balancer_tag.go
+++ b/osc/model_load_balancer_tag.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 852efdfe7..2ef2bf9b5 100644
--- a/osc/model_location.go
+++ b/osc/model_location.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 db401bed1..c6e23eee2 100644
--- a/osc/model_log.go
+++ b/osc/model_log.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c43a89ad7..53b12d886 100644
--- a/osc/model_maintenance_event.go
+++ b/osc/model_maintenance_event.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e5e087c13..cb5fa2ec5 100644
--- a/osc/model_nat_service.go
+++ b/osc/model_nat_service.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 9cf9cfca9..4ea44f3dc 100644
--- a/osc/model_net.go
+++ b/osc/model_net.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -14,7 +14,7 @@ package osc
type Net struct {
// The ID of the DHCP options set (or `default` if you want to associate the default one).
DhcpOptionsSetId string `json:"DhcpOptionsSetId,omitempty"`
- // The IP range for the Net, in CIDR notation (for example, 10.0.0.0/16).
+ // The IP range for the Net, in CIDR notation (for example, `10.0.0.0/16`).
IpRange string `json:"IpRange,omitempty"`
// The ID of the Net.
NetId string `json:"NetId,omitempty"`
diff --git a/osc/model_net_access_point.go b/osc/model_net_access_point.go
index a621da3a2..dcffa9455 100644
--- a/osc/model_net_access_point.go
+++ b/osc/model_net_access_point.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c2a2222da..764337141 100644
--- a/osc/model_net_peering.go
+++ b/osc/model_net_peering.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6d9f55b49..43b5fecfc 100644
--- a/osc/model_net_peering_state.go
+++ b/osc/model_net_peering_state.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1fdb4ba2a..2a41a2eb2 100644
--- a/osc/model_net_to_virtual_gateway_link.go
+++ b/osc/model_net_to_virtual_gateway_link.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b4e4c804f..037332b87 100644
--- a/osc/model_nic.go
+++ b/osc/model_nic.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 202efdc72..26c78d93b 100644
--- a/osc/model_nic_for_vm_creation.go
+++ b/osc/model_nic_for_vm_creation.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -16,7 +16,7 @@ type NicForVmCreation struct {
DeleteOnVmDeletion bool `json:"DeleteOnVmDeletion,omitempty"`
// The description of the NIC, if you are creating a NIC when creating the VM.
Description string `json:"Description,omitempty"`
- // The index of the VM device for the NIC attachment (between 0 and 7, both included). This parameter is required if you create a NIC when creating the VM.
+ // The index of the VM device for the NIC attachment (between `0` and `7`, both included). This parameter is required if you create a NIC when creating the VM.
DeviceNumber int32 `json:"DeviceNumber,omitempty"`
// The ID of the NIC, if you are attaching an existing NIC when creating a VM.
NicId string `json:"NicId,omitempty"`
diff --git a/osc/model_nic_light.go b/osc/model_nic_light.go
index 733815c5a..8a1b082ce 100644
--- a/osc/model_nic_light.go
+++ b/osc/model_nic_light.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e4831eaf9..ff964f3bc 100644
--- a/osc/model_osu_api_key.go
+++ b/osc/model_osu_api_key.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1d9e21161..5386391e9 100644
--- a/osc/model_osu_export_image_export_task.go
+++ b/osc/model_osu_export_image_export_task.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a43ca9a77..8f44d926e 100644
--- a/osc/model_osu_export_snapshot_export_task.go
+++ b/osc/model_osu_export_snapshot_export_task.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6de6e9e74..32b211054 100644
--- a/osc/model_osu_export_to_create.go
+++ b/osc/model_osu_export_to_create.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3fd012d01..85915491a 100644
--- a/osc/model_permissions_on_resource.go
+++ b/osc/model_permissions_on_resource.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_permissions_on_resource_creation.go b/osc/model_permissions_on_resource_creation.go
index 23180b193..b68460440 100644
--- a/osc/model_permissions_on_resource_creation.go
+++ b/osc/model_permissions_on_resource_creation.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_phase1_options.go b/osc/model_phase1_options.go
index d25bb08ca..d8cb42562 100644
--- a/osc/model_phase1_options.go
+++ b/osc/model_phase1_options.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c4b7a15ed..3e88794f9 100644
--- a/osc/model_phase2_options.go
+++ b/osc/model_phase2_options.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f4c257c3c..d3a1abecd 100644
--- a/osc/model_placement.go
+++ b/osc/model_placement.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d58272295..bd186d26f 100644
--- a/osc/model_private_ip.go
+++ b/osc/model_private_ip.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b394b089d..ed5655abc 100644
--- a/osc/model_private_ip_light.go
+++ b/osc/model_private_ip_light.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 352ef5732..4f223af5e 100644
--- a/osc/model_private_ip_light_for_vm.go
+++ b/osc/model_private_ip_light_for_vm.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a0aab7e12..309d19a5b 100644
--- a/osc/model_product_type.go
+++ b/osc/model_product_type.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 25799e538..4d0ba2094 100644
--- a/osc/model_public_ip.go
+++ b/osc/model_public_ip.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3c4633f53..522328af3 100644
--- a/osc/model_public_ip_light.go
+++ b/osc/model_public_ip_light.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 306c92f17..4ef254f21 100644
--- a/osc/model_quota.go
+++ b/osc/model_quota.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ad78b85c5..eccf230bd 100644
--- a/osc/model_quota_types.go
+++ b/osc/model_quota_types.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 76b25c00f..53bdde253 100644
--- a/osc/model_read_access_keys_request.go
+++ b/osc/model_read_access_keys_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 9301e9db9..6b1bfdb48 100644
--- a/osc/model_read_access_keys_response.go
+++ b/osc/model_read_access_keys_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f981d0f22..0ef43ab3c 100644
--- a/osc/model_read_accounts_request.go
+++ b/osc/model_read_accounts_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d2237422d..a3c0a1157 100644
--- a/osc/model_read_accounts_response.go
+++ b/osc/model_read_accounts_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c159c4a7a..1fdd25a9c 100644
--- a/osc/model_read_admin_password_request.go
+++ b/osc/model_read_admin_password_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 02cb28f8c..4bdcb8856 100644
--- a/osc/model_read_admin_password_response.go
+++ b/osc/model_read_admin_password_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 60a9b47b9..a5b909ff8 100644
--- a/osc/model_read_api_access_policy_request.go
+++ b/osc/model_read_api_access_policy_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 29bd2ab2d..f1e4cbcb8 100644
--- a/osc/model_read_api_access_policy_response.go
+++ b/osc/model_read_api_access_policy_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 967e2790b..9f53c16b7 100644
--- a/osc/model_read_api_access_rules_request.go
+++ b/osc/model_read_api_access_rules_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b83de92f9..0d2fdbaf2 100644
--- a/osc/model_read_api_access_rules_response.go
+++ b/osc/model_read_api_access_rules_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 dbc6ccb27..dc4e337f8 100644
--- a/osc/model_read_api_logs_request.go
+++ b/osc/model_read_api_logs_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 04a0e82a4..bad4dbe75 100644
--- a/osc/model_read_api_logs_response.go
+++ b/osc/model_read_api_logs_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 73410b513..40a5dee5b 100644
--- a/osc/model_read_cas_request.go
+++ b/osc/model_read_cas_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 08411c4e5..38eb0a93c 100644
--- a/osc/model_read_cas_response.go
+++ b/osc/model_read_cas_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8c50d5eb3..bcf53a6cb 100644
--- a/osc/model_read_catalog_request.go
+++ b/osc/model_read_catalog_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 18323037f..70a3c8d98 100644
--- a/osc/model_read_catalog_response.go
+++ b/osc/model_read_catalog_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b7ac812b4..f81e2c6e5 100644
--- a/osc/model_read_client_gateways_request.go
+++ b/osc/model_read_client_gateways_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 bea5f5a3f..8226f5227 100644
--- a/osc/model_read_client_gateways_response.go
+++ b/osc/model_read_client_gateways_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 07c93aaa8..34f621c26 100644
--- a/osc/model_read_console_output_request.go
+++ b/osc/model_read_console_output_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6dac3e284..13fc3b3a1 100644
--- a/osc/model_read_console_output_response.go
+++ b/osc/model_read_console_output_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 52ab304d8..ecd3361a7 100644
--- a/osc/model_read_consumption_account_request.go
+++ b/osc/model_read_consumption_account_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -16,6 +16,8 @@ type ReadConsumptionAccountRequest struct {
DryRun bool `json:"DryRun,omitempty"`
// The beginning of the time period, in ISO 8601 date-time format (for example, `2017-06-14` or `2017-06-14T00:00:00Z`).
FromDate string `json:"FromDate"`
+ // By default or if true, returns either the overall consumption of your paying account and all linked accounts (if the account that sends this request is a paying account) or returns nothing (if the account that sends this request is a linked account). If false, returns only the consumption of the specific account that sends this request.
+ Overall bool `json:"Overall,omitempty"`
// The end of the time period, in ISO 8601 date-time format (for example, `2017-06-30` or `2017-06-30T00:00:00Z`).
ToDate string `json:"ToDate"`
}
diff --git a/osc/model_read_consumption_account_response.go b/osc/model_read_consumption_account_response.go
index 6cdb35f54..2a6567863 100644
--- a/osc/model_read_consumption_account_response.go
+++ b/osc/model_read_consumption_account_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4a466a9d3..63c45c6c0 100644
--- a/osc/model_read_dhcp_options_request.go
+++ b/osc/model_read_dhcp_options_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 95986ed73..251f2f121 100644
--- a/osc/model_read_dhcp_options_response.go
+++ b/osc/model_read_dhcp_options_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 0c8c57eb9..c5d8a3c1f 100644
--- a/osc/model_read_direct_link_interfaces_request.go
+++ b/osc/model_read_direct_link_interfaces_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6d519bf87..6deb0a95a 100644
--- a/osc/model_read_direct_link_interfaces_response.go
+++ b/osc/model_read_direct_link_interfaces_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c3d048d0b..00de96000 100644
--- a/osc/model_read_direct_links_request.go
+++ b/osc/model_read_direct_links_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 02eb084a3..cee2260cd 100644
--- a/osc/model_read_direct_links_response.go
+++ b/osc/model_read_direct_links_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 bf08c4fd7..cfed1b712 100644
--- a/osc/model_read_flexible_gpu_catalog_request.go
+++ b/osc/model_read_flexible_gpu_catalog_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e4d0eb20c..312cebd31 100644
--- a/osc/model_read_flexible_gpu_catalog_response.go
+++ b/osc/model_read_flexible_gpu_catalog_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 321fd9385..0e5294b15 100644
--- a/osc/model_read_flexible_gpus_request.go
+++ b/osc/model_read_flexible_gpus_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 9f322517f..fb99a7a41 100644
--- a/osc/model_read_flexible_gpus_response.go
+++ b/osc/model_read_flexible_gpus_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 24f88e7ba..e3fbfde0a 100644
--- a/osc/model_read_image_export_tasks_request.go
+++ b/osc/model_read_image_export_tasks_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8d73fa0db..4deb395f9 100644
--- a/osc/model_read_image_export_tasks_response.go
+++ b/osc/model_read_image_export_tasks_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6887f758c..e5ad799c2 100644
--- a/osc/model_read_images_request.go
+++ b/osc/model_read_images_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ab8f7d190..f37513c36 100644
--- a/osc/model_read_images_response.go
+++ b/osc/model_read_images_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 24c59a337..66cbb698b 100644
--- a/osc/model_read_internet_services_request.go
+++ b/osc/model_read_internet_services_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 851f1c4e8..bbd85aeee 100644
--- a/osc/model_read_internet_services_response.go
+++ b/osc/model_read_internet_services_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 952005704..ce9c98137 100644
--- a/osc/model_read_keypairs_request.go
+++ b/osc/model_read_keypairs_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a14d8d5a4..bf294e3e4 100644
--- a/osc/model_read_keypairs_response.go
+++ b/osc/model_read_keypairs_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2532bd4ac..34720629d 100644
--- a/osc/model_read_listener_rules_request.go
+++ b/osc/model_read_listener_rules_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4ad159b49..5b738482e 100644
--- a/osc/model_read_listener_rules_response.go
+++ b/osc/model_read_listener_rules_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 073903357..2fd50bee8 100644
--- a/osc/model_read_load_balancer_tags_request.go
+++ b/osc/model_read_load_balancer_tags_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2ed849c76..46c8015c3 100644
--- a/osc/model_read_load_balancer_tags_response.go
+++ b/osc/model_read_load_balancer_tags_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 7e693c5ed..b0279b3a5 100644
--- a/osc/model_read_load_balancers_request.go
+++ b/osc/model_read_load_balancers_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6713bf6cf..197a14530 100644
--- a/osc/model_read_load_balancers_response.go
+++ b/osc/model_read_load_balancers_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 91bde19f3..56d961dd3 100644
--- a/osc/model_read_locations_request.go
+++ b/osc/model_read_locations_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3894f78fb..69594bff4 100644
--- a/osc/model_read_locations_response.go
+++ b/osc/model_read_locations_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6f8151f72..28db20b22 100644
--- a/osc/model_read_nat_services_request.go
+++ b/osc/model_read_nat_services_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a14066953..f93c456ff 100644
--- a/osc/model_read_nat_services_response.go
+++ b/osc/model_read_nat_services_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2cb6bf2c8..43b2d8ea0 100644
--- a/osc/model_read_net_access_point_services_request.go
+++ b/osc/model_read_net_access_point_services_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3bb527ce2..db1d26f95 100644
--- a/osc/model_read_net_access_point_services_response.go
+++ b/osc/model_read_net_access_point_services_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 86b0639a1..3a0a1695a 100644
--- a/osc/model_read_net_access_points_request.go
+++ b/osc/model_read_net_access_points_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 afe14fd4f..f9690b573 100644
--- a/osc/model_read_net_access_points_response.go
+++ b/osc/model_read_net_access_points_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 aa0f1b7e8..1fa375312 100644
--- a/osc/model_read_net_peerings_request.go
+++ b/osc/model_read_net_peerings_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3b826f347..122d1f916 100644
--- a/osc/model_read_net_peerings_response.go
+++ b/osc/model_read_net_peerings_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1d98eb874..47becf192 100644
--- a/osc/model_read_nets_request.go
+++ b/osc/model_read_nets_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6a39a6727..f62881dcc 100644
--- a/osc/model_read_nets_response.go
+++ b/osc/model_read_nets_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8fe067cca..767dc4c92 100644
--- a/osc/model_read_nics_request.go
+++ b/osc/model_read_nics_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b9a66538d..0d0a48c17 100644
--- a/osc/model_read_nics_response.go
+++ b/osc/model_read_nics_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 37feee957..7afef2d0d 100644
--- a/osc/model_read_product_types_request.go
+++ b/osc/model_read_product_types_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 55cd5a6e4..a6ce203b2 100644
--- a/osc/model_read_product_types_response.go
+++ b/osc/model_read_product_types_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f94276f63..2e6571a5a 100644
--- a/osc/model_read_public_catalog_request.go
+++ b/osc/model_read_public_catalog_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 81eecb0f0..016e1ca40 100644
--- a/osc/model_read_public_catalog_response.go
+++ b/osc/model_read_public_catalog_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3ca68fe45..4c3f2ee23 100644
--- a/osc/model_read_public_ip_ranges_request.go
+++ b/osc/model_read_public_ip_ranges_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 037898a02..442e6e740 100644
--- a/osc/model_read_public_ip_ranges_response.go
+++ b/osc/model_read_public_ip_ranges_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a941be09b..fbabda222 100644
--- a/osc/model_read_public_ips_request.go
+++ b/osc/model_read_public_ips_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f242d374b..63f4ffa80 100644
--- a/osc/model_read_public_ips_response.go
+++ b/osc/model_read_public_ips_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 49208dbdb..481ba0a1e 100644
--- a/osc/model_read_quotas_request.go
+++ b/osc/model_read_quotas_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4a18338c4..ce83c1255 100644
--- a/osc/model_read_quotas_response.go
+++ b/osc/model_read_quotas_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 dbbe0662d..cb28f2dcd 100644
--- a/osc/model_read_regions_request.go
+++ b/osc/model_read_regions_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2d27bb4a4..85a8bb543 100644
--- a/osc/model_read_regions_response.go
+++ b/osc/model_read_regions_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f8fce6bae..210d711fc 100644
--- a/osc/model_read_route_tables_request.go
+++ b/osc/model_read_route_tables_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4f56b1d48..41564b981 100644
--- a/osc/model_read_route_tables_response.go
+++ b/osc/model_read_route_tables_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c81682142..d0be06ef2 100644
--- a/osc/model_read_secret_access_key_request.go
+++ b/osc/model_read_secret_access_key_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8bf30f12d..68068a3df 100644
--- a/osc/model_read_secret_access_key_response.go
+++ b/osc/model_read_secret_access_key_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 77c659870..45b71280c 100644
--- a/osc/model_read_security_groups_request.go
+++ b/osc/model_read_security_groups_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 75da31910..6499c748d 100644
--- a/osc/model_read_security_groups_response.go
+++ b/osc/model_read_security_groups_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 54418fc17..c9bb1ee0c 100644
--- a/osc/model_read_server_certificates_request.go
+++ b/osc/model_read_server_certificates_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 324d7ceef..302b38a65 100644
--- a/osc/model_read_server_certificates_response.go
+++ b/osc/model_read_server_certificates_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8105e03ce..9fa47e519 100644
--- a/osc/model_read_snapshot_export_tasks_request.go
+++ b/osc/model_read_snapshot_export_tasks_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1ee309521..a3f01c875 100644
--- a/osc/model_read_snapshot_export_tasks_response.go
+++ b/osc/model_read_snapshot_export_tasks_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1bccb91bf..f1827a7a3 100644
--- a/osc/model_read_snapshots_request.go
+++ b/osc/model_read_snapshots_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 77e4c8367..8313194a6 100644
--- a/osc/model_read_snapshots_response.go
+++ b/osc/model_read_snapshots_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 0292175f7..bf05e7b48 100644
--- a/osc/model_read_subnets_request.go
+++ b/osc/model_read_subnets_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 63f84f6dc..b59aa785a 100644
--- a/osc/model_read_subnets_response.go
+++ b/osc/model_read_subnets_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2fe98a4e5..4c43785ab 100644
--- a/osc/model_read_subregions_request.go
+++ b/osc/model_read_subregions_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 0443c6362..f73d51415 100644
--- a/osc/model_read_subregions_response.go
+++ b/osc/model_read_subregions_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5b3d4a633..7fe4a075c 100644
--- a/osc/model_read_tags_request.go
+++ b/osc/model_read_tags_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3567f8172..1d0736bc3 100644
--- a/osc/model_read_tags_response.go
+++ b/osc/model_read_tags_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 74b188501..c7349af48 100644
--- a/osc/model_read_virtual_gateways_request.go
+++ b/osc/model_read_virtual_gateways_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a23e48936..88ad66bd6 100644
--- a/osc/model_read_virtual_gateways_response.go
+++ b/osc/model_read_virtual_gateways_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ac96655e1..2beac2216 100644
--- a/osc/model_read_vm_types_request.go
+++ b/osc/model_read_vm_types_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 fb6d202e5..4c7334e97 100644
--- a/osc/model_read_vm_types_response.go
+++ b/osc/model_read_vm_types_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d01804de0..aaccbd3ac 100644
--- a/osc/model_read_vms_health_request.go
+++ b/osc/model_read_vms_health_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f9edf7528..8fc5f077c 100644
--- a/osc/model_read_vms_health_response.go
+++ b/osc/model_read_vms_health_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 56308ea65..ae392d007 100644
--- a/osc/model_read_vms_request.go
+++ b/osc/model_read_vms_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5226b2d11..118d1088e 100644
--- a/osc/model_read_vms_response.go
+++ b/osc/model_read_vms_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f2c56b108..23f451e64 100644
--- a/osc/model_read_vms_state_request.go
+++ b/osc/model_read_vms_state_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6cc6a8c16..188cfc878 100644
--- a/osc/model_read_vms_state_response.go
+++ b/osc/model_read_vms_state_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 86683fb7a..d39a1805d 100644
--- a/osc/model_read_volumes_request.go
+++ b/osc/model_read_volumes_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 daa995b05..93165ad22 100644
--- a/osc/model_read_volumes_response.go
+++ b/osc/model_read_volumes_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b8e444ad8..aa3fd2701 100644
--- a/osc/model_read_vpn_connections_request.go
+++ b/osc/model_read_vpn_connections_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 352b3f9ce..4f816c566 100644
--- a/osc/model_read_vpn_connections_response.go
+++ b/osc/model_read_vpn_connections_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 acb052006..cfbb8c45b 100644
--- a/osc/model_reboot_vms_request.go
+++ b/osc/model_reboot_vms_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 15afe89ca..9c9bf86f3 100644
--- a/osc/model_reboot_vms_response.go
+++ b/osc/model_reboot_vms_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 feaf7adaa..6bef55a9a 100644
--- a/osc/model_region.go
+++ b/osc/model_region.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c1fd2d6d2..39e4bd354 100644
--- a/osc/model_register_vms_in_load_balancer_request.go
+++ b/osc/model_register_vms_in_load_balancer_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5ec5a2bea..8b591b135 100644
--- a/osc/model_register_vms_in_load_balancer_response.go
+++ b/osc/model_register_vms_in_load_balancer_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a443b3532..a8388efa8 100644
--- a/osc/model_reject_net_peering_request.go
+++ b/osc/model_reject_net_peering_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 b7aea9859..381d8daf7 100644
--- a/osc/model_reject_net_peering_response.go
+++ b/osc/model_reject_net_peering_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 42f5a4396..cca5963fd 100644
--- a/osc/model_reset_account_password_request.go
+++ b/osc/model_reset_account_password_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 35a409e98..5cae56a05 100644
--- a/osc/model_reset_account_password_response.go
+++ b/osc/model_reset_account_password_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5bca8744a..234196203 100644
--- a/osc/model_resource_load_balancer_tag.go
+++ b/osc/model_resource_load_balancer_tag.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c6c9c293f..9d56fa0f4 100644
--- a/osc/model_resource_tag.go
+++ b/osc/model_resource_tag.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 adb2b6618..1e11af41e 100644
--- a/osc/model_response_context.go
+++ b/osc/model_response_context.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 911b28a78..1e990ad2c 100644
--- a/osc/model_route.go
+++ b/osc/model_route.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -14,7 +14,7 @@ package osc
type Route struct {
// The method used to create the route.
CreationMethod string `json:"CreationMethod,omitempty"`
- // The IP range used for the destination match, in CIDR notation (for example, 10.0.0.0/24).
+ // The IP range used for the destination match, in CIDR notation (for example, `10.0.0.0/24`).
DestinationIpRange string `json:"DestinationIpRange,omitempty"`
// The ID of the OUTSCALE service.
DestinationServiceId string `json:"DestinationServiceId,omitempty"`
diff --git a/osc/model_route_light.go b/osc/model_route_light.go
index 4813a7a24..544e7c027 100644
--- a/osc/model_route_light.go
+++ b/osc/model_route_light.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -12,7 +12,7 @@ package osc
// RouteLight Information about the route.
type RouteLight struct {
- // The IP range used for the destination match, in CIDR notation (for example, 10.0.0.0/24).
+ // The IP range used for the destination match, in CIDR notation (for example, `10.0.0.0/24`).
DestinationIpRange string `json:"DestinationIpRange,omitempty"`
// The type of route (always `static`).
RouteType string `json:"RouteType,omitempty"`
diff --git a/osc/model_route_propagating_virtual_gateway.go b/osc/model_route_propagating_virtual_gateway.go
index 27ba64f07..881093b33 100644
--- a/osc/model_route_propagating_virtual_gateway.go
+++ b/osc/model_route_propagating_virtual_gateway.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 9022f0094..2b94c84da 100644
--- a/osc/model_route_table.go
+++ b/osc/model_route_table.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e54056aa7..0cc5cda21 100644
--- a/osc/model_security_group.go
+++ b/osc/model_security_group.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 cccb3e701..3d5483b8f 100644
--- a/osc/model_security_group_light.go
+++ b/osc/model_security_group_light.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4919ef5fb..7eff84f98 100644
--- a/osc/model_security_group_rule.go
+++ b/osc/model_security_group_rule.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -16,12 +16,12 @@ type SecurityGroupRule struct {
FromPortRange int32 `json:"FromPortRange,omitempty"`
// 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).
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).
+ // 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.
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"`
- // The end of the port range for the TCP and UDP protocols, or an ICMP type number.
+ // The end of the port range for the TCP and UDP protocols, or an ICMP code number.
ToPortRange int32 `json:"ToPortRange,omitempty"`
}
diff --git a/osc/model_security_groups_member.go b/osc/model_security_groups_member.go
index 9d1167b6e..07633fc53 100644
--- a/osc/model_security_groups_member.go
+++ b/osc/model_security_groups_member.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/osc/model_send_reset_password_email_request.go b/osc/model_send_reset_password_email_request.go
index a3bc4ac56..d1cdb1d0c 100644
--- a/osc/model_send_reset_password_email_request.go
+++ b/osc/model_send_reset_password_email_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 3a988131a..098ffe12d 100644
--- a/osc/model_send_reset_password_email_response.go
+++ b/osc/model_send_reset_password_email_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 672732e25..095426b3d 100644
--- a/osc/model_server_certificate.go
+++ b/osc/model_server_certificate.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -18,6 +18,8 @@ type ServerCertificate struct {
Id string `json:"Id,omitempty"`
// The name of the server certificate.
Name string `json:"Name,omitempty"`
+ // The Outscale Resource Name (ORN) of the server certificate. For more information, see [Resource Identifiers > Outscale Resource Names (ORNs)](https://docs.outscale.com/en/userguide/Resource-Identifiers.html#_outscale_resource_names_orns).
+ Orn string `json:"Orn,omitempty"`
// The path to the server certificate.
Path string `json:"Path,omitempty"`
// The date at which the server certificate has been uploaded.
diff --git a/osc/model_service.go b/osc/model_service.go
index a77054ced..051f4ff9a 100644
--- a/osc/model_service.go
+++ b/osc/model_service.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2f750f23a..9e037ef48 100644
--- a/osc/model_snapshot.go
+++ b/osc/model_snapshot.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 9b32906a2..b05ec3f8e 100644
--- a/osc/model_snapshot_export_task.go
+++ b/osc/model_snapshot_export_task.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 78709c7ec..fc4bb6e80 100644
--- a/osc/model_source_net.go
+++ b/osc/model_source_net.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -14,7 +14,7 @@ package osc
type SourceNet struct {
// The account ID of the owner of the source Net.
AccountId string `json:"AccountId,omitempty"`
- // The IP range for the source Net, in CIDR notation (for example, 10.0.0.0/16).
+ // The IP range for the source Net, in CIDR notation (for example, `10.0.0.0/16`).
IpRange string `json:"IpRange,omitempty"`
// The ID of the source Net.
NetId string `json:"NetId,omitempty"`
diff --git a/osc/model_source_security_group.go b/osc/model_source_security_group.go
index 44f2a517d..707dea24d 100644
--- a/osc/model_source_security_group.go
+++ b/osc/model_source_security_group.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d0e677c57..52d6826cc 100644
--- a/osc/model_start_vms_request.go
+++ b/osc/model_start_vms_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4289c1f1f..d90805fc4 100644
--- a/osc/model_start_vms_response.go
+++ b/osc/model_start_vms_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 773015d58..1920c637e 100644
--- a/osc/model_state_comment.go
+++ b/osc/model_state_comment.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e52607313..8d90cb3aa 100644
--- a/osc/model_stop_vms_request.go
+++ b/osc/model_stop_vms_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 96769b0ee..01611bea3 100644
--- a/osc/model_stop_vms_response.go
+++ b/osc/model_stop_vms_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d1b65d36a..64ab19b95 100644
--- a/osc/model_subnet.go
+++ b/osc/model_subnet.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -14,7 +14,7 @@ package osc
type Subnet struct {
// The number of available IPs in the Subnets.
AvailableIpsCount int32 `json:"AvailableIpsCount,omitempty"`
- // The IP range in the Subnet, in CIDR notation (for example, 10.0.0.0/16).
+ // The IP range in the Subnet, in CIDR notation (for example, `10.0.0.0/16`).
IpRange string `json:"IpRange,omitempty"`
// If true, a public IP is assigned to the network interface cards (NICs) created in the specified Subnet.
MapPublicIpOnLaunch bool `json:"MapPublicIpOnLaunch,omitempty"`
diff --git a/osc/model_subregion.go b/osc/model_subregion.go
index 0fd5ab0e1..6382c70eb 100644
--- a/osc/model_subregion.go
+++ b/osc/model_subregion.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -12,6 +12,8 @@ package osc
// Subregion Information about the Subregion.
type Subregion struct {
+ // The location code of the Subregion.
+ LocationCode string `json:"LocationCode,omitempty"`
// The name of the Region containing the Subregion.
RegionName string `json:"RegionName,omitempty"`
// The state of the Subregion (`available` \\| `information` \\| `impaired` \\| `unavailable`).
diff --git a/osc/model_tag.go b/osc/model_tag.go
index 3e14bc9d8..a10d68f8b 100644
--- a/osc/model_tag.go
+++ b/osc/model_tag.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 605c56ab5..a51a0f414 100644
--- a/osc/model_unlink_flexible_gpu_request.go
+++ b/osc/model_unlink_flexible_gpu_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ff4f72d65..32abb03a0 100644
--- a/osc/model_unlink_flexible_gpu_response.go
+++ b/osc/model_unlink_flexible_gpu_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 da19b9364..ab8d32c88 100644
--- a/osc/model_unlink_internet_service_request.go
+++ b/osc/model_unlink_internet_service_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c1eff50f0..ed189918b 100644
--- a/osc/model_unlink_internet_service_response.go
+++ b/osc/model_unlink_internet_service_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e88b42fcf..6f7213658 100644
--- a/osc/model_unlink_load_balancer_backend_machines_request.go
+++ b/osc/model_unlink_load_balancer_backend_machines_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d2e90d457..79595544b 100644
--- a/osc/model_unlink_load_balancer_backend_machines_response.go
+++ b/osc/model_unlink_load_balancer_backend_machines_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c2d01efe0..317f8e272 100644
--- a/osc/model_unlink_nic_request.go
+++ b/osc/model_unlink_nic_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ad0d9f3f8..c2a821bdb 100644
--- a/osc/model_unlink_nic_response.go
+++ b/osc/model_unlink_nic_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 9e4705f0b..2a21eeba0 100644
--- a/osc/model_unlink_private_ips_request.go
+++ b/osc/model_unlink_private_ips_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ea5dfbf11..ac578f37d 100644
--- a/osc/model_unlink_private_ips_response.go
+++ b/osc/model_unlink_private_ips_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 4fe987767..27ea266cc 100644
--- a/osc/model_unlink_public_ip_request.go
+++ b/osc/model_unlink_public_ip_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 923f6cc40..0f1dcc29e 100644
--- a/osc/model_unlink_public_ip_response.go
+++ b/osc/model_unlink_public_ip_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c477cacd9..e03afb7d4 100644
--- a/osc/model_unlink_route_table_request.go
+++ b/osc/model_unlink_route_table_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e0b3921ab..30d922dae 100644
--- a/osc/model_unlink_route_table_response.go
+++ b/osc/model_unlink_route_table_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a1769f583..7b8c3d5bf 100644
--- a/osc/model_unlink_virtual_gateway_request.go
+++ b/osc/model_unlink_virtual_gateway_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 141362037..bb6296553 100644
--- a/osc/model_unlink_virtual_gateway_response.go
+++ b/osc/model_unlink_virtual_gateway_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f4aece4c5..26b59301f 100644
--- a/osc/model_unlink_volume_request.go
+++ b/osc/model_unlink_volume_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 33cb90caa..546cb9bd5 100644
--- a/osc/model_unlink_volume_response.go
+++ b/osc/model_unlink_volume_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 aa94c35ef..f32278f18 100644
--- a/osc/model_update_access_key_request.go
+++ b/osc/model_update_access_key_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 25992e21a..fbf06eeae 100644
--- a/osc/model_update_access_key_response.go
+++ b/osc/model_update_access_key_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8abaf3f08..fe06e53da 100644
--- a/osc/model_update_account_request.go
+++ b/osc/model_update_account_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 af0beaed1..195ff65f3 100644
--- a/osc/model_update_account_response.go
+++ b/osc/model_update_account_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a276cc199..c579a5d0a 100644
--- a/osc/model_update_api_access_policy_request.go
+++ b/osc/model_update_api_access_policy_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c05155456..5ffb9f1ac 100644
--- a/osc/model_update_api_access_policy_response.go
+++ b/osc/model_update_api_access_policy_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 389b911e0..560acd3de 100644
--- a/osc/model_update_api_access_rule_request.go
+++ b/osc/model_update_api_access_rule_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -22,6 +22,6 @@ type UpdateApiAccessRuleRequest struct {
Description string `json:"Description,omitempty"`
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
- // One or more IP ranges, in CIDR notation (for example, 192.0.2.0/16).
+ // One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`).
IpRanges []string `json:"IpRanges,omitempty"`
}
diff --git a/osc/model_update_api_access_rule_response.go b/osc/model_update_api_access_rule_response.go
index cbf76f463..84cebef1f 100644
--- a/osc/model_update_api_access_rule_response.go
+++ b/osc/model_update_api_access_rule_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2f561872b..25fe77a4c 100644
--- a/osc/model_update_ca_request.go
+++ b/osc/model_update_ca_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 29d0c5286..21e53eef0 100644
--- a/osc/model_update_ca_response.go
+++ b/osc/model_update_ca_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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
new file mode 100644
index 000000000..336d2006f
--- /dev/null
+++ b/osc/model_update_direct_link_interface_request.go
@@ -0,0 +1,21 @@
+/*
+ * 3DS OUTSCALE API
+ *
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ *
+ * API version: 1.20
+ * Contact: support@outscale.com
+ * Generated by: OpenAPI Generator (https://openapi-generator.tech)
+ */
+
+package osc
+
+// UpdateDirectLinkInterfaceRequest struct for UpdateDirectLinkInterfaceRequest
+type UpdateDirectLinkInterfaceRequest struct {
+ // The ID of the DirectLink interface you want to update.
+ 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 (between `1500` and `9001`, both included).
+ Mtu int32 `json:"Mtu"`
+}
diff --git a/osc/model_update_direct_link_interface_response.go b/osc/model_update_direct_link_interface_response.go
new file mode 100644
index 000000000..ce6401a97
--- /dev/null
+++ b/osc/model_update_direct_link_interface_response.go
@@ -0,0 +1,17 @@
+/*
+ * 3DS OUTSCALE API
+ *
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ *
+ * API version: 1.20
+ * Contact: support@outscale.com
+ * Generated by: OpenAPI Generator (https://openapi-generator.tech)
+ */
+
+package osc
+
+// UpdateDirectLinkInterfaceResponse struct for UpdateDirectLinkInterfaceResponse
+type UpdateDirectLinkInterfaceResponse struct {
+ DirectLinkInterface DirectLinkInterfaces `json:"DirectLinkInterface,omitempty"`
+ ResponseContext ResponseContext `json:"ResponseContext,omitempty"`
+}
diff --git a/osc/model_update_flexible_gpu_request.go b/osc/model_update_flexible_gpu_request.go
index 80a6e6042..1f7aa2bdc 100644
--- a/osc/model_update_flexible_gpu_request.go
+++ b/osc/model_update_flexible_gpu_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 a339acc7f..b0fb6ff65 100644
--- a/osc/model_update_flexible_gpu_response.go
+++ b/osc/model_update_flexible_gpu_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 60db5ca34..5a3a463d6 100644
--- a/osc/model_update_image_request.go
+++ b/osc/model_update_image_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 da28e2647..79824e271 100644
--- a/osc/model_update_image_response.go
+++ b/osc/model_update_image_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 073ae88ea..e05f72cff 100644
--- a/osc/model_update_listener_rule_request.go
+++ b/osc/model_update_listener_rule_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 afb1e4716..526d5f4b7 100644
--- a/osc/model_update_listener_rule_response.go
+++ b/osc/model_update_listener_rule_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 445f4d5e8..eec7bbe41 100644
--- a/osc/model_update_load_balancer_request.go
+++ b/osc/model_update_load_balancer_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c6ddd3e1f..0622d82f1 100644
--- a/osc/model_update_load_balancer_response.go
+++ b/osc/model_update_load_balancer_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 bee365ad9..acc0bec59 100644
--- a/osc/model_update_net_access_point_request.go
+++ b/osc/model_update_net_access_point_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f47037a73..1d3f95195 100644
--- a/osc/model_update_net_access_point_response.go
+++ b/osc/model_update_net_access_point_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 228cb99eb..e6db45af3 100644
--- a/osc/model_update_net_request.go
+++ b/osc/model_update_net_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 7529f14d5..4f423f9cf 100644
--- a/osc/model_update_net_response.go
+++ b/osc/model_update_net_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 2174b892c..1b9299858 100644
--- a/osc/model_update_nic_request.go
+++ b/osc/model_update_nic_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e529e86d2..c804e3b35 100644
--- a/osc/model_update_nic_response.go
+++ b/osc/model_update_nic_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d612ae6d7..2d4128cb5 100644
--- a/osc/model_update_route_propagation_request.go
+++ b/osc/model_update_route_propagation_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 47b00c313..f33114867 100644
--- a/osc/model_update_route_propagation_response.go
+++ b/osc/model_update_route_propagation_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 ef0bf5783..ab8a283a8 100644
--- a/osc/model_update_route_request.go
+++ b/osc/model_update_route_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -12,7 +12,7 @@ package osc
// UpdateRouteRequest struct for UpdateRouteRequest
type UpdateRouteRequest struct {
- // The IP range used for the destination match, in CIDR notation (for example, 10.0.0.0/24).
+ // The IP range used for the destination match, in CIDR notation (for example, `10.0.0.0/24`).
DestinationIpRange string `json:"DestinationIpRange"`
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
diff --git a/osc/model_update_route_response.go b/osc/model_update_route_response.go
index 236fc317b..4a2d7c20e 100644
--- a/osc/model_update_route_response.go
+++ b/osc/model_update_route_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c2b6d3184..7c8300a18 100644
--- a/osc/model_update_server_certificate_request.go
+++ b/osc/model_update_server_certificate_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 234df2acf..94640c021 100644
--- a/osc/model_update_server_certificate_response.go
+++ b/osc/model_update_server_certificate_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 54444fca7..4f03b5744 100644
--- a/osc/model_update_snapshot_request.go
+++ b/osc/model_update_snapshot_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8e259a139..a07b2db72 100644
--- a/osc/model_update_snapshot_response.go
+++ b/osc/model_update_snapshot_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 5c7c357d7..e3a20f607 100644
--- a/osc/model_update_subnet_request.go
+++ b/osc/model_update_subnet_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 32e7a7003..bdc82d851 100644
--- a/osc/model_update_subnet_response.go
+++ b/osc/model_update_subnet_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 729d426af..b6ee4db16 100644
--- a/osc/model_update_vm_request.go
+++ b/osc/model_update_vm_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -16,7 +16,7 @@ type UpdateVmRequest struct {
BlockDeviceMappings []BlockDeviceMappingVmUpdate `json:"BlockDeviceMappings,omitempty"`
// This parameter is not available. It is present in our API for the sake of historical compatibility with AWS.
BsuOptimized bool `json:"BsuOptimized,omitempty"`
- // If true, you cannot terminate the VM using Cockpit, the CLI or the API. If false, you can.
+ // If true, you cannot delete the VM unless you change this parameter back to false.
DeletionProtection bool `json:"DeletionProtection,omitempty"`
// If true, checks whether you have the required permissions to perform the action.
DryRun bool `json:"DryRun,omitempty"`
diff --git a/osc/model_update_vm_response.go b/osc/model_update_vm_response.go
index 5457f573f..c1cd3c00f 100644
--- a/osc/model_update_vm_response.go
+++ b/osc/model_update_vm_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 9d68e597b..ffd5e745e 100644
--- a/osc/model_update_volume_request.go
+++ b/osc/model_update_volume_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 d44001e6b..eed71287f 100644
--- a/osc/model_update_volume_response.go
+++ b/osc/model_update_volume_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 e4f4a4dba..8a306d3a7 100644
--- a/osc/model_update_vpn_connection_request.go
+++ b/osc/model_update_vpn_connection_request.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 590e8fc4b..7b548a2db 100644
--- a/osc/model_update_vpn_connection_response.go
+++ b/osc/model_update_vpn_connection_response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 f3575e7d4..4ddbacec7 100644
--- a/osc/model_vgw_telemetry.go
+++ b/osc/model_vgw_telemetry.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 6a31681fe..60299c3c5 100644
--- a/osc/model_virtual_gateway.go
+++ b/osc/model_virtual_gateway.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 554c8e764..42ad8a82e 100644
--- a/osc/model_vm.go
+++ b/osc/model_vm.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
@@ -22,7 +22,7 @@ type Vm struct {
ClientToken string `json:"ClientToken,omitempty"`
// The date and time at which the VM was created.
CreationDate string `json:"CreationDate,omitempty"`
- // If true, you cannot terminate the VM using Cockpit, the CLI or the API. If false, you can.
+ // If true, you cannot delete the VM unless you change this parameter back to false.
DeletionProtection bool `json:"DeletionProtection,omitempty"`
// The hypervisor type of the VMs (`ovm` \\| `xen`).
Hypervisor string `json:"Hypervisor,omitempty"`
@@ -32,7 +32,7 @@ type Vm struct {
IsSourceDestChecked bool `json:"IsSourceDestChecked,omitempty"`
// The name of the keypair used when launching the VM.
KeypairName string `json:"KeypairName,omitempty"`
- // The number for the VM when launching a group of several VMs (for example, 0, 1, 2, and so on).
+ // The number for the VM when launching a group of several VMs (for example, `0`, `1`, `2`, and so on).
LaunchNumber int32 `json:"LaunchNumber,omitempty"`
// The ID of the Net in which the VM is running.
NetId string `json:"NetId,omitempty"`
diff --git a/osc/model_vm_state.go b/osc/model_vm_state.go
index 146ee162b..81652bbe2 100644
--- a/osc/model_vm_state.go
+++ b/osc/model_vm_state.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 c03d6d5f5..8490512f5 100644
--- a/osc/model_vm_states.go
+++ b/osc/model_vm_states.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 1045d7994..d35218a0d 100644
--- a/osc/model_vm_type.go
+++ b/osc/model_vm_type.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 8f8b5dd6e..a7534bf95 100644
--- a/osc/model_volume.go
+++ b/osc/model_volume.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 7e2879ae9..d3e6f28b9 100644
--- a/osc/model_vpn_connection.go
+++ b/osc/model_vpn_connection.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 0eec5b24a..e83414e9f 100644
--- a/osc/model_vpn_options.go
+++ b/osc/model_vpn_options.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* 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 fe178d102..4fde8d4c6 100644
--- a/osc/model_with.go
+++ b/osc/model_with.go
@@ -1,47 +1,47 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package osc
-// With The information to display in each returned log. If this parameter is not specified, all available response elements are displayed. If this parameter is specified, by default `AccountId` and `RequestId` are also included in the response, unless you explicitly specify them as false.
+// With The information to display in each returned log.
type With struct {
// By default or if set to true, the account ID is displayed.
AccountId bool `json:"AccountId,omitempty"`
- // If set to true, the duration of the call is displayed.
+ // By default or if set to true, the duration of the call is displayed.
CallDuration bool `json:"CallDuration,omitempty"`
- // If set to true, the access key is displayed.
+ // By default or if set to true, the access key is displayed.
QueryAccessKey bool `json:"QueryAccessKey,omitempty"`
- // If set to true, the name of the API is displayed.
+ // By default or if set to true, the name of the API is displayed.
QueryApiName bool `json:"QueryApiName,omitempty"`
- // If set to true, the version of the API is displayed.
+ // By default or if set to true, the version of the API is displayed.
QueryApiVersion bool `json:"QueryApiVersion,omitempty"`
- // If set to true, the name of the call is displayed.
+ // By default or if set to true, the name of the call is displayed.
QueryCallName bool `json:"QueryCallName,omitempty"`
- // If set to true, the date of the call is displayed.
+ // By default or if set to true, the date of the call is displayed.
QueryDate bool `json:"QueryDate,omitempty"`
- // If set to true, the raw header of the HTTP request is displayed.
+ // By default or if set to true, the raw header of the HTTP request is displayed.
QueryHeaderRaw bool `json:"QueryHeaderRaw,omitempty"`
- // If set to true, the size of the raw header of the HTTP request is displayed.
+ // By default or if set to true, the size of the raw header of the HTTP request is displayed.
QueryHeaderSize bool `json:"QueryHeaderSize,omitempty"`
- // If set to true, the IP is displayed.
+ // By default or if set to true, the IP is displayed.
QueryIpAddress bool `json:"QueryIpAddress,omitempty"`
- // If set to true, the raw payload of the HTTP request is displayed.
+ // By default or if set to true, the raw payload of the HTTP request is displayed.
QueryPayloadRaw bool `json:"QueryPayloadRaw,omitempty"`
- // If set to true, the size of the raw payload of the HTTP request is displayed.
+ // By default or if set to true, the size of the raw payload of the HTTP request is displayed.
QueryPayloadSize bool `json:"QueryPayloadSize,omitempty"`
- // If set to true, the user agent of the HTTP request is displayed.
+ // By default or if set to true, the user agent of the HTTP request is displayed.
QueryUserAgent bool `json:"QueryUserAgent,omitempty"`
// By default or if set to true, the request ID is displayed.
RequestId bool `json:"RequestId,omitempty"`
- // If set to true, the size of the response is displayed.
+ // By default or if set to true, the size of the response is displayed.
ResponseSize bool `json:"ResponseSize,omitempty"`
- // If set to true, the HTTP status code of the response is displayed.
+ // By default or if set to true, the HTTP status code of the response is displayed.
ResponseStatusCode bool `json:"ResponseStatusCode,omitempty"`
}
diff --git a/osc/response.go b/osc/response.go
index 2e4e86918..9d8e73538 100644
--- a/osc/response.go
+++ b/osc/response.go
@@ -1,9 +1,9 @@
/*
* 3DS OUTSCALE API
*
- * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but some resources have different names in AWS than in the OUTSCALE API. You can find a list of the differences [here](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html).
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
+ * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.
You can learn more about errors returned by the API in the dedicated [errors page](api/errors).
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.
*
- * API version: 1.19
+ * API version: 1.20
* Contact: support@outscale.com
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
diff --git a/sdk_version b/sdk_version
index 141f2e805..15b989e39 100644
--- a/sdk_version
+++ b/sdk_version
@@ -1 +1 @@
-1.15.0
+1.16.0