Skip to content

Commit 9cb0c41

Browse files
Open-Source-Botjerome-jutteau
authored andcommitted
osc-sdk-java v0.2.0
Signed-off-by: Outscale Bot <opensource+bot@outscale.com>
1 parent 6a2bd69 commit 9cb0c41

File tree

1,110 files changed

+1151
-1138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,110 files changed

+1151
-1138
lines changed

api_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.0
1+
1.25.0

docs/CreateSecurityGroupRuleRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
|**ipProtocol** | **String** | The IP protocol name (&#x60;tcp&#x60;, &#x60;udp&#x60;, &#x60;icmp&#x60;, or &#x60;-1&#x60; for all protocols). By default, &#x60;-1&#x60;. In a Net, this can also be an IP protocol number. For more information, see the [IANA.org website](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml). If you specify this parameter, you cannot specify the &#x60;Rules&#x60; parameter and its subparameters. | [optional] |
1414
|**ipRange** | **String** | The IP range for the security group rule, in CIDR notation (for example, 10.0.0.0/16). If you specify this parameter, you cannot specify the &#x60;Rules&#x60; parameter and its subparameters. | [optional] |
1515
|**rules** | [**List&lt;SecurityGroupRule&gt;**](SecurityGroupRule.md) | Information about the security group rule to create. If you specify this parent parameter and its subparameters, you cannot specify the following parent parameters: &#x60;FromPortRange&#x60;, &#x60;IpProtocol&#x60;, &#x60;IpRange&#x60;, and &#x60;ToPortRange&#x60;. | [optional] |
16-
|**securityGroupAccountIdToLink** | **String** | The account ID of the owner of the security group for which you want to create a rule. | [optional] |
16+
|**securityGroupAccountIdToLink** | **String** | The account ID that owns the source or destination security group specified in the &#x60;SecurityGroupNameToLink&#x60; parameter. | [optional] |
1717
|**securityGroupId** | **String** | The ID of the security group for which you want to create a rule. | |
18-
|**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] |
18+
|**securityGroupNameToLink** | **String** | The ID of a source or destination security group that you want to link to the security group of the rule. | [optional] |
1919
|**toPortRange** | **Integer** | 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 &#x60;Rules&#x60; parameter and its subparameters. | [optional] |
2020

2121

docs/DirectLinkInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Information about the DirectLink interface.
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**bgpAsn** | **Integer** | The BGP (Border Gateway Protocol) ASN (Autonomous System Number) on the customer&#39;s side of the DirectLink interface. | |
11+
|**bgpAsn** | **Integer** | The BGP (Border Gateway Protocol) ASN (Autonomous System Number) on the customer&#39;s side of the DirectLink interface. This number must be between &#x60;64512&#x60; and &#x60;65534&#x60;. | |
1212
|**bgpKey** | **String** | The BGP authentication key. | [optional] |
1313
|**clientPrivateIp** | **String** | The IP on the customer&#39;s side of the DirectLink interface. | [optional] |
1414
|**directLinkInterfaceName** | **String** | The name of the DirectLink interface. | |

