-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Outscale Bot <[email protected]>
- Loading branch information
1 parent
56bd492
commit 6538abf
Showing
1,195 changed files
with
4,590 additions
and
1,198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.26.0 | ||
1.27.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.3.0 | ||
0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* 3DS OUTSCALE API | ||
* Welcome to the OUTSCALE API documentation.<br /> The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.<br /><br /> You can learn more about errors returned by the API in the dedicated [errors page](api/errors).<br /><br /> Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.<br /> You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.<br /><br /> An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). | ||
* | ||
* The version of the OpenAPI document: 1.26 | ||
* The version of the OpenAPI document: 1.27 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* 3DS OUTSCALE API | ||
* Welcome to the OUTSCALE API documentation.<br /> The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.<br /><br /> You can learn more about errors returned by the API in the dedicated [errors page](api/errors).<br /><br /> Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.<br /> You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.<br /><br /> An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). | ||
* | ||
* The version of the OpenAPI document: 1.26 | ||
* The version of the OpenAPI document: 1.27 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -168,7 +168,7 @@ private void init() { | |
json = new JSON(); | ||
|
||
// Set default User-Agent. | ||
setUserAgent("osc-sdk-java/0.3.0"); | ||
setUserAgent("osc-sdk-java/0.4.0"); | ||
|
||
authentications = new HashMap<String, Authentication>(); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* 3DS OUTSCALE API | ||
* Welcome to the OUTSCALE API documentation.<br /> The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.<br /><br /> You can learn more about errors returned by the API in the dedicated [errors page](api/errors).<br /><br /> Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.<br /> You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.<br /><br /> An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). | ||
* | ||
* The version of the OpenAPI document: 1.26 | ||
* The version of the OpenAPI document: 1.27 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* 3DS OUTSCALE API | ||
* Welcome to the OUTSCALE API documentation.<br /> The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.<br /><br /> You can learn more about errors returned by the API in the dedicated [errors page](api/errors).<br /><br /> Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.<br /> You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.<br /><br /> An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). | ||
* | ||
* The version of the OpenAPI document: 1.26 | ||
* The version of the OpenAPI document: 1.27 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* 3DS OUTSCALE API | ||
* Welcome to the OUTSCALE API documentation.<br /> The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.<br /><br /> You can learn more about errors returned by the API in the dedicated [errors page](api/errors).<br /><br /> Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.<br /> You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.<br /><br /> An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). | ||
* | ||
* The version of the OpenAPI document: 1.26 | ||
* The version of the OpenAPI document: 1.27 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* 3DS OUTSCALE API | ||
* Welcome to the OUTSCALE API documentation.<br /> The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.<br /><br /> You can learn more about errors returned by the API in the dedicated [errors page](api/errors).<br /><br /> Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.<br /> You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.<br /><br /> An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). | ||
* | ||
* The version of the OpenAPI document: 1.26 | ||
* The version of the OpenAPI document: 1.27 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* 3DS OUTSCALE API | ||
* Welcome to the OUTSCALE API documentation.<br /> The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.<br /><br /> You can learn more about errors returned by the API in the dedicated [errors page](api/errors).<br /><br /> Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.<br /> You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.<br /><br /> An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). | ||
* | ||
* The version of the OpenAPI document: 1.26 | ||
* The version of the OpenAPI document: 1.27 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -367,6 +367,12 @@ private static Class getClassByDiscriminator( | |
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.CreateTagsResponse | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.CreateUserRequest | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.CreateUserResponse | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.CreateVirtualGatewayRequest | ||
.CustomTypeAdapterFactory()); | ||
|
@@ -595,6 +601,12 @@ private static Class getClassByDiscriminator( | |
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.DeleteTagsResponse | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.DeleteUserRequest | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.DeleteUserResponse | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.DeleteVirtualGatewayRequest | ||
.CustomTypeAdapterFactory()); | ||
|
@@ -1261,6 +1273,12 @@ private static Class getClassByDiscriminator( | |
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.ReadTagsResponse | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.ReadUsersRequest | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.ReadUsersResponse | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.ReadVirtualGatewaysRequest | ||
.CustomTypeAdapterFactory()); | ||
|
@@ -1593,6 +1611,12 @@ private static Class getClassByDiscriminator( | |
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.UpdateSubnetResponse | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.UpdateUserRequest | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.UpdateUserResponse | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.UpdateVmGroupRequest | ||
.CustomTypeAdapterFactory()); | ||
|
@@ -1623,6 +1647,8 @@ private static Class getClassByDiscriminator( | |
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.UpdateVpnConnectionResponse | ||
.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.User.CustomTypeAdapterFactory()); | ||
gsonBuilder.registerTypeAdapterFactory( | ||
new io.github.outscale.osc_sdk_java.client.model.VgwTelemetry | ||
.CustomTypeAdapterFactory()); | ||
|
Oops, something went wrong.