Skip to content

Commit

Permalink
osc-sdk-go v2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Outscale Bot <[email protected]>
  • Loading branch information
Open-Source-Bot authored and jerome-jutteau committed Sep 27, 2021
1 parent 5ce2acb commit c7793e0
Show file tree
Hide file tree
Showing 539 changed files with 633 additions and 696 deletions.
2 changes: 1 addition & 1 deletion api_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.4
1.15.0
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.5.0

- SDK update for Outscale API v1.15.0

# 2.4.0

- SDK update for Outscale API v1.14.4
Expand Down
2 changes: 1 addition & 1 deletion sdk_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.5.0
4 changes: 2 additions & 2 deletions v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ You can also manage your resources using the [Cockpit](https://wiki.outscale.net
## 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.14
- Package version: 2.4.0
- API version: 1.15
- Package version: 2.5.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down
46 changes: 21 additions & 25 deletions v2/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ info:
url: https://opensource.org/licenses/BSD-3-Clause
termsOfService: https://en.outscale.com/terms-of-service/
title: 3DS OUTSCALE API
version: "1.14"
version: "1.15"
servers:
- url: https://api.{region}.outscale.com/api/v1
variables:
Expand Down Expand Up @@ -4554,11 +4554,11 @@ paths:
- Volume
/UpdateAccessKey:
description: |-
Modifies the status of the specified access key associated with the account that sends the request.<br />
When set to `ACTIVE`, the access key is enabled and can be used to send requests. When set to `INACTIVE`, the access key is disabled.<br /><br />
Modifies the attributes of the specified access key associated with the account that sends the request.<br /><br />

**[NOTE]**<br />
To protect against brute force attacks, the number of requests allowed for this method in a given time period is limited.
* To remove the expiration date of the access key after you have set one, use this method without specifying `ExpirationDate`.<br />
* To protect against brute force attacks, the number of requests allowed for this method in a given time period is limited.
post:
operationId: UpdateAccessKey
requestBody:
Expand Down Expand Up @@ -6467,7 +6467,7 @@ components:
[ASCII printable characters](https://en.wikipedia.org/wiki/ASCII#Printable_characters).
type: string
PublicKey:
description: The public key. It must be base64-encoded.
description: The public key. It must be Base64-encoded.
type: string
required:
- KeypairName
Expand Down Expand Up @@ -8228,7 +8228,7 @@ components:
type: string
UserData:
description: Data or script used to add a specific configuration to the
VM. It must be base64-encoded.
VM. It must be Base64-encoded and is limited to 500 kibibytes (KiB).
type: string
VmInitiatedShutdownBehavior:
description: The VM behavior when you stop it. By default or if set to `stop`,
Expand Down Expand Up @@ -10360,8 +10360,6 @@ components:
ResponseStatusCodes:
- 0
- 0
QueryDateAfter: 2000-01-23
QueryDateBefore: 2000-01-23
QueryIpAddresses:
- QueryIpAddresses
- QueryIpAddresses
Expand Down Expand Up @@ -10391,18 +10389,6 @@ components:
items:
type: string
type: array
QueryDateAfter:
description: The date after which you want to retrieve logged calls, in
ISO 8601 format (for example, `2020-06-14`). By default, this date is
set to 2 days ago.
format: date
type: string
QueryDateBefore:
description: The date before which you want to retrieve logged calls, in
ISO 8601 format (for example, `2020-06-30`). By default, this date is
set to now.
format: date
type: string
QueryIpAddresses:
description: The IP addresses used for the logged calls.
items:
Expand Down Expand Up @@ -14707,7 +14693,8 @@ components:
type: integer
PreSharedKey:
description: The pre-shared key to establish the initial authentication
between the client gateway and the virtual gateway.
between the client gateway and the virtual gateway. This key can contain
any character except line breaks and double quotes (&quot;).
type: string
type: object
Placement:
Expand Down Expand Up @@ -15158,8 +15145,6 @@ components:
ResponseStatusCodes:
- 0
- 0
QueryDateAfter: 2000-01-23
QueryDateBefore: 2000-01-23
QueryIpAddresses:
- QueryIpAddresses
- QueryIpAddresses
Expand Down Expand Up @@ -20009,6 +19994,7 @@ components:
UpdateAccessKeyRequest:
additionalProperties: false
example:
ExpirationDate: ExpirationDate
AccessKeyId: AccessKeyId
State: State
DryRun: true
Expand All @@ -20020,8 +20006,16 @@ components:
description: If true, checks whether you have the required permissions to
perform the action.
type: boolean
ExpirationDate:
description: The date and time at which you want the access key to expire,
in ISO 8601 format (for example, `2017-06-14` or `2017-06-14T00:00:00Z`).
If not specified, the access key is set to not expire.
format: datetime
type: string
State:
description: The new state for the access key (`ACTIVE` \| `INACTIVE`).
When set to `ACTIVE`, the access key is enabled and can be used to send
requests. When set to `INACTIVE`, the access key is disabled.
type: string
required:
- AccessKeyId
Expand Down Expand Up @@ -21188,7 +21182,8 @@ components:
type: string
type: array
UserData:
description: The Base64-encoded MIME user data.
description: The Base64-encoded MIME user data, limited to 500 kibibytes
(KiB).
type: string
VmId:
description: The ID of the VM.
Expand Down Expand Up @@ -22008,7 +22003,8 @@ components:
Phase2Options:
$ref: '#/components/schemas/Phase2Options'
TunnelInsideIpRange:
description: The IP range for the tunnel in your VPN connection.
description: The range of inside IP addresses for the tunnel. This must
be a /30 CIDR block from the 169.254.254.0/24 range.
type: string
type: object
With:
Expand Down
2 changes: 1 addition & 1 deletion v2/api_access_key.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_account.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_api_access_policy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_api_access_rule.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_api_log.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_ca.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_client_gateway.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_dhcp_option.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_direct_link.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_direct_link_interface.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_flexible_gpu.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_image.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_internet_service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_keypair.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_listener.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_load_balancer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_load_balancer_policy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/api_location.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c7793e0

Please sign in to comment.