Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

#define OAPI_RAW_OUTPUT 1

#define OAPI_CLI_VERSION "0.10.0"
#define OAPI_CLI_VERSION "0.11.0"

#define OAPI_CLI_UAGENT "oapi-cli/"OAPI_CLI_VERSION"; osc-sdk-c/"

Expand Down
2 changes: 1 addition & 1 deletion osc-sdk-C
53 changes: 30 additions & 23 deletions osc_sdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,13 +511,13 @@ static const char *calls_descriptions[] = {
,
"Usage: oapi-cli DisableOutscaleLoginForUsers [OPTIONS]\n" "null\n" "\nRequired Argument: null \n"
,
"Usage: oapi-cli DisableOutscaleLoginPerUsers [OPTIONS]\n" "null\n" "\nRequired Argument: null \n"
"Usage: oapi-cli DisableOutscaleLoginPerUsers --UserNames=usernames [OPTIONS]\n" "null\n" "\nRequired Argument: UserNames \n"
,
"Usage: oapi-cli DisableOutscaleLogin [OPTIONS]\n" "null\n" "\nRequired Argument: null \n"
,
"Usage: oapi-cli EnableOutscaleLoginForUsers [OPTIONS]\n" "null\n" "\nRequired Argument: null \n"
,
"Usage: oapi-cli EnableOutscaleLoginPerUsers [OPTIONS]\n" "null\n" "\nRequired Argument: null \n"
"Usage: oapi-cli EnableOutscaleLoginPerUsers --UserNames=usernames [OPTIONS]\n" "null\n" "\nRequired Argument: UserNames \n"
,
"Usage: oapi-cli EnableOutscaleLogin [OPTIONS]\n" "null\n" "\nRequired Argument: null \n"
,
Expand Down Expand Up @@ -4420,43 +4420,50 @@ static const char *calls_args_descriptions[] = {
"--VpnOptions: ref VpnOptions\n"
" Information about the VPN options.\n"
" --VpnOptions.Phase1Options: ref Phase1Options\n"
" Information about Phase 1 of the Internet Key Exchange (IKE) \n"
" negotiation. When Phase 1 finishes successfully, peers proceed to Phase 2 \n"
" negotiations.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase1Options.DpdTimeoutAction: string\n"
" The action to carry out after a Dead Peer Detection (DPD) timeout \n"
" occurs.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase1Options.DpdTimeoutSeconds: long long int\n"
" The maximum waiting time for a Dead Peer Detection (DPD) response before \n"
" considering the peer as dead, in seconds.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase1Options.IkeVersions: array string\n"
" The Internet Key Exchange (IKE) versions allowed for the VPN tunnel.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase1Options.Phase1DhGroupNumbers: array integer\n"
" The Diffie-Hellman (DH) group numbers allowed for the VPN tunnel for \n"
" phase 1.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase1Options.Phase1EncryptionAlgorithms: array string\n"
" The encryption algorithms allowed for the VPN tunnel for phase 1.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase1Options.Phase1IntegrityAlgorithms: array string\n"
" The integrity algorithms allowed for the VPN tunnel for phase 1.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase1Options.Phase1LifetimeSeconds: long long int\n"
" The lifetime for phase 1 of the IKE negotiation process, in seconds.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase1Options.ReplayWindowSize: long long int\n"
" The number of packets in an IKE replay window.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase1Options.StartupAction: string\n"
" The action to carry out when establishing tunnels for a VPN connection.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase2Options: ref Phase2Options\n"
" Information about Phase 2 of the Internet Key Exchange (IKE) \n"
" negotiation.\n"
" --VpnOptions.Phase2Options.Phase2DhGroupNumbers: array integer\n"
" The Diffie-Hellman (DH) group numbers allowed for the VPN tunnel for \n"
" phase 2.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase2Options.Phase2EncryptionAlgorithms: array string\n"
" The encryption algorithms allowed for the VPN tunnel for phase 2.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase2Options.Phase2IntegrityAlgorithms: array string\n"
" The integrity algorithms allowed for the VPN tunnel for phase 2.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase2Options.Phase2LifetimeSeconds: long long int\n"
" The lifetime for phase 2 of the Internet Key Exchange (IKE) negotiation \n"
" process, in seconds.\n"
" This parameter is not available. It is present in our API for the sake \n"
" of historical compatibility with AWS.\n"
" --VpnOptions.Phase2Options.PreSharedKey: string\n"
" The pre-shared key to establish the initial authentication between the \n"
" client gateway and the virtual gateway. This key can contain any \n"
Expand Down
Loading
Loading