docs/DirectLinkInterfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Information about the DirectLink interfaces.
1717
|**directLinkInterfaceName** | **String** | The name of the DirectLink interface. | [optional] |
1818
|**interfaceType** | **String** | The type of the DirectLink interface (always &#x60;private&#x60;). | [optional] |
1919
|**location** | **String** | The datacenter where the DirectLink interface is located. | [optional] |
20-
|**mtu** | **Integer** | The maximum transmission unit (MTU) of the DirectLink interface, in bytes (by default, &#x60;1500&#x60;). | [optional] |
20+
|**mtu** | **Integer** | The maximum transmission unit (MTU) of the DirectLink interface, in bytes (always &#x60;1500&#x60;). | [optional] |
2121
|**outscalePrivateIp** | **String** | The IP on the OUTSCALE side of the DirectLink interface. | [optional] |
2222
|**state** | **String** | The state of the DirectLink interface (&#x60;pending&#x60; \\| &#x60;available&#x60; \\| &#x60;deleting&#x60; \\| &#x60;deleted&#x60; \\| &#x60;confirming&#x60; \\| &#x60;rejected&#x60; \\| &#x60;expired&#x60;). | [optional] |
2323
|**virtualGatewayId** | **String** | The ID of the target virtual gateway. | [optional] |

docs/PermissionsOnResource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# PermissionsOnResource
44

5-
Information about the users who have permissions for the resource.
5+
Permissions for the resource.
66

77
## Properties
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**accountIds** | **List&lt;String&gt;** | The account ID of one or more users who have permissions for the resource. | [optional] |
12-
|**globalPermission** | **Boolean** | If true, the resource is public. If false, the resource is private. | [optional] |
11+
|**accountIds** | **List&lt;String&gt;** | One or more account IDs that the permission is associated with. | [optional] |
12+
|**globalPermission** | **Boolean** | A global permission for all accounts.&lt;br /&gt; (Request) Set this parameter to true to make the resource public (if the parent parameter is &#x60;Additions&#x60;) or to make the resource private (if the parent parameter is &#x60;Removals&#x60;).&lt;br /&gt; (Response) If true, the resource is public. If false, the resource is private. | [optional] |
1313

1414

1515

docs/PermissionsOnResourceCreation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# PermissionsOnResourceCreation
44

5-
Information about the permissions for the resource.
5+
Information about the permissions for the resource.<br /> Specify either the `Additions` or the `Removals` parameter.
66

77
## Properties
88

docs/SecurityGroupRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Information about the security group rule.
1111
|**fromPortRange** | **Integer** | The beginning of the port range for the TCP and UDP protocols, or an ICMP type number. | [optional] |
1212
|**ipProtocol** | **String** | The IP protocol name (&#x60;tcp&#x60;, &#x60;udp&#x60;, &#x60;icmp&#x60;, or &#x60;-1&#x60; for all protocols). By default, &#x60;-1&#x60;. 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] |
1313
|**ipRanges** | **List&lt;String&gt;** | One or more IP ranges for the security group rules, in CIDR notation (for example, &#x60;10.0.0.0/16&#x60;). | [optional] |
14-
|**securityGroupsMembers** | [**List&lt;SecurityGroupsMember&gt;**](SecurityGroupsMember.md) | Information about one or more members of a security group. | [optional] |
14+
|**securityGroupsMembers** | [**List&lt;SecurityGroupsMember&gt;**](SecurityGroupsMember.md) | Information about one or more source or destination security groups. | [optional] |
1515
|**serviceIds** | **List&lt;String&gt;** | One or more service IDs to allow traffic from a Net to access the corresponding OUTSCALE services. For more information, see [ReadNetAccessPointServices](#readnetaccesspointservices). | [optional] |
1616
|**toPortRange** | **Integer** | The end of the port range for the TCP and UDP protocols, or an ICMP code number. | [optional] |
1717

docs/SecurityGroupsMember.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# SecurityGroupsMember
44

5-
Information about the member of a security group.
5+
Information about a source or destination security group.
66

77
## Properties
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**accountId** | **String** | The account ID of a user. | [optional] |
12-
|**securityGroupId** | **String** | The ID of the security group. | [optional] |
13-
|**securityGroupName** | **String** | The name of the security group. | [optional] |
11+
|**accountId** | **String** | The account ID that owns the source or destination security group. | [optional] |
12+
|**securityGroupId** | **String** | The ID of a source or destination security group that you want to link to the security group of the rule. | [optional] |
13+
|**securityGroupName** | **String** | (Public Cloud only) The name of a source or destination security group that you want to link to the security group of the rule. | [optional] |
1414

1515

1616

docs/UpdateDirectLinkInterfaceRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
|------------ | ------------- | ------------- | -------------|
1010
|**directLinkInterfaceId** | **String** | The ID of the DirectLink interface you want to update. | |
1111
|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] |
12-
|**mtu** | [**MtuEnum**](#MtuEnum) | The maximum transmission unit (MTU) of the DirectLink interface, in bytes (either &#x60;1500&#x60; or &#x60;9000&#x60;). | |
12+
|**mtu** | [**MtuEnum**](#MtuEnum) | The maximum transmission unit (MTU) of the DirectLink interface, in bytes (always &#x60;1500&#x60;). | |
1313

1414

1515

docs/UpdateVmRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
|**deletionProtection** | **Boolean** | If true, you cannot delete the VM unless you change this parameter back to false. | [optional] |
1313
|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] |
1414
|**isSourceDestChecked** | **Boolean** | (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] |
15-
|**keypairName** | **String** | The name of the keypair.&lt;br /&gt; 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] |
15+
|**keypairName** | **String** | The name of a keypair you want to associate with the VM.&lt;br /&gt; When you replace the keypair of a VM with another one, the metadata of the VM is modified to reflect the new public key, but the replacement is still not effective in the operating system of the VM. To complete the replacement and effectively apply the new keypair, you need to perform other actions inside the VM. For more information, see [Modifying the Keypair of an Instance](https://docs.outscale.com/en/userguide/Modifying-the-Keypair-of-an-Instance.html). | [optional] |
1616
|**nestedVirtualization** | **Boolean** | (dedicated tenancy only) If true, nested virtualization is enabled. If false, it is disabled. | [optional] |
1717
|**performance** | [**PerformanceEnum**](#PerformanceEnum) | The performance of the VM (&#x60;medium&#x60; \\| &#x60;high&#x60; \\| &#x60;highest&#x60;). | [optional] |
1818
|**securityGroupIds** | **List&lt;String&gt;** | One or more IDs of security groups for the VM. | [optional] |

0 commit comments

Comments
 (0)