diff --git a/CHANGELOG.md b/CHANGELOG.md index a92cff09b..cfc89d482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Release (2024-XX-XX) +- `loadbalancer`: [v0.13.0](services/loadbalancer/CHANGELOG.md#v0130-2024-XX-XX) + - **Feature:** `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` have a new field `PlanId` - `authorization`: [v0.4.0](services/secretsmanager/CHANGELOG.md#v080-2024-06-04) - **Feature:** New method `ListUserPermissions` - `secretsmanager`: [v0.8.0](services/secretsmanager/CHANGELOG.md#v080-2024-05-23) diff --git a/services/loadbalancer/CHANGELOG.md b/services/loadbalancer/CHANGELOG.md index 8dae0af02..f3a8dff63 100644 --- a/services/loadbalancer/CHANGELOG.md +++ b/services/loadbalancer/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.13.0 (2024-XX-XX) + +- **Feature:** `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` have a new field `PlanId` + ## v0.12.0 (2024-04-12) - **Feature:** Set `config.ContextHTTPRequest` in `Execute` methods diff --git a/services/loadbalancer/api_default.go b/services/loadbalancer/api_default.go index bc75952f6..36cb334ae 100644 --- a/services/loadbalancer/api_default.go +++ b/services/loadbalancer/api_default.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/client.go b/services/loadbalancer/client.go index 917223988..4dda416b6 100644 --- a/services/loadbalancer/client.go +++ b/services/loadbalancer/client.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -42,7 +42,7 @@ var ( queryDescape = strings.NewReplacer("%5B", "[", "%5D", "]") ) -// APIClient manages communication with the Load Balancer API API v1.6.5 +// APIClient manages communication with the Load Balancer API API v1.7.0 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *config.Configuration diff --git a/services/loadbalancer/configuration.go b/services/loadbalancer/configuration.go index e2fdbd977..5ebef9a8e 100644 --- a/services/loadbalancer/configuration.go +++ b/services/loadbalancer/configuration.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_active_health_check.go b/services/loadbalancer/model_active_health_check.go index d9201b7df..d390a1d41 100644 --- a/services/loadbalancer/model_active_health_check.go +++ b/services/loadbalancer/model_active_health_check.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_create_credentials_payload.go b/services/loadbalancer/model_create_credentials_payload.go index 02a5da1fe..052e75b9e 100644 --- a/services/loadbalancer/model_create_credentials_payload.go +++ b/services/loadbalancer/model_create_credentials_payload.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_create_credentials_response.go b/services/loadbalancer/model_create_credentials_response.go index 9b8f830fb..160ffeaa4 100644 --- a/services/loadbalancer/model_create_credentials_response.go +++ b/services/loadbalancer/model_create_credentials_response.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_create_load_balancer_payload.go b/services/loadbalancer/model_create_load_balancer_payload.go index 48a420327..fc22b7968 100644 --- a/services/loadbalancer/model_create_load_balancer_payload.go +++ b/services/loadbalancer/model_create_load_balancer_payload.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -22,6 +22,8 @@ type CreateLoadBalancerPayload struct { // List of networks that listeners and targets reside in. Currently limited to one. Not changeable after creation. Networks *[]Network `json:"networks,omitempty"` Options *LoadBalancerOptions `json:"options,omitempty"` + // Service Plan configures the size of the Load Balancer. Currently supported plans are p10, p25, p50, p250 and p750. This list can change in the future where plan ids will be removed and new plans by added. That is the reason this is not an enum. + PlanId *string `json:"planId,omitempty"` // Transient private load balancer IP address that can change any time. PrivateAddress *string `json:"privateAddress,omitempty"` Status *string `json:"status,omitempty"` diff --git a/services/loadbalancer/model_credentials_response.go b/services/loadbalancer/model_credentials_response.go index 74bbbf86b..71cc03247 100644 --- a/services/loadbalancer/model_credentials_response.go +++ b/services/loadbalancer/model_credentials_response.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_get_credentials_response.go b/services/loadbalancer/model_get_credentials_response.go index 8caa38dd2..87317c077 100644 --- a/services/loadbalancer/model_get_credentials_response.go +++ b/services/loadbalancer/model_get_credentials_response.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_get_quota_response.go b/services/loadbalancer/model_get_quota_response.go index d06bd2c9d..139c011a3 100644 --- a/services/loadbalancer/model_get_quota_response.go +++ b/services/loadbalancer/model_get_quota_response.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_get_service_status_response.go b/services/loadbalancer/model_get_service_status_response.go index 97b3bff19..d05d742b9 100644 --- a/services/loadbalancer/model_get_service_status_response.go +++ b/services/loadbalancer/model_get_service_status_response.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_list_credentials_response.go b/services/loadbalancer/model_list_credentials_response.go index 929aa9b56..b9799675b 100644 --- a/services/loadbalancer/model_list_credentials_response.go +++ b/services/loadbalancer/model_list_credentials_response.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_list_load_balancers_response.go b/services/loadbalancer/model_list_load_balancers_response.go index e3a1ff981..a93fc5e96 100644 --- a/services/loadbalancer/model_list_load_balancers_response.go +++ b/services/loadbalancer/model_list_load_balancers_response.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_listener.go b/services/loadbalancer/model_listener.go index 93f9d0dca..49cf462d9 100644 --- a/services/loadbalancer/model_listener.go +++ b/services/loadbalancer/model_listener.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_load_balancer.go b/services/loadbalancer/model_load_balancer.go index f64a03352..e8ebfcc04 100644 --- a/services/loadbalancer/model_load_balancer.go +++ b/services/loadbalancer/model_load_balancer.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -22,6 +22,8 @@ type LoadBalancer struct { // List of networks that listeners and targets reside in. Currently limited to one. Not changeable after creation. Networks *[]Network `json:"networks,omitempty"` Options *LoadBalancerOptions `json:"options,omitempty"` + // Service Plan configures the size of the Load Balancer. Currently supported plans are p10, p25, p50, p250 and p750. This list can change in the future where plan ids will be removed and new plans by added. That is the reason this is not an enum. + PlanId *string `json:"planId,omitempty"` // Transient private load balancer IP address that can change any time. PrivateAddress *string `json:"privateAddress,omitempty"` Status *string `json:"status,omitempty"` diff --git a/services/loadbalancer/model_load_balancer_error.go b/services/loadbalancer/model_load_balancer_error.go index a42dec7c5..ddd827c6e 100644 --- a/services/loadbalancer/model_load_balancer_error.go +++ b/services/loadbalancer/model_load_balancer_error.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_load_balancer_options.go b/services/loadbalancer/model_load_balancer_options.go index 23116c96b..e8b7bb315 100644 --- a/services/loadbalancer/model_load_balancer_options.go +++ b/services/loadbalancer/model_load_balancer_options.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_loadbalancer_option_access_control.go b/services/loadbalancer/model_loadbalancer_option_access_control.go index 76c9d3b36..e584b6cb4 100644 --- a/services/loadbalancer/model_loadbalancer_option_access_control.go +++ b/services/loadbalancer/model_loadbalancer_option_access_control.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_loadbalancer_option_logs.go b/services/loadbalancer/model_loadbalancer_option_logs.go index 8647e7146..7cf415abf 100644 --- a/services/loadbalancer/model_loadbalancer_option_logs.go +++ b/services/loadbalancer/model_loadbalancer_option_logs.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_loadbalancer_option_metrics.go b/services/loadbalancer/model_loadbalancer_option_metrics.go index 810fc7173..c102adb83 100644 --- a/services/loadbalancer/model_loadbalancer_option_metrics.go +++ b/services/loadbalancer/model_loadbalancer_option_metrics.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_loadbalancer_option_observability.go b/services/loadbalancer/model_loadbalancer_option_observability.go index 46aa0389d..842e2765b 100644 --- a/services/loadbalancer/model_loadbalancer_option_observability.go +++ b/services/loadbalancer/model_loadbalancer_option_observability.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_network.go b/services/loadbalancer/model_network.go index 7585a10b9..dc3dac542 100644 --- a/services/loadbalancer/model_network.go +++ b/services/loadbalancer/model_network.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_options_tcp.go b/services/loadbalancer/model_options_tcp.go index 756c330d7..ac14b9ca6 100644 --- a/services/loadbalancer/model_options_tcp.go +++ b/services/loadbalancer/model_options_tcp.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_options_udp.go b/services/loadbalancer/model_options_udp.go index 59b9ac3a6..9f41989ed 100644 --- a/services/loadbalancer/model_options_udp.go +++ b/services/loadbalancer/model_options_udp.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_server_name_indicator.go b/services/loadbalancer/model_server_name_indicator.go index 1c8de3a6d..51869fc41 100644 --- a/services/loadbalancer/model_server_name_indicator.go +++ b/services/loadbalancer/model_server_name_indicator.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_session_persistence.go b/services/loadbalancer/model_session_persistence.go index e49cb6451..2894dd6eb 100644 --- a/services/loadbalancer/model_session_persistence.go +++ b/services/loadbalancer/model_session_persistence.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_target.go b/services/loadbalancer/model_target.go index db4db93a2..bbc4e5414 100644 --- a/services/loadbalancer/model_target.go +++ b/services/loadbalancer/model_target.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_target_pool.go b/services/loadbalancer/model_target_pool.go index a014c6966..ec5070431 100644 --- a/services/loadbalancer/model_target_pool.go +++ b/services/loadbalancer/model_target_pool.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_update_credentials_payload.go b/services/loadbalancer/model_update_credentials_payload.go index 28ec9067a..f5f829441 100644 --- a/services/loadbalancer/model_update_credentials_payload.go +++ b/services/loadbalancer/model_update_credentials_payload.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_update_credentials_response.go b/services/loadbalancer/model_update_credentials_response.go index 85d3386cd..4dcb86ca6 100644 --- a/services/loadbalancer/model_update_credentials_response.go +++ b/services/loadbalancer/model_update_credentials_response.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/model_update_load_balancer_payload.go b/services/loadbalancer/model_update_load_balancer_payload.go index f8d039eb2..3f459bbd6 100644 --- a/services/loadbalancer/model_update_load_balancer_payload.go +++ b/services/loadbalancer/model_update_load_balancer_payload.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -22,6 +22,8 @@ type UpdateLoadBalancerPayload struct { // List of networks that listeners and targets reside in. Currently limited to one. Not changeable after creation. Networks *[]Network `json:"networks,omitempty"` Options *LoadBalancerOptions `json:"options,omitempty"` + // Service Plan configures the size of the Load Balancer. Currently supported plans are p10, p25, p50, p250 and p750. This list can change in the future where plan ids will be removed and new plans by added. That is the reason this is not an enum. + PlanId *string `json:"planId,omitempty"` // Transient private load balancer IP address that can change any time. PrivateAddress *string `json:"privateAddress,omitempty"` Status *string `json:"status,omitempty"` diff --git a/services/loadbalancer/model_update_target_pool_payload.go b/services/loadbalancer/model_update_target_pool_payload.go index 54e7fcfdd..be0bf767f 100644 --- a/services/loadbalancer/model_update_target_pool_payload.go +++ b/services/loadbalancer/model_update_target_pool_payload.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/services/loadbalancer/utils.go b/services/loadbalancer/utils.go index b28e04795..e62c3c2ac 100644 --- a/services/loadbalancer/utils.go +++ b/services/loadbalancer/utils.go @@ -3,7 +3,7 @@ Load Balancer API This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes. For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. -API version: 1.6.5 +API version: 1.7.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.