Skip to content

Commit

Permalink
Update 3DS OUTSCALE api to 1.10.3 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-vmz committed Jun 2, 2021
1 parent 35502c8 commit 09dafa9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions outscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4478,10 +4478,10 @@ components:
description: (Net only) The primary or secondary private IP address of the specified NIC. By default, the primary private IP address.
type: string
PublicIp:
description: The EIP. In the public Cloud, this parameter is required.
description: The EIP. This parameter is required unless you use the `PublicIpId` parameter.
type: string
PublicIpId:
description: The allocation ID of the EIP. In a Net, this parameter is required.
description: The allocation ID of the EIP. This parameter is required unless you use the `PublicIp` parameter.
type: string
VmId:
description: 'The ID of the VM.<br />
Expand Down Expand Up @@ -7144,10 +7144,10 @@ components:
description: If true, checks whether you have the required permissions to perform the action.
type: boolean
LinkPublicIpId:
description: (Required in a Net) The ID representing the association of the EIP with the VM or the NIC.
description: The ID representing the association of the EIP with the VM or the NIC. This parameter is required unless you use the `PublicIp` parameter.
type: string
PublicIp:
description: The External IP address. In the public Cloud, this parameter is required.
description: The EIP. This parameter is required unless you use the `LinkPublicIpId` parameter.
type: string
type: object
UnlinkPublicIpResponse:
Expand Down Expand Up @@ -13274,7 +13274,6 @@ servers:
enum:
- ap-northeast-1
- cloudgouv-eu-west-1
- cloudgouv-eu-west-2
- eu-west-2
- us-east-2
- us-west-1
Expand Down

0 comments on commit 09dafa9

Please sign in to comment.