diff --git a/services/lbapplication/api_default.go b/services/lbapplication/api_default.go index 9cecef978..70f1c2497 100644 --- a/services/lbapplication/api_default.go +++ b/services/lbapplication/api_default.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/api_default_test.go b/services/lbapplication/api_default_test.go index be03bebde..6044ad174 100644 --- a/services/lbapplication/api_default_test.go +++ b/services/lbapplication/api_default_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API Testing DefaultApiService diff --git a/services/lbapplication/client.go b/services/lbapplication/client.go index 902410d59..51329064c 100644 --- a/services/lbapplication/client.go +++ b/services/lbapplication/client.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. @@ -42,7 +42,7 @@ var ( queryDescape = strings.NewReplacer("%5B", "[", "%5D", "]") ) -// APIClient manages communication with the Application Load Balancer API API v1beta.0.0 +// APIClient manages communication with the STACKIT Application Load Balancer API API v1beta.0.0 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *config.Configuration diff --git a/services/lbapplication/configuration.go b/services/lbapplication/configuration.go index 697bcaaef..a41f3a76e 100644 --- a/services/lbapplication/configuration.go +++ b/services/lbapplication/configuration.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_active_health_check.go b/services/lbapplication/model_active_health_check.go index 30ec1732e..0667a89b7 100644 --- a/services/lbapplication/model_active_health_check.go +++ b/services/lbapplication/model_active_health_check.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_active_health_check_test.go b/services/lbapplication/model_active_health_check_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_active_health_check_test.go +++ b/services/lbapplication/model_active_health_check_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_certificate_config.go b/services/lbapplication/model_certificate_config.go index fa1794bfc..41a88e50a 100644 --- a/services/lbapplication/model_certificate_config.go +++ b/services/lbapplication/model_certificate_config.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. @@ -37,7 +37,7 @@ func setCertificateConfigGetCertificateIdsAttributeType(arg *CertificateConfigGe *arg = &val } -// CertificateConfig struct for CertificateConfig +// CertificateConfig TLS termination certificate configuration. type CertificateConfig struct { // Certificate IDs for TLS termination CertificateIds CertificateConfigGetCertificateIdsAttributeType `json:"certificateIds,omitempty"` diff --git a/services/lbapplication/model_certificate_config_test.go b/services/lbapplication/model_certificate_config_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_certificate_config_test.go +++ b/services/lbapplication/model_certificate_config_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_cookie_persistence.go b/services/lbapplication/model_cookie_persistence.go index 860a8dbd9..dd09bfaf5 100644 --- a/services/lbapplication/model_cookie_persistence.go +++ b/services/lbapplication/model_cookie_persistence.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_cookie_persistence_test.go b/services/lbapplication/model_cookie_persistence_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_cookie_persistence_test.go +++ b/services/lbapplication/model_cookie_persistence_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_create_credentials_payload.go b/services/lbapplication/model_create_credentials_payload.go index 2f72fad02..be02d1ba2 100644 --- a/services/lbapplication/model_create_credentials_payload.go +++ b/services/lbapplication/model_create_credentials_payload.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_create_credentials_payload_test.go b/services/lbapplication/model_create_credentials_payload_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_create_credentials_payload_test.go +++ b/services/lbapplication/model_create_credentials_payload_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_create_credentials_response.go b/services/lbapplication/model_create_credentials_response.go index 330180a68..71c3feb3f 100644 --- a/services/lbapplication/model_create_credentials_response.go +++ b/services/lbapplication/model_create_credentials_response.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_create_credentials_response_test.go b/services/lbapplication/model_create_credentials_response_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_create_credentials_response_test.go +++ b/services/lbapplication/model_create_credentials_response_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_create_load_balancer_payload.go b/services/lbapplication/model_create_load_balancer_payload.go index 8cd302104..8babf289d 100644 --- a/services/lbapplication/model_create_load_balancer_payload.go +++ b/services/lbapplication/model_create_load_balancer_payload.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_create_load_balancer_payload_test.go b/services/lbapplication/model_create_load_balancer_payload_test.go index 19ace6c3e..380fefa0b 100644 --- a/services/lbapplication/model_create_load_balancer_payload_test.go +++ b/services/lbapplication/model_create_load_balancer_payload_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_credentials_response.go b/services/lbapplication/model_credentials_response.go index 2b72d0295..a1192fc82 100644 --- a/services/lbapplication/model_credentials_response.go +++ b/services/lbapplication/model_credentials_response.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_credentials_response_test.go b/services/lbapplication/model_credentials_response_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_credentials_response_test.go +++ b/services/lbapplication/model_credentials_response_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_get_credentials_response.go b/services/lbapplication/model_get_credentials_response.go index 1dd649319..e3681df18 100644 --- a/services/lbapplication/model_get_credentials_response.go +++ b/services/lbapplication/model_get_credentials_response.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_get_credentials_response_test.go b/services/lbapplication/model_get_credentials_response_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_get_credentials_response_test.go +++ b/services/lbapplication/model_get_credentials_response_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_get_quota_response.go b/services/lbapplication/model_get_quota_response.go index 0bc438008..190a182c0 100644 --- a/services/lbapplication/model_get_quota_response.go +++ b/services/lbapplication/model_get_quota_response.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_get_quota_response_test.go b/services/lbapplication/model_get_quota_response_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_get_quota_response_test.go +++ b/services/lbapplication/model_get_quota_response_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_get_service_status_response.go b/services/lbapplication/model_get_service_status_response.go index 1cbd216a3..7c388e89f 100644 --- a/services/lbapplication/model_get_service_status_response.go +++ b/services/lbapplication/model_get_service_status_response.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_get_service_status_response_test.go b/services/lbapplication/model_get_service_status_response_test.go index a622add69..3fe4c29ea 100644 --- a/services/lbapplication/model_get_service_status_response_test.go +++ b/services/lbapplication/model_get_service_status_response_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_google_protobuf_any.go b/services/lbapplication/model_google_protobuf_any.go index 1499863b5..cfa5b72a8 100644 --- a/services/lbapplication/model_google_protobuf_any.go +++ b/services/lbapplication/model_google_protobuf_any.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_google_protobuf_any_test.go b/services/lbapplication/model_google_protobuf_any_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_google_protobuf_any_test.go +++ b/services/lbapplication/model_google_protobuf_any_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_header.go b/services/lbapplication/model_header.go index 857c2f26c..784dbfdcf 100644 --- a/services/lbapplication/model_header.go +++ b/services/lbapplication/model_header.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_header_test.go b/services/lbapplication/model_header_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_header_test.go +++ b/services/lbapplication/model_header_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_http_config.go b/services/lbapplication/model_http_config.go index 976e19091..ff70504ca 100644 --- a/services/lbapplication/model_http_config.go +++ b/services/lbapplication/model_http_config.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_http_config_test.go b/services/lbapplication/model_http_config_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_http_config_test.go +++ b/services/lbapplication/model_http_config_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_http_health_checks.go b/services/lbapplication/model_http_health_checks.go index 8efdf3fa7..c4e4dd6c9 100644 --- a/services/lbapplication/model_http_health_checks.go +++ b/services/lbapplication/model_http_health_checks.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_http_health_checks_test.go b/services/lbapplication/model_http_health_checks_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_http_health_checks_test.go +++ b/services/lbapplication/model_http_health_checks_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_list_credentials_response.go b/services/lbapplication/model_list_credentials_response.go index 91c40df57..7775f4cb1 100644 --- a/services/lbapplication/model_list_credentials_response.go +++ b/services/lbapplication/model_list_credentials_response.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_list_credentials_response_test.go b/services/lbapplication/model_list_credentials_response_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_list_credentials_response_test.go +++ b/services/lbapplication/model_list_credentials_response_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_list_load_balancers_response.go b/services/lbapplication/model_list_load_balancers_response.go index ef4bfcf96..55cd52402 100644 --- a/services/lbapplication/model_list_load_balancers_response.go +++ b/services/lbapplication/model_list_load_balancers_response.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_list_load_balancers_response_test.go b/services/lbapplication/model_list_load_balancers_response_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_list_load_balancers_response_test.go +++ b/services/lbapplication/model_list_load_balancers_response_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_list_plans_response.go b/services/lbapplication/model_list_plans_response.go index f9663c31d..762852ba2 100644 --- a/services/lbapplication/model_list_plans_response.go +++ b/services/lbapplication/model_list_plans_response.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_list_plans_response_test.go b/services/lbapplication/model_list_plans_response_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_list_plans_response_test.go +++ b/services/lbapplication/model_list_plans_response_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_listener.go b/services/lbapplication/model_listener.go index 5d4e6adc6..f9b46b8c1 100644 --- a/services/lbapplication/model_listener.go +++ b/services/lbapplication/model_listener.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. @@ -269,8 +269,9 @@ func setListenerGetRulesAttributeType(arg *ListenerGetRulesAttributeType, val Li // Listener struct for Listener type Listener struct { DisplayName ListenerGetDisplayNameAttributeType `json:"displayName,omitempty"` - Http ListenerGetHttpAttributeType `json:"http,omitempty"` - Https ListenerGetHttpsAttributeType `json:"https,omitempty"` + // ProtocolOptionsHTTP options to be configured for the PROTOCOL_HTTP protocol. + Http ListenerGetHttpAttributeType `json:"http,omitempty"` + Https ListenerGetHttpsAttributeType `json:"https,omitempty"` // Will be used to reference a listener and will replace display name in the future. Currently uses - as the name if no display name is given. Name ListenerGetNameAttributeType `json:"name,omitempty"` // Port number where we listen for traffic diff --git a/services/lbapplication/model_listener_test.go b/services/lbapplication/model_listener_test.go index bbeae2867..d47794650 100644 --- a/services/lbapplication/model_listener_test.go +++ b/services/lbapplication/model_listener_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_load_balancer.go b/services/lbapplication/model_load_balancer.go index 3aa15f63e..5ac55360a 100644 --- a/services/lbapplication/model_load_balancer.go +++ b/services/lbapplication/model_load_balancer.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_load_balancer_error.go b/services/lbapplication/model_load_balancer_error.go index f650eacb9..f76648702 100644 --- a/services/lbapplication/model_load_balancer_error.go +++ b/services/lbapplication/model_load_balancer_error.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_load_balancer_error_test.go b/services/lbapplication/model_load_balancer_error_test.go index a13b41871..c9abad7aa 100644 --- a/services/lbapplication/model_load_balancer_error_test.go +++ b/services/lbapplication/model_load_balancer_error_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_load_balancer_options.go b/services/lbapplication/model_load_balancer_options.go index 511087fdb..519c4636c 100644 --- a/services/lbapplication/model_load_balancer_options.go +++ b/services/lbapplication/model_load_balancer_options.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_load_balancer_options_test.go b/services/lbapplication/model_load_balancer_options_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_load_balancer_options_test.go +++ b/services/lbapplication/model_load_balancer_options_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_load_balancer_test.go b/services/lbapplication/model_load_balancer_test.go index 6163515de..9ce7ad118 100644 --- a/services/lbapplication/model_load_balancer_test.go +++ b/services/lbapplication/model_load_balancer_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_loadbalancer_option_access_control.go b/services/lbapplication/model_loadbalancer_option_access_control.go index d73c79df5..9f2f40caf 100644 --- a/services/lbapplication/model_loadbalancer_option_access_control.go +++ b/services/lbapplication/model_loadbalancer_option_access_control.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_loadbalancer_option_access_control_test.go b/services/lbapplication/model_loadbalancer_option_access_control_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_loadbalancer_option_access_control_test.go +++ b/services/lbapplication/model_loadbalancer_option_access_control_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_loadbalancer_option_logs.go b/services/lbapplication/model_loadbalancer_option_logs.go index a39e8cde2..4313f7774 100644 --- a/services/lbapplication/model_loadbalancer_option_logs.go +++ b/services/lbapplication/model_loadbalancer_option_logs.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_loadbalancer_option_logs_test.go b/services/lbapplication/model_loadbalancer_option_logs_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_loadbalancer_option_logs_test.go +++ b/services/lbapplication/model_loadbalancer_option_logs_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_loadbalancer_option_metrics.go b/services/lbapplication/model_loadbalancer_option_metrics.go index 2f920f295..3126a773f 100644 --- a/services/lbapplication/model_loadbalancer_option_metrics.go +++ b/services/lbapplication/model_loadbalancer_option_metrics.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_loadbalancer_option_metrics_test.go b/services/lbapplication/model_loadbalancer_option_metrics_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_loadbalancer_option_metrics_test.go +++ b/services/lbapplication/model_loadbalancer_option_metrics_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_loadbalancer_option_observability.go b/services/lbapplication/model_loadbalancer_option_observability.go index 9d5ca9a02..02cab0c87 100644 --- a/services/lbapplication/model_loadbalancer_option_observability.go +++ b/services/lbapplication/model_loadbalancer_option_observability.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_loadbalancer_option_observability_test.go b/services/lbapplication/model_loadbalancer_option_observability_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_loadbalancer_option_observability_test.go +++ b/services/lbapplication/model_loadbalancer_option_observability_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_matcher.go b/services/lbapplication/model_matcher.go index 932160319..7f01d60d2 100644 --- a/services/lbapplication/model_matcher.go +++ b/services/lbapplication/model_matcher.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_matcher_test.go b/services/lbapplication/model_matcher_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_matcher_test.go +++ b/services/lbapplication/model_matcher_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_network.go b/services/lbapplication/model_network.go index 6bc15bd01..8117a672b 100644 --- a/services/lbapplication/model_network.go +++ b/services/lbapplication/model_network.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_network_test.go b/services/lbapplication/model_network_test.go index 3712b4c22..67bd98abf 100644 --- a/services/lbapplication/model_network_test.go +++ b/services/lbapplication/model_network_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_plan_details.go b/services/lbapplication/model_plan_details.go index 60de37ecd..66dcf8fea 100644 --- a/services/lbapplication/model_plan_details.go +++ b/services/lbapplication/model_plan_details.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_plan_details_test.go b/services/lbapplication/model_plan_details_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_plan_details_test.go +++ b/services/lbapplication/model_plan_details_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_protocol_options_https.go b/services/lbapplication/model_protocol_options_https.go index e4713421b..f6baa4058 100644 --- a/services/lbapplication/model_protocol_options_https.go +++ b/services/lbapplication/model_protocol_options_https.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. @@ -37,7 +37,7 @@ func setProtocolOptionsHTTPSGetCertificateConfigAttributeType(arg *ProtocolOptio *arg = &val } -// ProtocolOptionsHTTPS struct for ProtocolOptionsHTTPS +// ProtocolOptionsHTTPS ProtocolOptionsHTTPS options to be configured for the PROTOCOL_HTTPS protocol. type ProtocolOptionsHTTPS struct { CertificateConfig ProtocolOptionsHTTPSGetCertificateConfigAttributeType `json:"certificateConfig,omitempty"` } diff --git a/services/lbapplication/model_protocol_options_https_test.go b/services/lbapplication/model_protocol_options_https_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_protocol_options_https_test.go +++ b/services/lbapplication/model_protocol_options_https_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_query_parameters.go b/services/lbapplication/model_query_parameters.go index 0c856ca9a..2f5bc5fbd 100644 --- a/services/lbapplication/model_query_parameters.go +++ b/services/lbapplication/model_query_parameters.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_query_parameters_test.go b/services/lbapplication/model_query_parameters_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_query_parameters_test.go +++ b/services/lbapplication/model_query_parameters_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_rule.go b/services/lbapplication/model_rule.go index fa905b6f6..f42ac6da4 100644 --- a/services/lbapplication/model_rule.go +++ b/services/lbapplication/model_rule.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_rule_test.go b/services/lbapplication/model_rule_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_rule_test.go +++ b/services/lbapplication/model_rule_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_status.go b/services/lbapplication/model_status.go index b07b44184..52e6bb151 100644 --- a/services/lbapplication/model_status.go +++ b/services/lbapplication/model_status.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_status_test.go b/services/lbapplication/model_status_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_status_test.go +++ b/services/lbapplication/model_status_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_target.go b/services/lbapplication/model_target.go index 18193ae3d..9f6a11f25 100644 --- a/services/lbapplication/model_target.go +++ b/services/lbapplication/model_target.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_target_pool.go b/services/lbapplication/model_target_pool.go index 10e913b2f..5ba5d14df 100644 --- a/services/lbapplication/model_target_pool.go +++ b/services/lbapplication/model_target_pool.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_target_pool_test.go b/services/lbapplication/model_target_pool_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_target_pool_test.go +++ b/services/lbapplication/model_target_pool_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_target_test.go b/services/lbapplication/model_target_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_target_test.go +++ b/services/lbapplication/model_target_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_update_credentials_payload.go b/services/lbapplication/model_update_credentials_payload.go index 7b61f05ff..bf08e876e 100644 --- a/services/lbapplication/model_update_credentials_payload.go +++ b/services/lbapplication/model_update_credentials_payload.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_update_credentials_payload_test.go b/services/lbapplication/model_update_credentials_payload_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_update_credentials_payload_test.go +++ b/services/lbapplication/model_update_credentials_payload_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_update_credentials_response.go b/services/lbapplication/model_update_credentials_response.go index 556325578..d82b8cff4 100644 --- a/services/lbapplication/model_update_credentials_response.go +++ b/services/lbapplication/model_update_credentials_response.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_update_credentials_response_test.go b/services/lbapplication/model_update_credentials_response_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_update_credentials_response_test.go +++ b/services/lbapplication/model_update_credentials_response_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_update_load_balancer_payload.go b/services/lbapplication/model_update_load_balancer_payload.go index e194ffd36..77fe4aa5c 100644 --- a/services/lbapplication/model_update_load_balancer_payload.go +++ b/services/lbapplication/model_update_load_balancer_payload.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_update_load_balancer_payload_test.go b/services/lbapplication/model_update_load_balancer_payload_test.go index 5fee20cec..ebdf81263 100644 --- a/services/lbapplication/model_update_load_balancer_payload_test.go +++ b/services/lbapplication/model_update_load_balancer_payload_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_update_target_pool_payload.go b/services/lbapplication/model_update_target_pool_payload.go index 545ff74f8..ec8ddeeb5 100644 --- a/services/lbapplication/model_update_target_pool_payload.go +++ b/services/lbapplication/model_update_target_pool_payload.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/model_update_target_pool_payload_test.go b/services/lbapplication/model_update_target_pool_payload_test.go index fce35c68c..fa5a475f3 100644 --- a/services/lbapplication/model_update_target_pool_payload_test.go +++ b/services/lbapplication/model_update_target_pool_payload_test.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee. diff --git a/services/lbapplication/utils.go b/services/lbapplication/utils.go index af5a867a0..c2d4cc282 100644 --- a/services/lbapplication/utils.go +++ b/services/lbapplication/utils.go @@ -1,5 +1,5 @@ /* -Application Load Balancer API +STACKIT Application Load Balancer API ### DEPRECATED! This service, lb-application, is no longer maintained. Please use the alb service, version v2beta2 instead 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 application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee.