Skip to content

Commit

Permalink
auto-generated version 6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ionoscloudsdk committed Mar 30, 2023
1 parent 0647a93 commit bd66361
Show file tree
Hide file tree
Showing 57 changed files with 1,287 additions and 1,335 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ go get github.com/ionos-cloud/sdk-go/v6@latest
| `IONOS_PASSWORD` | Specify the password used to login, to authenticate against the IONOS Cloud API |
| `IONOS_TOKEN` | Specify the token used to login, if a token is being used instead of username and password |
| `IONOS_API_URL` | Specify the API URL. It will overwrite the API endpoint default value `api.ionos.com`. Note: the host URL does not contain the `/cloudapi/v6` path, so it should _not_ be included in the `IONOS_API_URL` environment variable |
| `IONOS_LOGLEVEL` | Specify the Log Level used to log messages. Possible values: Off, Debug, Trace |
| `IONOS_LOG_LEVEL` | Specify the Log Level used to log messages. Possible values: Off, Debug, Trace |
| `IONOS_PINNED_CERT` | Specify the SHA-256 public fingerprint here, enables certificate pinning |

⚠️ **_Note: To overwrite the api endpoint - `api.ionos.com`, the environment variable `$IONOS_API_URL` can be set, and used with `NewConfigurationFromEnv()` function._**
Expand Down Expand Up @@ -733,6 +733,8 @@ Due to the fact that model structure members are all pointers, this package cont
a number of utility functions to easily obtain pointers to values of basic types.
Each of these functions takes a value of the given basic type and returns a pointer to it:

Deprecated in favor of ToPtr that uses generics

* `PtrBool`
* `PtrInt`
* `PtrInt32`
Expand Down
36 changes: 18 additions & 18 deletions api_application_load_balancers.go

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

14 changes: 7 additions & 7 deletions api_backup_units.go

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

2 changes: 1 addition & 1 deletion api_contract_resources.go

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

12 changes: 6 additions & 6 deletions api_data_centers.go

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

12 changes: 6 additions & 6 deletions api_firewall_rules.go

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

0 comments on commit bd66361

Please sign in to comment.