diff --git a/build.gradle b/build.gradle
index ec626f16..83560dcc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ apply plugin: 'nexus-workflow'
group = 'com.ionoscloud'
-version = '6.1.6'
+version = '6.1.7'
buildscript {
repositories {
diff --git a/docs/models/DatacenterProperties.md b/docs/models/DatacenterProperties.md
index ff31786d..5f9ab4bf 100644
--- a/docs/models/DatacenterProperties.md
+++ b/docs/models/DatacenterProperties.md
@@ -9,7 +9,7 @@
| **cpuArchitecture** | [**List<CpuArchitectureProperties>**](CpuArchitectureProperties.md) | Array of features and CPU families available in a location | [optional] [readonly] |
| **description** | **String** | A description for the datacenter, such as staging, production. | [optional] |
| **features** | **List<String>** | List of features supported by the location where this data center is provisioned. | [optional] [readonly] |
-| **ipv6CidrBlock** | **String** | [The IPv6 feature is in beta phase and not ready for production usage.] This value is either 'null' or contains an automatically-assigned /56 IPv6 CIDR block if IPv6 is enabled on this virtual data center. It can neither be changed nor removed. | [optional] [readonly] |
+| **ipv6CidrBlock** | **String** | This value is either 'null' or contains an automatically-assigned /56 IPv6 CIDR block if IPv6 is enabled on this virtual data center. It can neither be changed nor removed. | [optional] [readonly] |
| **location** | **String** | The physical location where the datacenter will be created. This will be where all of your servers live. Property cannot be modified after datacenter creation (disallowed in update requests). | |
| **name** | **String** | The name of the resource. | [optional] |
| **secAuthProtection** | **Boolean** | Boolean value representing if the data center requires extra protection, such as two-step verification. | [optional] |
diff --git a/docs/models/KubernetesClusterProperties.md b/docs/models/KubernetesClusterProperties.md
index 41822534..8dfe22e5 100644
--- a/docs/models/KubernetesClusterProperties.md
+++ b/docs/models/KubernetesClusterProperties.md
@@ -9,8 +9,12 @@
| **apiSubnetAllowList** | **List<String>** | Access to the K8s API server is restricted to these CIDRs. Traffic, internal to the cluster, is not affected by this restriction. If no allowlist is specified, access is not restricted. If an IP without subnet mask is provided, the default value is used: 32 for IPv4 and 128 for IPv6. | [optional] |
| **availableUpgradeVersions** | **List<String>** | List of available versions for upgrading the cluster | [optional] |
| **k8sVersion** | **String** | The Kubernetes version the cluster is running. This imposes restrictions on what Kubernetes versions can be run in a cluster's nodepools. Additionally, not all Kubernetes versions are viable upgrade targets for all prior versions. | [optional] |
+| **location** | **String** | The location of the cluster if the cluster is private. This property is immutable. The location must be enabled for your contract or you must have a Datacenter within that location. This attribute is mandatory if the cluster is private. | [optional] |
| **maintenanceWindow** | [**KubernetesMaintenanceWindow**](KubernetesMaintenanceWindow.md) | | [optional] |
| **name** | **String** | A Kubernetes cluster name. Valid Kubernetes cluster name must be 63 characters or less and must be empty or begin and end with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between. | |
+| **natGatewayIp** | **String** | The nat gateway IP of the cluster if the cluster is private. This property is immutable. Must be a reserved IP in the same location as the cluster's location. This attribute is mandatory if the cluster is private. | [optional] |
+| **nodeSubnet** | **String** | The node subnet of the cluster, if the cluster is private. This property is optional and immutable. Must be a valid CIDR notation for an IPv4 network prefix of 16 bits length. | [optional] |
+| **_public** | **Boolean** | The indicator if the cluster is public or private. Be aware that setting it to false is currently in beta phase. | [optional] |
| **s3Buckets** | [**List<S3Bucket>**](S3Bucket.md) | List of S3 bucket configured for K8s usage. For now it contains only an S3 bucket used to store K8s API audit logs | [optional] |
| **viableNodePoolVersions** | **List<String>** | List of versions that may be used for node pools under this cluster | [optional] |
diff --git a/docs/models/KubernetesClusterPropertiesForPost.md b/docs/models/KubernetesClusterPropertiesForPost.md
index cc3d2558..b7fae3d6 100644
--- a/docs/models/KubernetesClusterPropertiesForPost.md
+++ b/docs/models/KubernetesClusterPropertiesForPost.md
@@ -8,8 +8,12 @@
| ------------ | ------------- | ------------- | ------------- |
| **apiSubnetAllowList** | **List<String>** | Access to the K8s API server is restricted to these CIDRs. Intra-cluster traffic is not affected by this restriction. If no AllowList is specified, access is not limited. If an IP is specified without a subnet mask, the default value is 32 for IPv4 and 128 for IPv6. | [optional] |
| **k8sVersion** | **String** | The Kubernetes version that the cluster is running. This limits which Kubernetes versions can run in a cluster's node pools. Also, not all Kubernetes versions are suitable upgrade targets for all earlier versions. | [optional] |
+| **location** | **String** | This attribute is mandatory if the cluster is private. The location must be enabled for your contract, or you must have a data center at that location. This property is not adjustable. | [optional] |
| **maintenanceWindow** | [**KubernetesMaintenanceWindow**](KubernetesMaintenanceWindow.md) | | [optional] |
| **name** | **String** | A Kubernetes cluster name. Valid Kubernetes cluster name must be 63 characters or less and must be empty or begin and end with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between. | |
+| **natGatewayIp** | **String** | The nat gateway IP of the cluster if the cluster is private. This property is immutable. Must be a reserved IP in the same location as the cluster's location. This attribute is mandatory if the cluster is private. | [optional] |
+| **nodeSubnet** | **String** | The node subnet of the cluster, if the cluster is private. This property is optional and immutable. Must be a valid CIDR notation for an IPv4 network prefix of 16 bits length. | [optional] |
+| **_public** | **Boolean** | The indicator whether the cluster is public or private. Note that the status FALSE is still in the beta phase. | [optional] |
| **s3Buckets** | [**List<S3Bucket>**](S3Bucket.md) | List of S3 buckets configured for K8s usage. At the moment, it contains only one S3 bucket that is used to store K8s API audit logs. | [optional] |
diff --git a/docs/models/LanProperties.md b/docs/models/LanProperties.md
index 3328c1df..7e0c17c2 100644
--- a/docs/models/LanProperties.md
+++ b/docs/models/LanProperties.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **ipFailover** | [**List<IPFailover>**](IPFailover.md) | IP failover configurations for lan | [optional] |
-| **ipv6CidrBlock** | **String** | [The IPv6 feature is in beta phase and not ready for production usage.] For a GET request, this value is either 'null' or contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6 enabled. For POST/PUT/PATCH requests, 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN and /80 IPv6 CIDR blocks to the NICs and one /128 IPv6 address to each connected NIC. If you choose the IPv6 CIDR block for the LAN on your own, then you must provide a /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter. If you enable IPv6 on a LAN with NICs, those NICs will get a /80 IPv6 CIDR block and one IPv6 address assigned to each automatically, unless you specify them explicitly on the LAN and on the NICs. A virtual data center is limited to a maximum of 256 IPv6-enabled LANs. | [optional] |
+| **ipv6CidrBlock** | **String** | For a GET request, this value is either 'null' or contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6 enabled. For POST/PUT/PATCH requests, 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN and /80 IPv6 CIDR blocks to the NICs and one /128 IPv6 address to each connected NIC. If you choose the IPv6 CIDR block for the LAN on your own, then you must provide a /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter. If you enable IPv6 on a LAN with NICs, those NICs will get a /80 IPv6 CIDR block and one IPv6 address assigned to each automatically, unless you specify them explicitly on the LAN and on the NICs. A virtual data center is limited to a maximum of 256 IPv6-enabled LANs. | [optional] |
| **name** | **String** | The name of the resource. | [optional] |
| **pcc** | **String** | The unique identifier of the private Cross-Connect the LAN is connected to, if any. | [optional] |
| **_public** | **Boolean** | This LAN faces the public Internet. | [optional] |
diff --git a/docs/models/LanPropertiesPost.md b/docs/models/LanPropertiesPost.md
index 0711e179..044e7186 100644
--- a/docs/models/LanPropertiesPost.md
+++ b/docs/models/LanPropertiesPost.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **ipFailover** | [**List<IPFailover>**](IPFailover.md) | IP failover configurations for lan | [optional] |
-| **ipv6CidrBlock** | **String** | [The IPv6 feature is in beta phase and not ready for production usage.] For a GET request, this value is either 'null' or contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6-enabled. For POST/PUT/PATCH requests, 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN. If you choose the IPv6 CIDR block on your own, then you must provide a /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter. If you enable IPv6 on a LAN with NICs, those NICs will get a /80 IPv6 CIDR block and one IPv6 address assigned to each automatically, unless you specify them explicitly on the NICs. A virtual data center is limited to a maximum of 256 IPv6-enabled LANs. | [optional] |
+| **ipv6CidrBlock** | **String** | For a GET request, this value is either 'null' or contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6-enabled. For POST/PUT/PATCH requests, 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN. If you choose the IPv6 CIDR block on your own, then you must provide a /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter. If you enable IPv6 on a LAN with NICs, those NICs will get a /80 IPv6 CIDR block and one IPv6 address assigned to each automatically, unless you specify them explicitly on the NICs. A virtual data center is limited to a maximum of 256 IPv6-enabled LANs. | [optional] |
| **name** | **String** | The name of the resource. | [optional] |
| **pcc** | **String** | The unique identifier of the private Cross-Connect the LAN is connected to, if any. | [optional] |
| **_public** | **Boolean** | This LAN faces the public Internet. | [optional] |
diff --git a/docs/models/NetworkLoadBalancerForwardingRuleTarget.md b/docs/models/NetworkLoadBalancerForwardingRuleTarget.md
index e6facf75..48b2624a 100644
--- a/docs/models/NetworkLoadBalancerForwardingRuleTarget.md
+++ b/docs/models/NetworkLoadBalancerForwardingRuleTarget.md
@@ -10,5 +10,17 @@
| **ip** | **String** | The IP of the balanced target VM. | |
| **port** | **Integer** | The port of the balanced target service; valid range is 1 to 65535. | |
| **weight** | **Integer** | Traffic is distributed in proportion to target weight, relative to the combined weight of all targets. A target with higher weight receives a greater share of traffic. Valid range is 0 to 256 and default is 1. Targets with weight of 0 do not participate in load balancing but still accept persistent connections. It is best to assign weights in the middle of the range to leave room for later adjustments. | |
+| **proxyProtocol** | [**ProxyProtocolEnum**](#ProxyProtocolEnum) | ProxyProtocol is used to set the proxy protocol version. | [optional] |
+
+
+
+## Enum: ProxyProtocolEnum
+
+| Name | Value |
+| ---- | -----
+| NONE | "none" |
+| V1 | "v1" |
+| V2 | "v2" |
+| V2SSL | "v2ssl" |
diff --git a/docs/models/NicProperties.md b/docs/models/NicProperties.md
index 67e8fee0..c6ff6b26 100644
--- a/docs/models/NicProperties.md
+++ b/docs/models/NicProperties.md
@@ -8,12 +8,12 @@
| ------------ | ------------- | ------------- | ------------- |
| **deviceNumber** | **Integer** | The Logical Unit Number (LUN) of the storage volume. Null if this NIC was created using Cloud API and no DCD changes were performed on the Datacenter. | [optional] [readonly] |
| **dhcp** | **Boolean** | Indicates if the NIC will reserve an IP using DHCP. | [optional] |
-| **dhcpv6** | **Boolean** | [The IPv6 feature is in beta phase and not ready for production usage.] Indicates if the NIC will receive an IPv6 using DHCP. It can be set to 'true' or 'false' only if this NIC is connected to an IPv6 enabled LAN. | [optional] |
+| **dhcpv6** | **Boolean** | Indicates if the NIC will receive an IPv6 using DHCP. It can be set to 'true' or 'false' only if this NIC is connected to an IPv6 enabled LAN. | [optional] |
| **firewallActive** | **Boolean** | Activate or deactivate the firewall. By default, an active firewall without any defined rules will block all incoming network traffic except for the firewall rules that explicitly allows certain protocols, IP addresses and ports. | [optional] |
| **firewallType** | [**FirewallTypeEnum**](#FirewallTypeEnum) | The type of firewall rules that will be allowed on the NIC. If not specified, the default INGRESS value is used. | [optional] |
| **ips** | **List<String>** | Collection of IP addresses, assigned to the NIC. Explicitly assigned public IPs need to come from reserved IP blocks. Passing value null or empty array will assign an IP address automatically. | [optional] |
-| **ipv6CidrBlock** | **String** | [The IPv6 feature is in beta phase and not ready for production usage.] If this NIC is connected to an IPv6 enabled LAN then this property contains the /80 IPv6 CIDR block of the NIC. If you leave this property 'null' when adding a NIC to an IPv6-enabled LAN, then an IPv6 CIDR block will automatically be assigned to the NIC, but you can also specify an /80 IPv6 CIDR block for the NIC on your own, which must be inside the /64 IPv6 CIDR block of the LAN and unique. This value can only be set, if the LAN already has an IPv6 CIDR block assigned. An IPv6-enabled LAN is limited to a maximum of 65,536 NICs. | [optional] |
-| **ipv6Ips** | **List<String>** | [The IPv6 feature is in beta phase and not ready for production usage.] If this NIC is connected to an IPv6 enabled LAN then this property contains the IPv6 IP addresses of the NIC. The maximum number of IPv6 IP addresses per NIC is 50, if you need more, contact support. If you leave this property 'null' when adding a NIC, when changing the NIC's IPv6 CIDR block, when changing the LAN's IPv6 CIDR block or when moving the NIC to a different IPv6 enabled LAN, then we will automatically assign the same number of IPv6 addresses which you had before from the NICs new CIDR block. If you leave this property 'null' while not changing the CIDR block, the IPv6 IP addresses won't be changed either. You can also provide your own self choosen IPv6 addresses, which then must be inside the IPv6 CIDR block of this NIC. | [optional] |
+| **ipv6CidrBlock** | **String** | If this NIC is connected to an IPv6 enabled LAN then this property contains the /80 IPv6 CIDR block of the NIC. If you leave this property 'null' when adding a NIC to an IPv6-enabled LAN, then an IPv6 CIDR block will automatically be assigned to the NIC, but you can also specify an /80 IPv6 CIDR block for the NIC on your own, which must be inside the /64 IPv6 CIDR block of the LAN and unique. This value can only be set, if the LAN already has an IPv6 CIDR block assigned. An IPv6-enabled LAN is limited to a maximum of 65,536 NICs. | [optional] |
+| **ipv6Ips** | **List<String>** | If this NIC is connected to an IPv6 enabled LAN then this property contains the IPv6 IP addresses of the NIC. The maximum number of IPv6 IP addresses per NIC is 50, if you need more, contact support. If you leave this property 'null' when adding a NIC, when changing the NIC's IPv6 CIDR block, when changing the LAN's IPv6 CIDR block or when moving the NIC to a different IPv6 enabled LAN, then we will automatically assign the same number of IPv6 addresses which you had before from the NICs new CIDR block. If you leave this property 'null' while not changing the CIDR block, the IPv6 IP addresses won't be changed either. You can also provide your own self choosen IPv6 addresses, which then must be inside the IPv6 CIDR block of this NIC. | [optional] |
| **lan** | **Integer** | The LAN ID the NIC will be on. If the LAN ID does not exist, it will be implicitly created. | |
| **mac** | **String** | The MAC address of the NIC. | [optional] [readonly] |
| **name** | **String** | The name of the resource. | [optional] |
diff --git a/docs/models/TargetGroupTarget.md b/docs/models/TargetGroupTarget.md
index 267fd9c4..b9d76782 100644
--- a/docs/models/TargetGroupTarget.md
+++ b/docs/models/TargetGroupTarget.md
@@ -11,5 +11,17 @@
| **maintenanceEnabled** | **Boolean** | When the maintenance mode is enabled, the target is prevented from receiving traffic; the default value is 'FALSE'. | [optional] |
| **port** | **Integer** | The port of the balanced target service; the valid range is 1 to 65535. | |
| **weight** | **Integer** | The traffic is distributed proportionally to target weight, which is the ratio of the total weight of all targets. A target with higher weight receives a larger share of traffic. The valid range is from 0 to 256; the default value is '1'. Targets with a weight of '0' do not participate in load balancing but still accept persistent connections. We recommend using values in the middle range to leave room for later adjustments. | |
+| **proxyProtocol** | [**ProxyProtocolEnum**](#ProxyProtocolEnum) | ProxyProtocol is used to set the proxy protocol version. | [optional] |
+
+
+
+## Enum: ProxyProtocolEnum
+
+| Name | Value |
+| ---- | -----
+| NONE | "none" |
+| V1 | "v1" |
+| V2 | "v2" |
+| V2SSL | "v2ssl" |
diff --git a/pom.xml b/pom.xml
index 1773be90..bbfa0f06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
ionos-cloud-sdk
jar
ionos-cloud-sdk
- 6.1.6
+ 6.1.7
https://github.com/ionos-cloud/sdk-java
The API allows you to perform a variety of management tasks such as spinning up additional servers, adding volumes, adjusting networking, and so forth.
diff --git a/src/main/java/com/ionoscloud/ApiClient.java b/src/main/java/com/ionoscloud/ApiClient.java
index e29255f8..20ae4947 100644
--- a/src/main/java/com/ionoscloud/ApiClient.java
+++ b/src/main/java/com/ionoscloud/ApiClient.java
@@ -140,7 +140,7 @@ private void init() {
json = new JSON();
// Set default User-Agent.
- setUserAgent("ionos-cloud-sdk-java/v6.1.6");
+ setUserAgent("ionos-cloud-sdk-java/v6.1.7");
authentications = new HashMap();
}
diff --git a/src/main/java/com/ionoscloud/ApiException.java b/src/main/java/com/ionoscloud/ApiException.java
index 6555d0eb..09feece0 100644
--- a/src/main/java/com/ionoscloud/ApiException.java
+++ b/src/main/java/com/ionoscloud/ApiException.java
@@ -16,7 +16,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApiException extends Exception {
private int code = 0;
private Map> responseHeaders = null;
diff --git a/src/main/java/com/ionoscloud/Configuration.java b/src/main/java/com/ionoscloud/Configuration.java
index 5b578e76..f21cfb96 100644
--- a/src/main/java/com/ionoscloud/Configuration.java
+++ b/src/main/java/com/ionoscloud/Configuration.java
@@ -13,7 +13,7 @@
package com.ionoscloud;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Configuration {
public static final String IONOS_USERNAME_ENV_VAR = "IONOS_USERNAME";
public static final String IONOS_PASSWORD_ENV_VAR = "IONOS_PASSWORD";
diff --git a/src/main/java/com/ionoscloud/Pair.java b/src/main/java/com/ionoscloud/Pair.java
index f00bf411..a8173d7b 100644
--- a/src/main/java/com/ionoscloud/Pair.java
+++ b/src/main/java/com/ionoscloud/Pair.java
@@ -13,7 +13,7 @@
package com.ionoscloud;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Pair {
private String name = "";
private String value = "";
diff --git a/src/main/java/com/ionoscloud/StringUtil.java b/src/main/java/com/ionoscloud/StringUtil.java
index 9be9cdd4..b6806fab 100644
--- a/src/main/java/com/ionoscloud/StringUtil.java
+++ b/src/main/java/com/ionoscloud/StringUtil.java
@@ -16,7 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
diff --git a/src/main/java/com/ionoscloud/auth/ApiKeyAuth.java b/src/main/java/com/ionoscloud/auth/ApiKeyAuth.java
index 35ba0064..bdb47a7f 100644
--- a/src/main/java/com/ionoscloud/auth/ApiKeyAuth.java
+++ b/src/main/java/com/ionoscloud/auth/ApiKeyAuth.java
@@ -18,7 +18,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/src/main/java/com/ionoscloud/auth/HttpBearerAuth.java b/src/main/java/com/ionoscloud/auth/HttpBearerAuth.java
index a4f29fe1..0e88c0ee 100644
--- a/src/main/java/com/ionoscloud/auth/HttpBearerAuth.java
+++ b/src/main/java/com/ionoscloud/auth/HttpBearerAuth.java
@@ -18,7 +18,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class HttpBearerAuth implements Authentication {
private final String scheme;
private String bearerToken;
diff --git a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancer.java b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancer.java
index e7bfa775..027a86b0 100644
--- a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancer.java
+++ b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancer.java
@@ -32,7 +32,7 @@
/**
* ApplicationLoadBalancer
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApplicationLoadBalancer {
diff --git a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerEntities.java b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerEntities.java
index 81cf5ecb..b4d2cbd5 100644
--- a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerEntities.java
+++ b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerEntities.java
@@ -28,7 +28,7 @@
/**
* ApplicationLoadBalancerEntities
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApplicationLoadBalancerEntities {
diff --git a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRule.java b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRule.java
index e4d9e42a..8c88ceba 100644
--- a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRule.java
+++ b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRule.java
@@ -31,7 +31,7 @@
/**
* ApplicationLoadBalancerForwardingRule
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApplicationLoadBalancerForwardingRule {
diff --git a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRuleProperties.java b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRuleProperties.java
index 2f3b2cda..343f7e3a 100644
--- a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRuleProperties.java
+++ b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRuleProperties.java
@@ -31,7 +31,7 @@
/**
* ApplicationLoadBalancerForwardingRuleProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApplicationLoadBalancerForwardingRuleProperties {
diff --git a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRulePut.java b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRulePut.java
index 094c8af4..b7b34a48 100644
--- a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRulePut.java
+++ b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRulePut.java
@@ -30,7 +30,7 @@
/**
* ApplicationLoadBalancerForwardingRulePut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApplicationLoadBalancerForwardingRulePut {
diff --git a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRules.java b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRules.java
index c9057954..f94e710b 100644
--- a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRules.java
+++ b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerForwardingRules.java
@@ -34,7 +34,7 @@
/**
* ApplicationLoadBalancerForwardingRules
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApplicationLoadBalancerForwardingRules {
diff --git a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerHttpRule.java b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerHttpRule.java
index ddcf302c..0273b249 100644
--- a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerHttpRule.java
+++ b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerHttpRule.java
@@ -30,7 +30,7 @@
/**
* ApplicationLoadBalancerHttpRule
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApplicationLoadBalancerHttpRule {
diff --git a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerHttpRuleCondition.java b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerHttpRuleCondition.java
index c6b01d1d..dd9e6871 100644
--- a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerHttpRuleCondition.java
+++ b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerHttpRuleCondition.java
@@ -27,7 +27,7 @@
/**
* ApplicationLoadBalancerHttpRuleCondition
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApplicationLoadBalancerHttpRuleCondition {
diff --git a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerProperties.java b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerProperties.java
index 486582bd..9d69ad07 100644
--- a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerProperties.java
+++ b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerProperties.java
@@ -29,7 +29,7 @@
/**
* ApplicationLoadBalancerProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApplicationLoadBalancerProperties {
diff --git a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerPut.java b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerPut.java
index c474d69a..cfe4d13e 100644
--- a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerPut.java
+++ b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancerPut.java
@@ -30,7 +30,7 @@
/**
* ApplicationLoadBalancerPut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApplicationLoadBalancerPut {
diff --git a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancers.java b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancers.java
index 6d8ede70..f4435549 100644
--- a/src/main/java/com/ionoscloud/model/ApplicationLoadBalancers.java
+++ b/src/main/java/com/ionoscloud/model/ApplicationLoadBalancers.java
@@ -34,7 +34,7 @@
/**
* ApplicationLoadBalancers
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ApplicationLoadBalancers {
diff --git a/src/main/java/com/ionoscloud/model/AttachedVolumes.java b/src/main/java/com/ionoscloud/model/AttachedVolumes.java
index abd7da35..e7d1a3d9 100644
--- a/src/main/java/com/ionoscloud/model/AttachedVolumes.java
+++ b/src/main/java/com/ionoscloud/model/AttachedVolumes.java
@@ -34,7 +34,7 @@
/**
* AttachedVolumes
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class AttachedVolumes {
diff --git a/src/main/java/com/ionoscloud/model/BackupUnit.java b/src/main/java/com/ionoscloud/model/BackupUnit.java
index 5061dc1b..7989d50a 100644
--- a/src/main/java/com/ionoscloud/model/BackupUnit.java
+++ b/src/main/java/com/ionoscloud/model/BackupUnit.java
@@ -30,7 +30,7 @@
/**
* BackupUnit
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class BackupUnit {
diff --git a/src/main/java/com/ionoscloud/model/BackupUnitProperties.java b/src/main/java/com/ionoscloud/model/BackupUnitProperties.java
index bcbec913..425a6a11 100644
--- a/src/main/java/com/ionoscloud/model/BackupUnitProperties.java
+++ b/src/main/java/com/ionoscloud/model/BackupUnitProperties.java
@@ -27,7 +27,7 @@
/**
* BackupUnitProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class BackupUnitProperties {
diff --git a/src/main/java/com/ionoscloud/model/BackupUnitSSO.java b/src/main/java/com/ionoscloud/model/BackupUnitSSO.java
index 7c55197a..030426ca 100644
--- a/src/main/java/com/ionoscloud/model/BackupUnitSSO.java
+++ b/src/main/java/com/ionoscloud/model/BackupUnitSSO.java
@@ -27,7 +27,7 @@
/**
* BackupUnitSSO
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class BackupUnitSSO {
diff --git a/src/main/java/com/ionoscloud/model/BackupUnits.java b/src/main/java/com/ionoscloud/model/BackupUnits.java
index 1de63c90..c49a19bd 100644
--- a/src/main/java/com/ionoscloud/model/BackupUnits.java
+++ b/src/main/java/com/ionoscloud/model/BackupUnits.java
@@ -31,7 +31,7 @@
/**
* BackupUnits
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class BackupUnits {
diff --git a/src/main/java/com/ionoscloud/model/BalancedNics.java b/src/main/java/com/ionoscloud/model/BalancedNics.java
index 5f7836c2..15a3684a 100644
--- a/src/main/java/com/ionoscloud/model/BalancedNics.java
+++ b/src/main/java/com/ionoscloud/model/BalancedNics.java
@@ -34,7 +34,7 @@
/**
* BalancedNics
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class BalancedNics {
diff --git a/src/main/java/com/ionoscloud/model/Cdroms.java b/src/main/java/com/ionoscloud/model/Cdroms.java
index cc69d158..3c016a33 100644
--- a/src/main/java/com/ionoscloud/model/Cdroms.java
+++ b/src/main/java/com/ionoscloud/model/Cdroms.java
@@ -34,7 +34,7 @@
/**
* Cdroms
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Cdroms {
diff --git a/src/main/java/com/ionoscloud/model/ConnectableDatacenter.java b/src/main/java/com/ionoscloud/model/ConnectableDatacenter.java
index cb323330..1225b619 100644
--- a/src/main/java/com/ionoscloud/model/ConnectableDatacenter.java
+++ b/src/main/java/com/ionoscloud/model/ConnectableDatacenter.java
@@ -27,7 +27,7 @@
/**
* ConnectableDatacenter
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ConnectableDatacenter {
diff --git a/src/main/java/com/ionoscloud/model/Contract.java b/src/main/java/com/ionoscloud/model/Contract.java
index 8f13c32e..ec782123 100644
--- a/src/main/java/com/ionoscloud/model/Contract.java
+++ b/src/main/java/com/ionoscloud/model/Contract.java
@@ -29,7 +29,7 @@
/**
* Contract
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Contract {
diff --git a/src/main/java/com/ionoscloud/model/ContractProperties.java b/src/main/java/com/ionoscloud/model/ContractProperties.java
index 9b5de4f7..997c2178 100644
--- a/src/main/java/com/ionoscloud/model/ContractProperties.java
+++ b/src/main/java/com/ionoscloud/model/ContractProperties.java
@@ -28,7 +28,7 @@
/**
* ContractProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ContractProperties {
diff --git a/src/main/java/com/ionoscloud/model/Contracts.java b/src/main/java/com/ionoscloud/model/Contracts.java
index e8385528..59024ec2 100644
--- a/src/main/java/com/ionoscloud/model/Contracts.java
+++ b/src/main/java/com/ionoscloud/model/Contracts.java
@@ -32,7 +32,7 @@
/**
* Contracts
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Contracts {
diff --git a/src/main/java/com/ionoscloud/model/CpuArchitectureProperties.java b/src/main/java/com/ionoscloud/model/CpuArchitectureProperties.java
index 985ac1f0..77338832 100644
--- a/src/main/java/com/ionoscloud/model/CpuArchitectureProperties.java
+++ b/src/main/java/com/ionoscloud/model/CpuArchitectureProperties.java
@@ -27,7 +27,7 @@
/**
* CpuArchitectureProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class CpuArchitectureProperties {
diff --git a/src/main/java/com/ionoscloud/model/DataCenterEntities.java b/src/main/java/com/ionoscloud/model/DataCenterEntities.java
index f984d555..7d5fd7c3 100644
--- a/src/main/java/com/ionoscloud/model/DataCenterEntities.java
+++ b/src/main/java/com/ionoscloud/model/DataCenterEntities.java
@@ -33,7 +33,7 @@
/**
* DataCenterEntities
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class DataCenterEntities {
diff --git a/src/main/java/com/ionoscloud/model/Datacenter.java b/src/main/java/com/ionoscloud/model/Datacenter.java
index e0821f4a..eed72fac 100644
--- a/src/main/java/com/ionoscloud/model/Datacenter.java
+++ b/src/main/java/com/ionoscloud/model/Datacenter.java
@@ -32,7 +32,7 @@
/**
* Datacenter
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Datacenter {
diff --git a/src/main/java/com/ionoscloud/model/DatacenterElementMetadata.java b/src/main/java/com/ionoscloud/model/DatacenterElementMetadata.java
index 182d336b..e038ce48 100644
--- a/src/main/java/com/ionoscloud/model/DatacenterElementMetadata.java
+++ b/src/main/java/com/ionoscloud/model/DatacenterElementMetadata.java
@@ -28,7 +28,7 @@
/**
* DatacenterElementMetadata
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class DatacenterElementMetadata {
diff --git a/src/main/java/com/ionoscloud/model/DatacenterProperties.java b/src/main/java/com/ionoscloud/model/DatacenterProperties.java
index 86c26000..5329ec52 100644
--- a/src/main/java/com/ionoscloud/model/DatacenterProperties.java
+++ b/src/main/java/com/ionoscloud/model/DatacenterProperties.java
@@ -31,7 +31,7 @@
/**
* DatacenterProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class DatacenterProperties {
@@ -137,11 +137,11 @@ public void setFeatures(List features) {
/**
- * [The IPv6 feature is in beta phase and not ready for production usage.] This value is either 'null' or contains an automatically-assigned /56 IPv6 CIDR block if IPv6 is enabled on this virtual data center. It can neither be changed nor removed.
+ * This value is either 'null' or contains an automatically-assigned /56 IPv6 CIDR block if IPv6 is enabled on this virtual data center. It can neither be changed nor removed.
* @return ipv6CidrBlock
**/
@javax.annotation.Nullable
- @ApiModelProperty(example = "2001:db8:b06d:8f00::/56", value = "[The IPv6 feature is in beta phase and not ready for production usage.] This value is either 'null' or contains an automatically-assigned /56 IPv6 CIDR block if IPv6 is enabled on this virtual data center. It can neither be changed nor removed.")
+ @ApiModelProperty(example = "2001:db8:b06d:8f00::/56", value = "This value is either 'null' or contains an automatically-assigned /56 IPv6 CIDR block if IPv6 is enabled on this virtual data center. It can neither be changed nor removed.")
public String getIpv6CidrBlock() {
return ipv6CidrBlock;
diff --git a/src/main/java/com/ionoscloud/model/Datacenters.java b/src/main/java/com/ionoscloud/model/Datacenters.java
index 6b72f3cf..3f207aa6 100644
--- a/src/main/java/com/ionoscloud/model/Datacenters.java
+++ b/src/main/java/com/ionoscloud/model/Datacenters.java
@@ -34,7 +34,7 @@
/**
* Datacenters
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Datacenters {
diff --git a/src/main/java/com/ionoscloud/model/Error.java b/src/main/java/com/ionoscloud/model/Error.java
index fe5fd913..d8e959d8 100644
--- a/src/main/java/com/ionoscloud/model/Error.java
+++ b/src/main/java/com/ionoscloud/model/Error.java
@@ -30,7 +30,7 @@
/**
* Error
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Error {
diff --git a/src/main/java/com/ionoscloud/model/ErrorMessage.java b/src/main/java/com/ionoscloud/model/ErrorMessage.java
index fd1784cf..6906c52b 100644
--- a/src/main/java/com/ionoscloud/model/ErrorMessage.java
+++ b/src/main/java/com/ionoscloud/model/ErrorMessage.java
@@ -27,7 +27,7 @@
/**
* ErrorMessage
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ErrorMessage {
diff --git a/src/main/java/com/ionoscloud/model/FirewallRule.java b/src/main/java/com/ionoscloud/model/FirewallRule.java
index f560b431..bafcb7c3 100644
--- a/src/main/java/com/ionoscloud/model/FirewallRule.java
+++ b/src/main/java/com/ionoscloud/model/FirewallRule.java
@@ -31,7 +31,7 @@
/**
* FirewallRule
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class FirewallRule {
diff --git a/src/main/java/com/ionoscloud/model/FirewallRules.java b/src/main/java/com/ionoscloud/model/FirewallRules.java
index 7fc55e48..6e566897 100644
--- a/src/main/java/com/ionoscloud/model/FirewallRules.java
+++ b/src/main/java/com/ionoscloud/model/FirewallRules.java
@@ -34,7 +34,7 @@
/**
* FirewallRules
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class FirewallRules {
diff --git a/src/main/java/com/ionoscloud/model/FirewallruleProperties.java b/src/main/java/com/ionoscloud/model/FirewallruleProperties.java
index cc69793d..1f864b0e 100644
--- a/src/main/java/com/ionoscloud/model/FirewallruleProperties.java
+++ b/src/main/java/com/ionoscloud/model/FirewallruleProperties.java
@@ -28,7 +28,7 @@
/**
* FirewallruleProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class FirewallruleProperties {
diff --git a/src/main/java/com/ionoscloud/model/FlowLog.java b/src/main/java/com/ionoscloud/model/FlowLog.java
index 98f8e628..e5bb786b 100644
--- a/src/main/java/com/ionoscloud/model/FlowLog.java
+++ b/src/main/java/com/ionoscloud/model/FlowLog.java
@@ -31,7 +31,7 @@
/**
* FlowLog
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class FlowLog {
diff --git a/src/main/java/com/ionoscloud/model/FlowLogProperties.java b/src/main/java/com/ionoscloud/model/FlowLogProperties.java
index e5f66650..b715c862 100644
--- a/src/main/java/com/ionoscloud/model/FlowLogProperties.java
+++ b/src/main/java/com/ionoscloud/model/FlowLogProperties.java
@@ -27,7 +27,7 @@
/**
* FlowLogProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class FlowLogProperties {
diff --git a/src/main/java/com/ionoscloud/model/FlowLogPut.java b/src/main/java/com/ionoscloud/model/FlowLogPut.java
index 10bddb84..cb1e981a 100644
--- a/src/main/java/com/ionoscloud/model/FlowLogPut.java
+++ b/src/main/java/com/ionoscloud/model/FlowLogPut.java
@@ -30,7 +30,7 @@
/**
* FlowLogPut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class FlowLogPut {
diff --git a/src/main/java/com/ionoscloud/model/FlowLogs.java b/src/main/java/com/ionoscloud/model/FlowLogs.java
index 8393fa12..51be9167 100644
--- a/src/main/java/com/ionoscloud/model/FlowLogs.java
+++ b/src/main/java/com/ionoscloud/model/FlowLogs.java
@@ -34,7 +34,7 @@
/**
* FlowLogs
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class FlowLogs {
diff --git a/src/main/java/com/ionoscloud/model/Group.java b/src/main/java/com/ionoscloud/model/Group.java
index f544bda5..564cf3fb 100644
--- a/src/main/java/com/ionoscloud/model/Group.java
+++ b/src/main/java/com/ionoscloud/model/Group.java
@@ -31,7 +31,7 @@
/**
* Group
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Group {
diff --git a/src/main/java/com/ionoscloud/model/GroupEntities.java b/src/main/java/com/ionoscloud/model/GroupEntities.java
index 21d7e9f3..ba7372cb 100644
--- a/src/main/java/com/ionoscloud/model/GroupEntities.java
+++ b/src/main/java/com/ionoscloud/model/GroupEntities.java
@@ -29,7 +29,7 @@
/**
* GroupEntities
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class GroupEntities {
diff --git a/src/main/java/com/ionoscloud/model/GroupMembers.java b/src/main/java/com/ionoscloud/model/GroupMembers.java
index 74431466..d0c3e5db 100644
--- a/src/main/java/com/ionoscloud/model/GroupMembers.java
+++ b/src/main/java/com/ionoscloud/model/GroupMembers.java
@@ -32,7 +32,7 @@
/**
* GroupMembers
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class GroupMembers {
diff --git a/src/main/java/com/ionoscloud/model/GroupProperties.java b/src/main/java/com/ionoscloud/model/GroupProperties.java
index e9844d5c..ce702979 100644
--- a/src/main/java/com/ionoscloud/model/GroupProperties.java
+++ b/src/main/java/com/ionoscloud/model/GroupProperties.java
@@ -27,7 +27,7 @@
/**
* GroupProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class GroupProperties {
diff --git a/src/main/java/com/ionoscloud/model/GroupShare.java b/src/main/java/com/ionoscloud/model/GroupShare.java
index 25e8a9ef..30da0c0a 100644
--- a/src/main/java/com/ionoscloud/model/GroupShare.java
+++ b/src/main/java/com/ionoscloud/model/GroupShare.java
@@ -30,7 +30,7 @@
/**
* GroupShare
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class GroupShare {
diff --git a/src/main/java/com/ionoscloud/model/GroupShareProperties.java b/src/main/java/com/ionoscloud/model/GroupShareProperties.java
index e1cc2989..60aaaa75 100644
--- a/src/main/java/com/ionoscloud/model/GroupShareProperties.java
+++ b/src/main/java/com/ionoscloud/model/GroupShareProperties.java
@@ -27,7 +27,7 @@
/**
* GroupShareProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class GroupShareProperties {
diff --git a/src/main/java/com/ionoscloud/model/GroupShares.java b/src/main/java/com/ionoscloud/model/GroupShares.java
index b2f391d4..d173ff9e 100644
--- a/src/main/java/com/ionoscloud/model/GroupShares.java
+++ b/src/main/java/com/ionoscloud/model/GroupShares.java
@@ -32,7 +32,7 @@
/**
* GroupShares
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class GroupShares {
diff --git a/src/main/java/com/ionoscloud/model/GroupUsers.java b/src/main/java/com/ionoscloud/model/GroupUsers.java
index 5425753f..92a661f0 100644
--- a/src/main/java/com/ionoscloud/model/GroupUsers.java
+++ b/src/main/java/com/ionoscloud/model/GroupUsers.java
@@ -33,7 +33,7 @@
* Collection of the groups the user is a member of.
*/
@ApiModel(description = "Collection of the groups the user is a member of.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class GroupUsers {
diff --git a/src/main/java/com/ionoscloud/model/Groups.java b/src/main/java/com/ionoscloud/model/Groups.java
index 20bd1350..7c2d592b 100644
--- a/src/main/java/com/ionoscloud/model/Groups.java
+++ b/src/main/java/com/ionoscloud/model/Groups.java
@@ -32,7 +32,7 @@
/**
* Groups
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Groups {
diff --git a/src/main/java/com/ionoscloud/model/IPFailover.java b/src/main/java/com/ionoscloud/model/IPFailover.java
index 8cebfdd3..2ecd7b6c 100644
--- a/src/main/java/com/ionoscloud/model/IPFailover.java
+++ b/src/main/java/com/ionoscloud/model/IPFailover.java
@@ -27,7 +27,7 @@
/**
* IPFailover
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class IPFailover {
diff --git a/src/main/java/com/ionoscloud/model/Image.java b/src/main/java/com/ionoscloud/model/Image.java
index 0d148fb9..b9f3a00d 100644
--- a/src/main/java/com/ionoscloud/model/Image.java
+++ b/src/main/java/com/ionoscloud/model/Image.java
@@ -31,7 +31,7 @@
/**
* Image
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Image {
diff --git a/src/main/java/com/ionoscloud/model/ImageProperties.java b/src/main/java/com/ionoscloud/model/ImageProperties.java
index eb0e4da3..79ef3c86 100644
--- a/src/main/java/com/ionoscloud/model/ImageProperties.java
+++ b/src/main/java/com/ionoscloud/model/ImageProperties.java
@@ -30,7 +30,7 @@
/**
* ImageProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ImageProperties {
diff --git a/src/main/java/com/ionoscloud/model/Images.java b/src/main/java/com/ionoscloud/model/Images.java
index 7937ef53..317c129b 100644
--- a/src/main/java/com/ionoscloud/model/Images.java
+++ b/src/main/java/com/ionoscloud/model/Images.java
@@ -32,7 +32,7 @@
/**
* Images
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Images {
diff --git a/src/main/java/com/ionoscloud/model/Info.java b/src/main/java/com/ionoscloud/model/Info.java
index e59f8c64..599db3f1 100644
--- a/src/main/java/com/ionoscloud/model/Info.java
+++ b/src/main/java/com/ionoscloud/model/Info.java
@@ -28,7 +28,7 @@
/**
* Info
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Info {
diff --git a/src/main/java/com/ionoscloud/model/IpBlock.java b/src/main/java/com/ionoscloud/model/IpBlock.java
index 91e031ba..6df277e6 100644
--- a/src/main/java/com/ionoscloud/model/IpBlock.java
+++ b/src/main/java/com/ionoscloud/model/IpBlock.java
@@ -31,7 +31,7 @@
/**
* IpBlock
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class IpBlock {
diff --git a/src/main/java/com/ionoscloud/model/IpBlockProperties.java b/src/main/java/com/ionoscloud/model/IpBlockProperties.java
index a6a939ed..f07dc5ef 100644
--- a/src/main/java/com/ionoscloud/model/IpBlockProperties.java
+++ b/src/main/java/com/ionoscloud/model/IpBlockProperties.java
@@ -30,7 +30,7 @@
/**
* IpBlockProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class IpBlockProperties {
diff --git a/src/main/java/com/ionoscloud/model/IpBlocks.java b/src/main/java/com/ionoscloud/model/IpBlocks.java
index 524c4218..c804a0c2 100644
--- a/src/main/java/com/ionoscloud/model/IpBlocks.java
+++ b/src/main/java/com/ionoscloud/model/IpBlocks.java
@@ -34,7 +34,7 @@
/**
* IpBlocks
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class IpBlocks {
diff --git a/src/main/java/com/ionoscloud/model/IpConsumer.java b/src/main/java/com/ionoscloud/model/IpConsumer.java
index 4df4527c..4bbcd873 100644
--- a/src/main/java/com/ionoscloud/model/IpConsumer.java
+++ b/src/main/java/com/ionoscloud/model/IpConsumer.java
@@ -27,7 +27,7 @@
/**
* IpConsumer
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class IpConsumer {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesAutoScaling.java b/src/main/java/com/ionoscloud/model/KubernetesAutoScaling.java
index e87f9087..41c2b97e 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesAutoScaling.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesAutoScaling.java
@@ -27,7 +27,7 @@
/**
* KubernetesAutoScaling
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesAutoScaling {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesCluster.java b/src/main/java/com/ionoscloud/model/KubernetesCluster.java
index c6d24e13..8b30964b 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesCluster.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesCluster.java
@@ -31,7 +31,7 @@
/**
* KubernetesCluster
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesCluster {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesClusterEntities.java b/src/main/java/com/ionoscloud/model/KubernetesClusterEntities.java
index 4f120e10..b76840a6 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesClusterEntities.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesClusterEntities.java
@@ -28,7 +28,7 @@
/**
* KubernetesClusterEntities
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesClusterEntities {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesClusterForPost.java b/src/main/java/com/ionoscloud/model/KubernetesClusterForPost.java
index 487f48cc..56b5f45e 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesClusterForPost.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesClusterForPost.java
@@ -31,7 +31,7 @@
/**
* KubernetesClusterForPost
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesClusterForPost {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesClusterForPut.java b/src/main/java/com/ionoscloud/model/KubernetesClusterForPut.java
index 63007c69..f08b9283 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesClusterForPut.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesClusterForPut.java
@@ -31,7 +31,7 @@
/**
* KubernetesClusterForPut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesClusterForPut {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesClusterProperties.java b/src/main/java/com/ionoscloud/model/KubernetesClusterProperties.java
index 22d760b2..8d8ba091 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesClusterProperties.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesClusterProperties.java
@@ -31,7 +31,7 @@
/**
* KubernetesClusterProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesClusterProperties {
@@ -50,6 +50,11 @@ public class KubernetesClusterProperties {
private String k8sVersion;
+ public static final String SERIALIZED_NAME_LOCATION = "location";
+ @SerializedName(SERIALIZED_NAME_LOCATION)
+ private String location;
+
+
public static final String SERIALIZED_NAME_MAINTENANCE_WINDOW = "maintenanceWindow";
@SerializedName(SERIALIZED_NAME_MAINTENANCE_WINDOW)
private KubernetesMaintenanceWindow maintenanceWindow;
@@ -60,6 +65,21 @@ public class KubernetesClusterProperties {
private String name;
+ public static final String SERIALIZED_NAME_NAT_GATEWAY_IP = "natGatewayIp";
+ @SerializedName(SERIALIZED_NAME_NAT_GATEWAY_IP)
+ private String natGatewayIp;
+
+
+ public static final String SERIALIZED_NAME_NODE_SUBNET = "nodeSubnet";
+ @SerializedName(SERIALIZED_NAME_NODE_SUBNET)
+ private String nodeSubnet;
+
+
+ public static final String SERIALIZED_NAME_PUBLIC = "public";
+ @SerializedName(SERIALIZED_NAME_PUBLIC)
+ private Boolean _public = true;
+
+
public static final String SERIALIZED_NAME_S3_BUCKETS = "s3Buckets";
@SerializedName(SERIALIZED_NAME_S3_BUCKETS)
private List s3Buckets = null;
@@ -159,6 +179,30 @@ public void setK8sVersion(String k8sVersion) {
+ public KubernetesClusterProperties location(String location) {
+
+ this.location = location;
+ return this;
+ }
+
+ /**
+ * The location of the cluster if the cluster is private. This property is immutable. The location must be enabled for your contract or you must have a Datacenter within that location. This attribute is mandatory if the cluster is private.
+ * @return location
+ **/
+ @javax.annotation.Nullable
+ @ApiModelProperty(example = "de/fra", value = "The location of the cluster if the cluster is private. This property is immutable. The location must be enabled for your contract or you must have a Datacenter within that location. This attribute is mandatory if the cluster is private.")
+
+ public String getLocation() {
+ return location;
+ }
+
+
+ public void setLocation(String location) {
+ this.location = location;
+ }
+
+
+
public KubernetesClusterProperties maintenanceWindow(KubernetesMaintenanceWindow maintenanceWindow) {
this.maintenanceWindow = maintenanceWindow;
@@ -206,6 +250,78 @@ public void setName(String name) {
+ public KubernetesClusterProperties natGatewayIp(String natGatewayIp) {
+
+ this.natGatewayIp = natGatewayIp;
+ return this;
+ }
+
+ /**
+ * The nat gateway IP of the cluster if the cluster is private. This property is immutable. Must be a reserved IP in the same location as the cluster's location. This attribute is mandatory if the cluster is private.
+ * @return natGatewayIp
+ **/
+ @javax.annotation.Nullable
+ @ApiModelProperty(example = "198.51.100.100", value = "The nat gateway IP of the cluster if the cluster is private. This property is immutable. Must be a reserved IP in the same location as the cluster's location. This attribute is mandatory if the cluster is private.")
+
+ public String getNatGatewayIp() {
+ return natGatewayIp;
+ }
+
+
+ public void setNatGatewayIp(String natGatewayIp) {
+ this.natGatewayIp = natGatewayIp;
+ }
+
+
+
+ public KubernetesClusterProperties nodeSubnet(String nodeSubnet) {
+
+ this.nodeSubnet = nodeSubnet;
+ return this;
+ }
+
+ /**
+ * The node subnet of the cluster, if the cluster is private. This property is optional and immutable. Must be a valid CIDR notation for an IPv4 network prefix of 16 bits length.
+ * @return nodeSubnet
+ **/
+ @javax.annotation.Nullable
+ @ApiModelProperty(example = "192.168.0.0/16", value = "The node subnet of the cluster, if the cluster is private. This property is optional and immutable. Must be a valid CIDR notation for an IPv4 network prefix of 16 bits length.")
+
+ public String getNodeSubnet() {
+ return nodeSubnet;
+ }
+
+
+ public void setNodeSubnet(String nodeSubnet) {
+ this.nodeSubnet = nodeSubnet;
+ }
+
+
+
+ public KubernetesClusterProperties _public(Boolean _public) {
+
+ this._public = _public;
+ return this;
+ }
+
+ /**
+ * The indicator if the cluster is public or private. Be aware that setting it to false is currently in beta phase.
+ * @return _public
+ **/
+ @javax.annotation.Nullable
+ @ApiModelProperty(value = "The indicator if the cluster is public or private. Be aware that setting it to false is currently in beta phase.")
+
+ public Boolean getPublic() {
+ return _public;
+ }
+
+
+ public void setPublic(Boolean _public) {
+ this._public = _public;
+ }
+
+
+
public KubernetesClusterProperties s3Buckets(List s3Buckets) {
this.s3Buckets = s3Buckets;
@@ -278,7 +394,7 @@ public boolean equals(Object o) {
return false;
}
KubernetesClusterProperties kubernetesClusterProperties = (KubernetesClusterProperties) o;
- return Objects.equals(this.apiSubnetAllowList, kubernetesClusterProperties.apiSubnetAllowList) && Objects.equals(this.availableUpgradeVersions, kubernetesClusterProperties.availableUpgradeVersions) && Objects.equals(this.k8sVersion, kubernetesClusterProperties.k8sVersion) && true && Objects.equals(this.maintenanceWindow, kubernetesClusterProperties.maintenanceWindow) && Objects.equals(this.name, kubernetesClusterProperties.name) && true && true && true && Objects.equals(this.s3Buckets, kubernetesClusterProperties.s3Buckets) && Objects.equals(this.viableNodePoolVersions, kubernetesClusterProperties.viableNodePoolVersions);
+ return Objects.equals(this.apiSubnetAllowList, kubernetesClusterProperties.apiSubnetAllowList) && Objects.equals(this.availableUpgradeVersions, kubernetesClusterProperties.availableUpgradeVersions) && Objects.equals(this.k8sVersion, kubernetesClusterProperties.k8sVersion) && Objects.equals(this.location, kubernetesClusterProperties.location) && Objects.equals(this.maintenanceWindow, kubernetesClusterProperties.maintenanceWindow) && Objects.equals(this.name, kubernetesClusterProperties.name) && Objects.equals(this.natGatewayIp, kubernetesClusterProperties.natGatewayIp) && Objects.equals(this.nodeSubnet, kubernetesClusterProperties.nodeSubnet) && Objects.equals(this._public, kubernetesClusterProperties._public) && Objects.equals(this.s3Buckets, kubernetesClusterProperties.s3Buckets) && Objects.equals(this.viableNodePoolVersions, kubernetesClusterProperties.viableNodePoolVersions);
}
@@ -295,10 +411,18 @@ public String toString() {
sb.append(" k8sVersion: ").append(toIndentedString(k8sVersion)).append("\n");
+ sb.append(" location: ").append(toIndentedString(location)).append("\n");
+
sb.append(" maintenanceWindow: ").append(toIndentedString(maintenanceWindow)).append("\n");
sb.append(" name: ").append(toIndentedString(name)).append("\n");
+ sb.append(" natGatewayIp: ").append(toIndentedString(natGatewayIp)).append("\n");
+
+ sb.append(" nodeSubnet: ").append(toIndentedString(nodeSubnet)).append("\n");
+
+ sb.append(" _public: ").append(toIndentedString(_public)).append("\n");
+
sb.append(" s3Buckets: ").append(toIndentedString(s3Buckets)).append("\n");
sb.append(" viableNodePoolVersions: ").append(toIndentedString(viableNodePoolVersions)).append("\n");
diff --git a/src/main/java/com/ionoscloud/model/KubernetesClusterPropertiesForPost.java b/src/main/java/com/ionoscloud/model/KubernetesClusterPropertiesForPost.java
index 9fe5e665..13239f88 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesClusterPropertiesForPost.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesClusterPropertiesForPost.java
@@ -31,7 +31,7 @@
/**
* KubernetesClusterPropertiesForPost
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesClusterPropertiesForPost {
@@ -45,6 +45,11 @@ public class KubernetesClusterPropertiesForPost {
private String k8sVersion;
+ public static final String SERIALIZED_NAME_LOCATION = "location";
+ @SerializedName(SERIALIZED_NAME_LOCATION)
+ private String location;
+
+
public static final String SERIALIZED_NAME_MAINTENANCE_WINDOW = "maintenanceWindow";
@SerializedName(SERIALIZED_NAME_MAINTENANCE_WINDOW)
private KubernetesMaintenanceWindow maintenanceWindow;
@@ -55,6 +60,21 @@ public class KubernetesClusterPropertiesForPost {
private String name;
+ public static final String SERIALIZED_NAME_NAT_GATEWAY_IP = "natGatewayIp";
+ @SerializedName(SERIALIZED_NAME_NAT_GATEWAY_IP)
+ private String natGatewayIp;
+
+
+ public static final String SERIALIZED_NAME_NODE_SUBNET = "nodeSubnet";
+ @SerializedName(SERIALIZED_NAME_NODE_SUBNET)
+ private String nodeSubnet;
+
+
+ public static final String SERIALIZED_NAME_PUBLIC = "public";
+ @SerializedName(SERIALIZED_NAME_PUBLIC)
+ private Boolean _public = true;
+
+
public static final String SERIALIZED_NAME_S3_BUCKETS = "s3Buckets";
@SerializedName(SERIALIZED_NAME_S3_BUCKETS)
private List s3Buckets = null;
@@ -117,6 +137,30 @@ public void setK8sVersion(String k8sVersion) {
+ public KubernetesClusterPropertiesForPost location(String location) {
+
+ this.location = location;
+ return this;
+ }
+
+ /**
+ * This attribute is mandatory if the cluster is private. The location must be enabled for your contract, or you must have a data center at that location. This property is not adjustable.
+ * @return location
+ **/
+ @javax.annotation.Nullable
+ @ApiModelProperty(example = "de/fra", value = "This attribute is mandatory if the cluster is private. The location must be enabled for your contract, or you must have a data center at that location. This property is not adjustable.")
+
+ public String getLocation() {
+ return location;
+ }
+
+
+ public void setLocation(String location) {
+ this.location = location;
+ }
+
+
+
public KubernetesClusterPropertiesForPost maintenanceWindow(KubernetesMaintenanceWindow maintenanceWindow) {
this.maintenanceWindow = maintenanceWindow;
@@ -164,6 +208,78 @@ public void setName(String name) {
+ public KubernetesClusterPropertiesForPost natGatewayIp(String natGatewayIp) {
+
+ this.natGatewayIp = natGatewayIp;
+ return this;
+ }
+
+ /**
+ * The nat gateway IP of the cluster if the cluster is private. This property is immutable. Must be a reserved IP in the same location as the cluster's location. This attribute is mandatory if the cluster is private.
+ * @return natGatewayIp
+ **/
+ @javax.annotation.Nullable
+ @ApiModelProperty(example = "198.51.100.100", value = "The nat gateway IP of the cluster if the cluster is private. This property is immutable. Must be a reserved IP in the same location as the cluster's location. This attribute is mandatory if the cluster is private.")
+
+ public String getNatGatewayIp() {
+ return natGatewayIp;
+ }
+
+
+ public void setNatGatewayIp(String natGatewayIp) {
+ this.natGatewayIp = natGatewayIp;
+ }
+
+
+
+ public KubernetesClusterPropertiesForPost nodeSubnet(String nodeSubnet) {
+
+ this.nodeSubnet = nodeSubnet;
+ return this;
+ }
+
+ /**
+ * The node subnet of the cluster, if the cluster is private. This property is optional and immutable. Must be a valid CIDR notation for an IPv4 network prefix of 16 bits length.
+ * @return nodeSubnet
+ **/
+ @javax.annotation.Nullable
+ @ApiModelProperty(example = "192.168.0.0/16", value = "The node subnet of the cluster, if the cluster is private. This property is optional and immutable. Must be a valid CIDR notation for an IPv4 network prefix of 16 bits length.")
+
+ public String getNodeSubnet() {
+ return nodeSubnet;
+ }
+
+
+ public void setNodeSubnet(String nodeSubnet) {
+ this.nodeSubnet = nodeSubnet;
+ }
+
+
+
+ public KubernetesClusterPropertiesForPost _public(Boolean _public) {
+
+ this._public = _public;
+ return this;
+ }
+
+ /**
+ * The indicator whether the cluster is public or private. Note that the status FALSE is still in the beta phase.
+ * @return _public
+ **/
+ @javax.annotation.Nullable
+ @ApiModelProperty(value = "The indicator whether the cluster is public or private. Note that the status FALSE is still in the beta phase.")
+
+ public Boolean getPublic() {
+ return _public;
+ }
+
+
+ public void setPublic(Boolean _public) {
+ this._public = _public;
+ }
+
+
+
public KubernetesClusterPropertiesForPost s3Buckets(List s3Buckets) {
this.s3Buckets = s3Buckets;
@@ -204,7 +320,7 @@ public boolean equals(Object o) {
return false;
}
KubernetesClusterPropertiesForPost kubernetesClusterPropertiesForPost = (KubernetesClusterPropertiesForPost) o;
- return Objects.equals(this.apiSubnetAllowList, kubernetesClusterPropertiesForPost.apiSubnetAllowList) && Objects.equals(this.k8sVersion, kubernetesClusterPropertiesForPost.k8sVersion) && true && Objects.equals(this.maintenanceWindow, kubernetesClusterPropertiesForPost.maintenanceWindow) && Objects.equals(this.name, kubernetesClusterPropertiesForPost.name) && true && true && true && Objects.equals(this.s3Buckets, kubernetesClusterPropertiesForPost.s3Buckets);
+ return Objects.equals(this.apiSubnetAllowList, kubernetesClusterPropertiesForPost.apiSubnetAllowList) && Objects.equals(this.k8sVersion, kubernetesClusterPropertiesForPost.k8sVersion) && Objects.equals(this.location, kubernetesClusterPropertiesForPost.location) && Objects.equals(this.maintenanceWindow, kubernetesClusterPropertiesForPost.maintenanceWindow) && Objects.equals(this.name, kubernetesClusterPropertiesForPost.name) && Objects.equals(this.natGatewayIp, kubernetesClusterPropertiesForPost.natGatewayIp) && Objects.equals(this.nodeSubnet, kubernetesClusterPropertiesForPost.nodeSubnet) && Objects.equals(this._public, kubernetesClusterPropertiesForPost._public) && Objects.equals(this.s3Buckets, kubernetesClusterPropertiesForPost.s3Buckets);
}
@@ -219,10 +335,18 @@ public String toString() {
sb.append(" k8sVersion: ").append(toIndentedString(k8sVersion)).append("\n");
+ sb.append(" location: ").append(toIndentedString(location)).append("\n");
+
sb.append(" maintenanceWindow: ").append(toIndentedString(maintenanceWindow)).append("\n");
sb.append(" name: ").append(toIndentedString(name)).append("\n");
+ sb.append(" natGatewayIp: ").append(toIndentedString(natGatewayIp)).append("\n");
+
+ sb.append(" nodeSubnet: ").append(toIndentedString(nodeSubnet)).append("\n");
+
+ sb.append(" _public: ").append(toIndentedString(_public)).append("\n");
+
sb.append(" s3Buckets: ").append(toIndentedString(s3Buckets)).append("\n");
sb.append("}");
return sb.toString();
diff --git a/src/main/java/com/ionoscloud/model/KubernetesClusterPropertiesForPut.java b/src/main/java/com/ionoscloud/model/KubernetesClusterPropertiesForPut.java
index 51f833da..2436c3b0 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesClusterPropertiesForPut.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesClusterPropertiesForPut.java
@@ -31,7 +31,7 @@
/**
* KubernetesClusterPropertiesForPut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesClusterPropertiesForPut {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesClusters.java b/src/main/java/com/ionoscloud/model/KubernetesClusters.java
index 681e55fe..a562f847 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesClusters.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesClusters.java
@@ -31,7 +31,7 @@
/**
* KubernetesClusters
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesClusters {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesMaintenanceWindow.java b/src/main/java/com/ionoscloud/model/KubernetesMaintenanceWindow.java
index 90cbb14d..7342756d 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesMaintenanceWindow.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesMaintenanceWindow.java
@@ -27,7 +27,7 @@
/**
* KubernetesMaintenanceWindow
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesMaintenanceWindow {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNode.java b/src/main/java/com/ionoscloud/model/KubernetesNode.java
index d645ee6a..6ed4c002 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNode.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNode.java
@@ -30,7 +30,7 @@
/**
* KubernetesNode
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNode {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNodeMetadata.java b/src/main/java/com/ionoscloud/model/KubernetesNodeMetadata.java
index ea8abfb3..39794a04 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNodeMetadata.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNodeMetadata.java
@@ -28,7 +28,7 @@
/**
* KubernetesNodeMetadata
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNodeMetadata {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNodePool.java b/src/main/java/com/ionoscloud/model/KubernetesNodePool.java
index 43dd438a..cf351cee 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNodePool.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNodePool.java
@@ -30,7 +30,7 @@
/**
* KubernetesNodePool
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNodePool {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNodePoolForPost.java b/src/main/java/com/ionoscloud/model/KubernetesNodePoolForPost.java
index bea5ed08..bf477dee 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNodePoolForPost.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNodePoolForPost.java
@@ -30,7 +30,7 @@
/**
* KubernetesNodePoolForPost
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNodePoolForPost {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNodePoolForPut.java b/src/main/java/com/ionoscloud/model/KubernetesNodePoolForPut.java
index 3a6e8712..1544f4be 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNodePoolForPut.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNodePoolForPut.java
@@ -30,7 +30,7 @@
/**
* KubernetesNodePoolForPut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNodePoolForPut {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNodePoolLan.java b/src/main/java/com/ionoscloud/model/KubernetesNodePoolLan.java
index fba022bd..eb804bed 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNodePoolLan.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNodePoolLan.java
@@ -30,7 +30,7 @@
/**
* KubernetesNodePoolLan
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNodePoolLan {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNodePoolLanRoutes.java b/src/main/java/com/ionoscloud/model/KubernetesNodePoolLanRoutes.java
index f3e2f42a..15e6d6a1 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNodePoolLanRoutes.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNodePoolLanRoutes.java
@@ -27,7 +27,7 @@
/**
* KubernetesNodePoolLanRoutes
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNodePoolLanRoutes {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNodePoolProperties.java b/src/main/java/com/ionoscloud/model/KubernetesNodePoolProperties.java
index 1467cded..8901b45f 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNodePoolProperties.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNodePoolProperties.java
@@ -34,7 +34,7 @@
/**
* KubernetesNodePoolProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNodePoolProperties {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNodePoolPropertiesForPost.java b/src/main/java/com/ionoscloud/model/KubernetesNodePoolPropertiesForPost.java
index 14b70f29..614e97c2 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNodePoolPropertiesForPost.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNodePoolPropertiesForPost.java
@@ -34,7 +34,7 @@
/**
* KubernetesNodePoolPropertiesForPost
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNodePoolPropertiesForPost {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNodePoolPropertiesForPut.java b/src/main/java/com/ionoscloud/model/KubernetesNodePoolPropertiesForPut.java
index 7bd9c9e4..5ddf30cb 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNodePoolPropertiesForPut.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNodePoolPropertiesForPut.java
@@ -34,7 +34,7 @@
/**
* KubernetesNodePoolPropertiesForPut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNodePoolPropertiesForPut {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNodePools.java b/src/main/java/com/ionoscloud/model/KubernetesNodePools.java
index 5cabcfd8..2c681fe4 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNodePools.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNodePools.java
@@ -31,7 +31,7 @@
/**
* KubernetesNodePools
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNodePools {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNodeProperties.java b/src/main/java/com/ionoscloud/model/KubernetesNodeProperties.java
index 62ef5e2b..5deda516 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNodeProperties.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNodeProperties.java
@@ -27,7 +27,7 @@
/**
* KubernetesNodeProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNodeProperties {
diff --git a/src/main/java/com/ionoscloud/model/KubernetesNodes.java b/src/main/java/com/ionoscloud/model/KubernetesNodes.java
index 0595fe0d..4b7f42b2 100644
--- a/src/main/java/com/ionoscloud/model/KubernetesNodes.java
+++ b/src/main/java/com/ionoscloud/model/KubernetesNodes.java
@@ -31,7 +31,7 @@
/**
* KubernetesNodes
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class KubernetesNodes {
diff --git a/src/main/java/com/ionoscloud/model/Label.java b/src/main/java/com/ionoscloud/model/Label.java
index a7c6cfe3..1d01cc3f 100644
--- a/src/main/java/com/ionoscloud/model/Label.java
+++ b/src/main/java/com/ionoscloud/model/Label.java
@@ -30,7 +30,7 @@
/**
* Label
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Label {
diff --git a/src/main/java/com/ionoscloud/model/LabelProperties.java b/src/main/java/com/ionoscloud/model/LabelProperties.java
index 20bf56e9..fc7d594d 100644
--- a/src/main/java/com/ionoscloud/model/LabelProperties.java
+++ b/src/main/java/com/ionoscloud/model/LabelProperties.java
@@ -27,7 +27,7 @@
/**
* LabelProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class LabelProperties {
diff --git a/src/main/java/com/ionoscloud/model/LabelResource.java b/src/main/java/com/ionoscloud/model/LabelResource.java
index 005c731b..06cc4c36 100644
--- a/src/main/java/com/ionoscloud/model/LabelResource.java
+++ b/src/main/java/com/ionoscloud/model/LabelResource.java
@@ -30,7 +30,7 @@
/**
* LabelResource
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class LabelResource {
diff --git a/src/main/java/com/ionoscloud/model/LabelResourceProperties.java b/src/main/java/com/ionoscloud/model/LabelResourceProperties.java
index 396b9c84..7bde0f9e 100644
--- a/src/main/java/com/ionoscloud/model/LabelResourceProperties.java
+++ b/src/main/java/com/ionoscloud/model/LabelResourceProperties.java
@@ -27,7 +27,7 @@
/**
* LabelResourceProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class LabelResourceProperties {
diff --git a/src/main/java/com/ionoscloud/model/LabelResources.java b/src/main/java/com/ionoscloud/model/LabelResources.java
index 98e360aa..c955041e 100644
--- a/src/main/java/com/ionoscloud/model/LabelResources.java
+++ b/src/main/java/com/ionoscloud/model/LabelResources.java
@@ -33,7 +33,7 @@
/**
* LabelResources
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class LabelResources {
diff --git a/src/main/java/com/ionoscloud/model/Labels.java b/src/main/java/com/ionoscloud/model/Labels.java
index 66668b44..9ef62b63 100644
--- a/src/main/java/com/ionoscloud/model/Labels.java
+++ b/src/main/java/com/ionoscloud/model/Labels.java
@@ -31,7 +31,7 @@
/**
* Labels
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Labels {
diff --git a/src/main/java/com/ionoscloud/model/Lan.java b/src/main/java/com/ionoscloud/model/Lan.java
index 8cda1a05..ccf9ab7b 100644
--- a/src/main/java/com/ionoscloud/model/Lan.java
+++ b/src/main/java/com/ionoscloud/model/Lan.java
@@ -32,7 +32,7 @@
/**
* Lan
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Lan {
diff --git a/src/main/java/com/ionoscloud/model/LanEntities.java b/src/main/java/com/ionoscloud/model/LanEntities.java
index 37dcb9d1..0d0c804d 100644
--- a/src/main/java/com/ionoscloud/model/LanEntities.java
+++ b/src/main/java/com/ionoscloud/model/LanEntities.java
@@ -28,7 +28,7 @@
/**
* LanEntities
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class LanEntities {
diff --git a/src/main/java/com/ionoscloud/model/LanNics.java b/src/main/java/com/ionoscloud/model/LanNics.java
index 04245d1c..5a364d95 100644
--- a/src/main/java/com/ionoscloud/model/LanNics.java
+++ b/src/main/java/com/ionoscloud/model/LanNics.java
@@ -34,7 +34,7 @@
/**
* LanNics
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class LanNics {
diff --git a/src/main/java/com/ionoscloud/model/LanPost.java b/src/main/java/com/ionoscloud/model/LanPost.java
index 3434bec7..aaf7475d 100644
--- a/src/main/java/com/ionoscloud/model/LanPost.java
+++ b/src/main/java/com/ionoscloud/model/LanPost.java
@@ -32,7 +32,7 @@
/**
* LanPost
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class LanPost {
diff --git a/src/main/java/com/ionoscloud/model/LanProperties.java b/src/main/java/com/ionoscloud/model/LanProperties.java
index 0ff0add3..47623a82 100644
--- a/src/main/java/com/ionoscloud/model/LanProperties.java
+++ b/src/main/java/com/ionoscloud/model/LanProperties.java
@@ -31,7 +31,7 @@
/**
* LanProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class LanProperties {
@@ -100,11 +100,11 @@ public LanProperties ipv6CidrBlock(String ipv6CidrBlock) {
}
/**
- * [The IPv6 feature is in beta phase and not ready for production usage.] For a GET request, this value is either 'null' or contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6 enabled. For POST/PUT/PATCH requests, 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN and /80 IPv6 CIDR blocks to the NICs and one /128 IPv6 address to each connected NIC. If you choose the IPv6 CIDR block for the LAN on your own, then you must provide a /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter. If you enable IPv6 on a LAN with NICs, those NICs will get a /80 IPv6 CIDR block and one IPv6 address assigned to each automatically, unless you specify them explicitly on the LAN and on the NICs. A virtual data center is limited to a maximum of 256 IPv6-enabled LANs.
+ * For a GET request, this value is either 'null' or contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6 enabled. For POST/PUT/PATCH requests, 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN and /80 IPv6 CIDR blocks to the NICs and one /128 IPv6 address to each connected NIC. If you choose the IPv6 CIDR block for the LAN on your own, then you must provide a /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter. If you enable IPv6 on a LAN with NICs, those NICs will get a /80 IPv6 CIDR block and one IPv6 address assigned to each automatically, unless you specify them explicitly on the LAN and on the NICs. A virtual data center is limited to a maximum of 256 IPv6-enabled LANs.
* @return ipv6CidrBlock
**/
@javax.annotation.Nullable
- @ApiModelProperty(example = "2001:db8:b06d:8f5a::/64", value = "[The IPv6 feature is in beta phase and not ready for production usage.] For a GET request, this value is either 'null' or contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6 enabled. For POST/PUT/PATCH requests, 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN and /80 IPv6 CIDR blocks to the NICs and one /128 IPv6 address to each connected NIC. If you choose the IPv6 CIDR block for the LAN on your own, then you must provide a /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter. If you enable IPv6 on a LAN with NICs, those NICs will get a /80 IPv6 CIDR block and one IPv6 address assigned to each automatically, unless you specify them explicitly on the LAN and on the NICs. A virtual data center is limited to a maximum of 256 IPv6-enabled LANs.")
+ @ApiModelProperty(example = "2001:db8:b06d:8f5a::/64", value = "For a GET request, this value is either 'null' or contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6 enabled. For POST/PUT/PATCH requests, 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN and /80 IPv6 CIDR blocks to the NICs and one /128 IPv6 address to each connected NIC. If you choose the IPv6 CIDR block for the LAN on your own, then you must provide a /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter. If you enable IPv6 on a LAN with NICs, those NICs will get a /80 IPv6 CIDR block and one IPv6 address assigned to each automatically, unless you specify them explicitly on the LAN and on the NICs. A virtual data center is limited to a maximum of 256 IPv6-enabled LANs.")
public String getIpv6CidrBlock() {
return ipv6CidrBlock;
diff --git a/src/main/java/com/ionoscloud/model/LanPropertiesPost.java b/src/main/java/com/ionoscloud/model/LanPropertiesPost.java
index 4be696af..f453b225 100644
--- a/src/main/java/com/ionoscloud/model/LanPropertiesPost.java
+++ b/src/main/java/com/ionoscloud/model/LanPropertiesPost.java
@@ -31,7 +31,7 @@
/**
* LanPropertiesPost
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class LanPropertiesPost {
@@ -100,11 +100,11 @@ public LanPropertiesPost ipv6CidrBlock(String ipv6CidrBlock) {
}
/**
- * [The IPv6 feature is in beta phase and not ready for production usage.] For a GET request, this value is either 'null' or contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6-enabled. For POST/PUT/PATCH requests, 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN. If you choose the IPv6 CIDR block on your own, then you must provide a /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter. If you enable IPv6 on a LAN with NICs, those NICs will get a /80 IPv6 CIDR block and one IPv6 address assigned to each automatically, unless you specify them explicitly on the NICs. A virtual data center is limited to a maximum of 256 IPv6-enabled LANs.
+ * For a GET request, this value is either 'null' or contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6-enabled. For POST/PUT/PATCH requests, 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN. If you choose the IPv6 CIDR block on your own, then you must provide a /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter. If you enable IPv6 on a LAN with NICs, those NICs will get a /80 IPv6 CIDR block and one IPv6 address assigned to each automatically, unless you specify them explicitly on the NICs. A virtual data center is limited to a maximum of 256 IPv6-enabled LANs.
* @return ipv6CidrBlock
**/
@javax.annotation.Nullable
- @ApiModelProperty(example = "2001:db8:b06d:8f5a::/64", value = "[The IPv6 feature is in beta phase and not ready for production usage.] For a GET request, this value is either 'null' or contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6-enabled. For POST/PUT/PATCH requests, 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN. If you choose the IPv6 CIDR block on your own, then you must provide a /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter. If you enable IPv6 on a LAN with NICs, those NICs will get a /80 IPv6 CIDR block and one IPv6 address assigned to each automatically, unless you specify them explicitly on the NICs. A virtual data center is limited to a maximum of 256 IPv6-enabled LANs.")
+ @ApiModelProperty(example = "2001:db8:b06d:8f5a::/64", value = "For a GET request, this value is either 'null' or contains the LAN's /64 IPv6 CIDR block if this LAN is IPv6-enabled. For POST/PUT/PATCH requests, 'AUTO' will result in enabling this LAN for IPv6 and automatically assign a /64 IPv6 CIDR block to this LAN. If you choose the IPv6 CIDR block on your own, then you must provide a /64 block, which is inside the IPv6 CIDR block of the virtual datacenter and unique inside all LANs from this virtual datacenter. If you enable IPv6 on a LAN with NICs, those NICs will get a /80 IPv6 CIDR block and one IPv6 address assigned to each automatically, unless you specify them explicitly on the NICs. A virtual data center is limited to a maximum of 256 IPv6-enabled LANs.")
public String getIpv6CidrBlock() {
return ipv6CidrBlock;
diff --git a/src/main/java/com/ionoscloud/model/Lans.java b/src/main/java/com/ionoscloud/model/Lans.java
index 1065b1aa..effbff47 100644
--- a/src/main/java/com/ionoscloud/model/Lans.java
+++ b/src/main/java/com/ionoscloud/model/Lans.java
@@ -34,7 +34,7 @@
/**
* Lans
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Lans {
diff --git a/src/main/java/com/ionoscloud/model/Loadbalancer.java b/src/main/java/com/ionoscloud/model/Loadbalancer.java
index dbbe79ae..0a4a7830 100644
--- a/src/main/java/com/ionoscloud/model/Loadbalancer.java
+++ b/src/main/java/com/ionoscloud/model/Loadbalancer.java
@@ -32,7 +32,7 @@
/**
* Loadbalancer
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Loadbalancer {
diff --git a/src/main/java/com/ionoscloud/model/LoadbalancerEntities.java b/src/main/java/com/ionoscloud/model/LoadbalancerEntities.java
index 10587269..a72b6530 100644
--- a/src/main/java/com/ionoscloud/model/LoadbalancerEntities.java
+++ b/src/main/java/com/ionoscloud/model/LoadbalancerEntities.java
@@ -28,7 +28,7 @@
/**
* LoadbalancerEntities
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class LoadbalancerEntities {
diff --git a/src/main/java/com/ionoscloud/model/LoadbalancerProperties.java b/src/main/java/com/ionoscloud/model/LoadbalancerProperties.java
index 59a4ba1c..2ea3f099 100644
--- a/src/main/java/com/ionoscloud/model/LoadbalancerProperties.java
+++ b/src/main/java/com/ionoscloud/model/LoadbalancerProperties.java
@@ -28,7 +28,7 @@
/**
* LoadbalancerProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class LoadbalancerProperties {
diff --git a/src/main/java/com/ionoscloud/model/Loadbalancers.java b/src/main/java/com/ionoscloud/model/Loadbalancers.java
index 0273ecbf..6955dafb 100644
--- a/src/main/java/com/ionoscloud/model/Loadbalancers.java
+++ b/src/main/java/com/ionoscloud/model/Loadbalancers.java
@@ -34,7 +34,7 @@
/**
* Loadbalancers
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Loadbalancers {
diff --git a/src/main/java/com/ionoscloud/model/Location.java b/src/main/java/com/ionoscloud/model/Location.java
index 6185baa4..eaf050ba 100644
--- a/src/main/java/com/ionoscloud/model/Location.java
+++ b/src/main/java/com/ionoscloud/model/Location.java
@@ -31,7 +31,7 @@
/**
* Location
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Location {
diff --git a/src/main/java/com/ionoscloud/model/LocationProperties.java b/src/main/java/com/ionoscloud/model/LocationProperties.java
index 630c43aa..ec0d4b95 100644
--- a/src/main/java/com/ionoscloud/model/LocationProperties.java
+++ b/src/main/java/com/ionoscloud/model/LocationProperties.java
@@ -30,7 +30,7 @@
/**
* LocationProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class LocationProperties {
diff --git a/src/main/java/com/ionoscloud/model/Locations.java b/src/main/java/com/ionoscloud/model/Locations.java
index e824515f..70c21877 100644
--- a/src/main/java/com/ionoscloud/model/Locations.java
+++ b/src/main/java/com/ionoscloud/model/Locations.java
@@ -32,7 +32,7 @@
/**
* Locations
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Locations {
diff --git a/src/main/java/com/ionoscloud/model/NatGateway.java b/src/main/java/com/ionoscloud/model/NatGateway.java
index c1462e6a..13a6861a 100644
--- a/src/main/java/com/ionoscloud/model/NatGateway.java
+++ b/src/main/java/com/ionoscloud/model/NatGateway.java
@@ -32,7 +32,7 @@
/**
* NatGateway
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NatGateway {
diff --git a/src/main/java/com/ionoscloud/model/NatGatewayEntities.java b/src/main/java/com/ionoscloud/model/NatGatewayEntities.java
index eaada705..8bba2a05 100644
--- a/src/main/java/com/ionoscloud/model/NatGatewayEntities.java
+++ b/src/main/java/com/ionoscloud/model/NatGatewayEntities.java
@@ -29,7 +29,7 @@
/**
* NatGatewayEntities
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NatGatewayEntities {
diff --git a/src/main/java/com/ionoscloud/model/NatGatewayLanProperties.java b/src/main/java/com/ionoscloud/model/NatGatewayLanProperties.java
index 3f18c9c2..4b575197 100644
--- a/src/main/java/com/ionoscloud/model/NatGatewayLanProperties.java
+++ b/src/main/java/com/ionoscloud/model/NatGatewayLanProperties.java
@@ -29,7 +29,7 @@
/**
* NatGatewayLanProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NatGatewayLanProperties {
diff --git a/src/main/java/com/ionoscloud/model/NatGatewayProperties.java b/src/main/java/com/ionoscloud/model/NatGatewayProperties.java
index 05081b93..43351e94 100644
--- a/src/main/java/com/ionoscloud/model/NatGatewayProperties.java
+++ b/src/main/java/com/ionoscloud/model/NatGatewayProperties.java
@@ -30,7 +30,7 @@
/**
* NatGatewayProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NatGatewayProperties {
diff --git a/src/main/java/com/ionoscloud/model/NatGatewayPut.java b/src/main/java/com/ionoscloud/model/NatGatewayPut.java
index d78e4184..69b41649 100644
--- a/src/main/java/com/ionoscloud/model/NatGatewayPut.java
+++ b/src/main/java/com/ionoscloud/model/NatGatewayPut.java
@@ -30,7 +30,7 @@
/**
* NatGatewayPut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NatGatewayPut {
diff --git a/src/main/java/com/ionoscloud/model/NatGatewayRule.java b/src/main/java/com/ionoscloud/model/NatGatewayRule.java
index e2616080..029daadb 100644
--- a/src/main/java/com/ionoscloud/model/NatGatewayRule.java
+++ b/src/main/java/com/ionoscloud/model/NatGatewayRule.java
@@ -31,7 +31,7 @@
/**
* NatGatewayRule
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NatGatewayRule {
diff --git a/src/main/java/com/ionoscloud/model/NatGatewayRuleProperties.java b/src/main/java/com/ionoscloud/model/NatGatewayRuleProperties.java
index e1af9787..5ed604b4 100644
--- a/src/main/java/com/ionoscloud/model/NatGatewayRuleProperties.java
+++ b/src/main/java/com/ionoscloud/model/NatGatewayRuleProperties.java
@@ -30,7 +30,7 @@
/**
* NatGatewayRuleProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NatGatewayRuleProperties {
diff --git a/src/main/java/com/ionoscloud/model/NatGatewayRulePut.java b/src/main/java/com/ionoscloud/model/NatGatewayRulePut.java
index c722a5b5..c4dd70b8 100644
--- a/src/main/java/com/ionoscloud/model/NatGatewayRulePut.java
+++ b/src/main/java/com/ionoscloud/model/NatGatewayRulePut.java
@@ -30,7 +30,7 @@
/**
* NatGatewayRulePut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NatGatewayRulePut {
diff --git a/src/main/java/com/ionoscloud/model/NatGatewayRules.java b/src/main/java/com/ionoscloud/model/NatGatewayRules.java
index 9f85f5b6..0b945bdd 100644
--- a/src/main/java/com/ionoscloud/model/NatGatewayRules.java
+++ b/src/main/java/com/ionoscloud/model/NatGatewayRules.java
@@ -32,7 +32,7 @@
/**
* NatGatewayRules
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NatGatewayRules {
diff --git a/src/main/java/com/ionoscloud/model/NatGateways.java b/src/main/java/com/ionoscloud/model/NatGateways.java
index ae547162..473a0eb5 100644
--- a/src/main/java/com/ionoscloud/model/NatGateways.java
+++ b/src/main/java/com/ionoscloud/model/NatGateways.java
@@ -34,7 +34,7 @@
/**
* NatGateways
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NatGateways {
diff --git a/src/main/java/com/ionoscloud/model/NetworkLoadBalancer.java b/src/main/java/com/ionoscloud/model/NetworkLoadBalancer.java
index a9f50bf5..1196cbdb 100644
--- a/src/main/java/com/ionoscloud/model/NetworkLoadBalancer.java
+++ b/src/main/java/com/ionoscloud/model/NetworkLoadBalancer.java
@@ -32,7 +32,7 @@
/**
* NetworkLoadBalancer
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NetworkLoadBalancer {
diff --git a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerEntities.java b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerEntities.java
index ae5707df..66632367 100644
--- a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerEntities.java
+++ b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerEntities.java
@@ -29,7 +29,7 @@
/**
* NetworkLoadBalancerEntities
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NetworkLoadBalancerEntities {
diff --git a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRule.java b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRule.java
index 2a760e08..363819e8 100644
--- a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRule.java
+++ b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRule.java
@@ -31,7 +31,7 @@
/**
* NetworkLoadBalancerForwardingRule
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NetworkLoadBalancerForwardingRule {
diff --git a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleHealthCheck.java b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleHealthCheck.java
index 061e9fd6..dc8353ea 100644
--- a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleHealthCheck.java
+++ b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleHealthCheck.java
@@ -27,7 +27,7 @@
/**
* NetworkLoadBalancerForwardingRuleHealthCheck
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NetworkLoadBalancerForwardingRuleHealthCheck {
diff --git a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleProperties.java b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleProperties.java
index 98ab56af..89400713 100644
--- a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleProperties.java
+++ b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleProperties.java
@@ -31,7 +31,7 @@
/**
* NetworkLoadBalancerForwardingRuleProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NetworkLoadBalancerForwardingRuleProperties {
diff --git a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRulePut.java b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRulePut.java
index 68a847dd..7698e1d8 100644
--- a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRulePut.java
+++ b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRulePut.java
@@ -30,7 +30,7 @@
/**
* NetworkLoadBalancerForwardingRulePut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NetworkLoadBalancerForwardingRulePut {
diff --git a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleTarget.java b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleTarget.java
index dd4a56b8..af7ab8f7 100644
--- a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleTarget.java
+++ b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleTarget.java
@@ -28,7 +28,7 @@
/**
* NetworkLoadBalancerForwardingRuleTarget
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NetworkLoadBalancerForwardingRuleTarget {
@@ -51,6 +51,63 @@ public class NetworkLoadBalancerForwardingRuleTarget {
@SerializedName(SERIALIZED_NAME_WEIGHT)
private Integer weight;
+
+ /**
+ * ProxyProtocol is used to set the proxy protocol version.
+ */
+ @JsonAdapter(ProxyProtocolEnum.Adapter.class)
+ public enum ProxyProtocolEnum {
+ NONE("none"),
+
+ V1("v1"),
+
+ V2("v2"),
+
+ V2SSL("v2ssl");
+
+ private String value;
+
+ ProxyProtocolEnum(String value) {
+ this.value = value;
+ }
+
+ public String getValue() {
+ return value;
+ }
+
+ @Override
+ public String toString() {
+ return String.valueOf(value);
+ }
+
+ public static ProxyProtocolEnum fromValue(String value) {
+
+ for (ProxyProtocolEnum b : ProxyProtocolEnum.values()) {
+ if (b.value.equals(value)) {
+ return b;
+ }
+ }
+ return null;
+ }
+
+ public static class Adapter extends TypeAdapter {
+ @Override
+ public void write(final JsonWriter jsonWriter, final ProxyProtocolEnum enumeration) throws IOException {
+ jsonWriter.value(enumeration.getValue());
+ }
+
+ @Override
+ public ProxyProtocolEnum read(final JsonReader jsonReader) throws IOException {
+ String value = jsonReader.nextString();
+ return ProxyProtocolEnum.fromValue(value);
+ }
+ }
+ }
+
+ public static final String SERIALIZED_NAME_PROXY_PROTOCOL = "proxyProtocol";
+ @SerializedName(SERIALIZED_NAME_PROXY_PROTOCOL)
+ private ProxyProtocolEnum proxyProtocol = ProxyProtocolEnum.NONE;
+
public NetworkLoadBalancerForwardingRuleTarget healthCheck(NetworkLoadBalancerForwardingRuleTargetHealthCheck healthCheck) {
@@ -145,6 +202,30 @@ public void setWeight(Integer weight) {
}
+
+ public NetworkLoadBalancerForwardingRuleTarget proxyProtocol(ProxyProtocolEnum proxyProtocol) {
+
+ this.proxyProtocol = proxyProtocol;
+ return this;
+ }
+
+ /**
+ * ProxyProtocol is used to set the proxy protocol version.
+ * @return proxyProtocol
+ **/
+ @javax.annotation.Nullable
+ @ApiModelProperty(value = "ProxyProtocol is used to set the proxy protocol version.")
+
+ public ProxyProtocolEnum getProxyProtocol() {
+ return proxyProtocol;
+ }
+
+
+ public void setProxyProtocol(ProxyProtocolEnum proxyProtocol) {
+ this.proxyProtocol = proxyProtocol;
+ }
+
+
@Override
public boolean equals(Object o) {
if (this == o) {
@@ -154,7 +235,7 @@ public boolean equals(Object o) {
return false;
}
NetworkLoadBalancerForwardingRuleTarget networkLoadBalancerForwardingRuleTarget = (NetworkLoadBalancerForwardingRuleTarget) o;
- return Objects.equals(this.healthCheck, networkLoadBalancerForwardingRuleTarget.healthCheck) && Objects.equals(this.ip, networkLoadBalancerForwardingRuleTarget.ip) && Objects.equals(this.port, networkLoadBalancerForwardingRuleTarget.port) && Objects.equals(this.weight, networkLoadBalancerForwardingRuleTarget.weight);
+ return Objects.equals(this.healthCheck, networkLoadBalancerForwardingRuleTarget.healthCheck) && Objects.equals(this.ip, networkLoadBalancerForwardingRuleTarget.ip) && Objects.equals(this.port, networkLoadBalancerForwardingRuleTarget.port) && Objects.equals(this.weight, networkLoadBalancerForwardingRuleTarget.weight) && Objects.equals(this.proxyProtocol, networkLoadBalancerForwardingRuleTarget.proxyProtocol);
}
@@ -172,6 +253,8 @@ public String toString() {
sb.append(" port: ").append(toIndentedString(port)).append("\n");
sb.append(" weight: ").append(toIndentedString(weight)).append("\n");
+
+ sb.append(" proxyProtocol: ").append(toIndentedString(proxyProtocol)).append("\n");
sb.append("}");
return sb.toString();
}
diff --git a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleTargetHealthCheck.java b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleTargetHealthCheck.java
index 0aba3c85..8721b294 100644
--- a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleTargetHealthCheck.java
+++ b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRuleTargetHealthCheck.java
@@ -27,7 +27,7 @@
/**
* NetworkLoadBalancerForwardingRuleTargetHealthCheck
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NetworkLoadBalancerForwardingRuleTargetHealthCheck {
diff --git a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRules.java b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRules.java
index 56c65469..41e8fd58 100644
--- a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRules.java
+++ b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerForwardingRules.java
@@ -34,7 +34,7 @@
/**
* NetworkLoadBalancerForwardingRules
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NetworkLoadBalancerForwardingRules {
diff --git a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerProperties.java b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerProperties.java
index 4a57541b..4a02422f 100644
--- a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerProperties.java
+++ b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerProperties.java
@@ -29,7 +29,7 @@
/**
* NetworkLoadBalancerProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NetworkLoadBalancerProperties {
diff --git a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerPut.java b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerPut.java
index 5d19d1a9..0709e2e2 100644
--- a/src/main/java/com/ionoscloud/model/NetworkLoadBalancerPut.java
+++ b/src/main/java/com/ionoscloud/model/NetworkLoadBalancerPut.java
@@ -30,7 +30,7 @@
/**
* NetworkLoadBalancerPut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NetworkLoadBalancerPut {
diff --git a/src/main/java/com/ionoscloud/model/NetworkLoadBalancers.java b/src/main/java/com/ionoscloud/model/NetworkLoadBalancers.java
index f59b8b48..163dacc0 100644
--- a/src/main/java/com/ionoscloud/model/NetworkLoadBalancers.java
+++ b/src/main/java/com/ionoscloud/model/NetworkLoadBalancers.java
@@ -34,7 +34,7 @@
/**
* NetworkLoadBalancers
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NetworkLoadBalancers {
diff --git a/src/main/java/com/ionoscloud/model/Nic.java b/src/main/java/com/ionoscloud/model/Nic.java
index c75922ff..0f66b911 100644
--- a/src/main/java/com/ionoscloud/model/Nic.java
+++ b/src/main/java/com/ionoscloud/model/Nic.java
@@ -32,7 +32,7 @@
/**
* Nic
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Nic {
diff --git a/src/main/java/com/ionoscloud/model/NicEntities.java b/src/main/java/com/ionoscloud/model/NicEntities.java
index ebb5f137..da0137f7 100644
--- a/src/main/java/com/ionoscloud/model/NicEntities.java
+++ b/src/main/java/com/ionoscloud/model/NicEntities.java
@@ -29,7 +29,7 @@
/**
* NicEntities
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NicEntities {
diff --git a/src/main/java/com/ionoscloud/model/NicProperties.java b/src/main/java/com/ionoscloud/model/NicProperties.java
index 4b44d1b7..51cb4f78 100644
--- a/src/main/java/com/ionoscloud/model/NicProperties.java
+++ b/src/main/java/com/ionoscloud/model/NicProperties.java
@@ -30,7 +30,7 @@
/**
* NicProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NicProperties {
@@ -194,11 +194,11 @@ public NicProperties dhcpv6(Boolean dhcpv6) {
}
/**
- * [The IPv6 feature is in beta phase and not ready for production usage.] Indicates if the NIC will receive an IPv6 using DHCP. It can be set to 'true' or 'false' only if this NIC is connected to an IPv6 enabled LAN.
+ * Indicates if the NIC will receive an IPv6 using DHCP. It can be set to 'true' or 'false' only if this NIC is connected to an IPv6 enabled LAN.
* @return dhcpv6
**/
@javax.annotation.Nullable
- @ApiModelProperty(example = "true", value = "[The IPv6 feature is in beta phase and not ready for production usage.] Indicates if the NIC will receive an IPv6 using DHCP. It can be set to 'true' or 'false' only if this NIC is connected to an IPv6 enabled LAN.")
+ @ApiModelProperty(example = "true", value = "Indicates if the NIC will receive an IPv6 using DHCP. It can be set to 'true' or 'false' only if this NIC is connected to an IPv6 enabled LAN.")
public Boolean getDhcpv6() {
return dhcpv6;
@@ -298,11 +298,11 @@ public NicProperties ipv6CidrBlock(String ipv6CidrBlock) {
}
/**
- * [The IPv6 feature is in beta phase and not ready for production usage.] If this NIC is connected to an IPv6 enabled LAN then this property contains the /80 IPv6 CIDR block of the NIC. If you leave this property 'null' when adding a NIC to an IPv6-enabled LAN, then an IPv6 CIDR block will automatically be assigned to the NIC, but you can also specify an /80 IPv6 CIDR block for the NIC on your own, which must be inside the /64 IPv6 CIDR block of the LAN and unique. This value can only be set, if the LAN already has an IPv6 CIDR block assigned. An IPv6-enabled LAN is limited to a maximum of 65,536 NICs.
+ * If this NIC is connected to an IPv6 enabled LAN then this property contains the /80 IPv6 CIDR block of the NIC. If you leave this property 'null' when adding a NIC to an IPv6-enabled LAN, then an IPv6 CIDR block will automatically be assigned to the NIC, but you can also specify an /80 IPv6 CIDR block for the NIC on your own, which must be inside the /64 IPv6 CIDR block of the LAN and unique. This value can only be set, if the LAN already has an IPv6 CIDR block assigned. An IPv6-enabled LAN is limited to a maximum of 65,536 NICs.
* @return ipv6CidrBlock
**/
@javax.annotation.Nullable
- @ApiModelProperty(example = "2001:db8:b06d:8f5a:0609::/80", value = "[The IPv6 feature is in beta phase and not ready for production usage.] If this NIC is connected to an IPv6 enabled LAN then this property contains the /80 IPv6 CIDR block of the NIC. If you leave this property 'null' when adding a NIC to an IPv6-enabled LAN, then an IPv6 CIDR block will automatically be assigned to the NIC, but you can also specify an /80 IPv6 CIDR block for the NIC on your own, which must be inside the /64 IPv6 CIDR block of the LAN and unique. This value can only be set, if the LAN already has an IPv6 CIDR block assigned. An IPv6-enabled LAN is limited to a maximum of 65,536 NICs.")
+ @ApiModelProperty(example = "2001:db8:b06d:8f5a:0609::/80", value = "If this NIC is connected to an IPv6 enabled LAN then this property contains the /80 IPv6 CIDR block of the NIC. If you leave this property 'null' when adding a NIC to an IPv6-enabled LAN, then an IPv6 CIDR block will automatically be assigned to the NIC, but you can also specify an /80 IPv6 CIDR block for the NIC on your own, which must be inside the /64 IPv6 CIDR block of the LAN and unique. This value can only be set, if the LAN already has an IPv6 CIDR block assigned. An IPv6-enabled LAN is limited to a maximum of 65,536 NICs.")
public String getIpv6CidrBlock() {
return ipv6CidrBlock;
@@ -330,11 +330,11 @@ public NicProperties addIpv6IpsItem(String ipv6IpsItem) {
}
/**
- * [The IPv6 feature is in beta phase and not ready for production usage.] If this NIC is connected to an IPv6 enabled LAN then this property contains the IPv6 IP addresses of the NIC. The maximum number of IPv6 IP addresses per NIC is 50, if you need more, contact support. If you leave this property 'null' when adding a NIC, when changing the NIC's IPv6 CIDR block, when changing the LAN's IPv6 CIDR block or when moving the NIC to a different IPv6 enabled LAN, then we will automatically assign the same number of IPv6 addresses which you had before from the NICs new CIDR block. If you leave this property 'null' while not changing the CIDR block, the IPv6 IP addresses won't be changed either. You can also provide your own self choosen IPv6 addresses, which then must be inside the IPv6 CIDR block of this NIC.
+ * If this NIC is connected to an IPv6 enabled LAN then this property contains the IPv6 IP addresses of the NIC. The maximum number of IPv6 IP addresses per NIC is 50, if you need more, contact support. If you leave this property 'null' when adding a NIC, when changing the NIC's IPv6 CIDR block, when changing the LAN's IPv6 CIDR block or when moving the NIC to a different IPv6 enabled LAN, then we will automatically assign the same number of IPv6 addresses which you had before from the NICs new CIDR block. If you leave this property 'null' while not changing the CIDR block, the IPv6 IP addresses won't be changed either. You can also provide your own self choosen IPv6 addresses, which then must be inside the IPv6 CIDR block of this NIC.
* @return ipv6Ips
**/
@javax.annotation.Nullable
- @ApiModelProperty(example = "[2001:db8:b06d:8f5a:0609::1]", value = "[The IPv6 feature is in beta phase and not ready for production usage.] If this NIC is connected to an IPv6 enabled LAN then this property contains the IPv6 IP addresses of the NIC. The maximum number of IPv6 IP addresses per NIC is 50, if you need more, contact support. If you leave this property 'null' when adding a NIC, when changing the NIC's IPv6 CIDR block, when changing the LAN's IPv6 CIDR block or when moving the NIC to a different IPv6 enabled LAN, then we will automatically assign the same number of IPv6 addresses which you had before from the NICs new CIDR block. If you leave this property 'null' while not changing the CIDR block, the IPv6 IP addresses won't be changed either. You can also provide your own self choosen IPv6 addresses, which then must be inside the IPv6 CIDR block of this NIC.")
+ @ApiModelProperty(example = "[2001:db8:b06d:8f5a:0609::1]", value = "If this NIC is connected to an IPv6 enabled LAN then this property contains the IPv6 IP addresses of the NIC. The maximum number of IPv6 IP addresses per NIC is 50, if you need more, contact support. If you leave this property 'null' when adding a NIC, when changing the NIC's IPv6 CIDR block, when changing the LAN's IPv6 CIDR block or when moving the NIC to a different IPv6 enabled LAN, then we will automatically assign the same number of IPv6 addresses which you had before from the NICs new CIDR block. If you leave this property 'null' while not changing the CIDR block, the IPv6 IP addresses won't be changed either. You can also provide your own self choosen IPv6 addresses, which then must be inside the IPv6 CIDR block of this NIC.")
public List getIpv6Ips() {
return ipv6Ips;
diff --git a/src/main/java/com/ionoscloud/model/NicPut.java b/src/main/java/com/ionoscloud/model/NicPut.java
index 68e43621..703e6b05 100644
--- a/src/main/java/com/ionoscloud/model/NicPut.java
+++ b/src/main/java/com/ionoscloud/model/NicPut.java
@@ -30,7 +30,7 @@
/**
* NicPut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NicPut {
diff --git a/src/main/java/com/ionoscloud/model/Nics.java b/src/main/java/com/ionoscloud/model/Nics.java
index 4193b59c..c06ff379 100644
--- a/src/main/java/com/ionoscloud/model/Nics.java
+++ b/src/main/java/com/ionoscloud/model/Nics.java
@@ -34,7 +34,7 @@
/**
* Nics
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Nics {
diff --git a/src/main/java/com/ionoscloud/model/NoStateMetaData.java b/src/main/java/com/ionoscloud/model/NoStateMetaData.java
index d9d5986c..53755d62 100644
--- a/src/main/java/com/ionoscloud/model/NoStateMetaData.java
+++ b/src/main/java/com/ionoscloud/model/NoStateMetaData.java
@@ -28,7 +28,7 @@
/**
* NoStateMetaData
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class NoStateMetaData {
diff --git a/src/main/java/com/ionoscloud/model/PaginationLinks.java b/src/main/java/com/ionoscloud/model/PaginationLinks.java
index 538bc64e..3c00e96d 100644
--- a/src/main/java/com/ionoscloud/model/PaginationLinks.java
+++ b/src/main/java/com/ionoscloud/model/PaginationLinks.java
@@ -28,7 +28,7 @@
/**
* PaginationLinks
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class PaginationLinks {
diff --git a/src/main/java/com/ionoscloud/model/Peer.java b/src/main/java/com/ionoscloud/model/Peer.java
index d1be6e81..58ed50e7 100644
--- a/src/main/java/com/ionoscloud/model/Peer.java
+++ b/src/main/java/com/ionoscloud/model/Peer.java
@@ -27,7 +27,7 @@
/**
* Peer
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Peer {
diff --git a/src/main/java/com/ionoscloud/model/PrivateCrossConnect.java b/src/main/java/com/ionoscloud/model/PrivateCrossConnect.java
index b5bad73f..2fa49b0a 100644
--- a/src/main/java/com/ionoscloud/model/PrivateCrossConnect.java
+++ b/src/main/java/com/ionoscloud/model/PrivateCrossConnect.java
@@ -31,7 +31,7 @@
/**
* PrivateCrossConnect
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class PrivateCrossConnect {
diff --git a/src/main/java/com/ionoscloud/model/PrivateCrossConnectProperties.java b/src/main/java/com/ionoscloud/model/PrivateCrossConnectProperties.java
index f885d6a9..994f3ba3 100644
--- a/src/main/java/com/ionoscloud/model/PrivateCrossConnectProperties.java
+++ b/src/main/java/com/ionoscloud/model/PrivateCrossConnectProperties.java
@@ -31,7 +31,7 @@
/**
* PrivateCrossConnectProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class PrivateCrossConnectProperties {
diff --git a/src/main/java/com/ionoscloud/model/PrivateCrossConnects.java b/src/main/java/com/ionoscloud/model/PrivateCrossConnects.java
index c0212ab2..b2c0b98c 100644
--- a/src/main/java/com/ionoscloud/model/PrivateCrossConnects.java
+++ b/src/main/java/com/ionoscloud/model/PrivateCrossConnects.java
@@ -32,7 +32,7 @@
/**
* PrivateCrossConnects
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class PrivateCrossConnects {
diff --git a/src/main/java/com/ionoscloud/model/RemoteConsoleUrl.java b/src/main/java/com/ionoscloud/model/RemoteConsoleUrl.java
index 71172203..8f38770b 100644
--- a/src/main/java/com/ionoscloud/model/RemoteConsoleUrl.java
+++ b/src/main/java/com/ionoscloud/model/RemoteConsoleUrl.java
@@ -27,7 +27,7 @@
/**
* RemoteConsoleUrl
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class RemoteConsoleUrl {
diff --git a/src/main/java/com/ionoscloud/model/Request.java b/src/main/java/com/ionoscloud/model/Request.java
index 91270851..129fc8e0 100644
--- a/src/main/java/com/ionoscloud/model/Request.java
+++ b/src/main/java/com/ionoscloud/model/Request.java
@@ -31,7 +31,7 @@
/**
* Request
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Request {
diff --git a/src/main/java/com/ionoscloud/model/RequestMetadata.java b/src/main/java/com/ionoscloud/model/RequestMetadata.java
index 25bc75f6..e29f6b19 100644
--- a/src/main/java/com/ionoscloud/model/RequestMetadata.java
+++ b/src/main/java/com/ionoscloud/model/RequestMetadata.java
@@ -29,7 +29,7 @@
/**
* RequestMetadata
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class RequestMetadata {
diff --git a/src/main/java/com/ionoscloud/model/RequestProperties.java b/src/main/java/com/ionoscloud/model/RequestProperties.java
index 821bdc24..ab32201f 100644
--- a/src/main/java/com/ionoscloud/model/RequestProperties.java
+++ b/src/main/java/com/ionoscloud/model/RequestProperties.java
@@ -30,7 +30,7 @@
/**
* RequestProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class RequestProperties {
diff --git a/src/main/java/com/ionoscloud/model/RequestStatus.java b/src/main/java/com/ionoscloud/model/RequestStatus.java
index 901cf2fe..786425b0 100644
--- a/src/main/java/com/ionoscloud/model/RequestStatus.java
+++ b/src/main/java/com/ionoscloud/model/RequestStatus.java
@@ -30,7 +30,7 @@
/**
* RequestStatus
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class RequestStatus {
diff --git a/src/main/java/com/ionoscloud/model/RequestStatusMetadata.java b/src/main/java/com/ionoscloud/model/RequestStatusMetadata.java
index ce6c990c..e0e6b66b 100644
--- a/src/main/java/com/ionoscloud/model/RequestStatusMetadata.java
+++ b/src/main/java/com/ionoscloud/model/RequestStatusMetadata.java
@@ -30,7 +30,7 @@
/**
* RequestStatusMetadata
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class RequestStatusMetadata {
diff --git a/src/main/java/com/ionoscloud/model/RequestTarget.java b/src/main/java/com/ionoscloud/model/RequestTarget.java
index 7188cea7..1cced4cf 100644
--- a/src/main/java/com/ionoscloud/model/RequestTarget.java
+++ b/src/main/java/com/ionoscloud/model/RequestTarget.java
@@ -28,7 +28,7 @@
/**
* RequestTarget
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class RequestTarget {
diff --git a/src/main/java/com/ionoscloud/model/Requests.java b/src/main/java/com/ionoscloud/model/Requests.java
index 81068348..ce1fe43c 100644
--- a/src/main/java/com/ionoscloud/model/Requests.java
+++ b/src/main/java/com/ionoscloud/model/Requests.java
@@ -34,7 +34,7 @@
/**
* Requests
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Requests {
diff --git a/src/main/java/com/ionoscloud/model/Resource.java b/src/main/java/com/ionoscloud/model/Resource.java
index d5ccb58a..546d5896 100644
--- a/src/main/java/com/ionoscloud/model/Resource.java
+++ b/src/main/java/com/ionoscloud/model/Resource.java
@@ -33,7 +33,7 @@
* datacenter resource representation
*/
@ApiModel(description = "datacenter resource representation")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Resource {
diff --git a/src/main/java/com/ionoscloud/model/ResourceEntities.java b/src/main/java/com/ionoscloud/model/ResourceEntities.java
index 13865c51..55959486 100644
--- a/src/main/java/com/ionoscloud/model/ResourceEntities.java
+++ b/src/main/java/com/ionoscloud/model/ResourceEntities.java
@@ -28,7 +28,7 @@
/**
* ResourceEntities
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ResourceEntities {
diff --git a/src/main/java/com/ionoscloud/model/ResourceGroups.java b/src/main/java/com/ionoscloud/model/ResourceGroups.java
index 8c609325..10a49234 100644
--- a/src/main/java/com/ionoscloud/model/ResourceGroups.java
+++ b/src/main/java/com/ionoscloud/model/ResourceGroups.java
@@ -33,7 +33,7 @@
* Resources assigned to this group.
*/
@ApiModel(description = "Resources assigned to this group.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ResourceGroups {
diff --git a/src/main/java/com/ionoscloud/model/ResourceLimits.java b/src/main/java/com/ionoscloud/model/ResourceLimits.java
index f1d81e24..541b133c 100644
--- a/src/main/java/com/ionoscloud/model/ResourceLimits.java
+++ b/src/main/java/com/ionoscloud/model/ResourceLimits.java
@@ -27,7 +27,7 @@
/**
* ResourceLimits
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ResourceLimits {
diff --git a/src/main/java/com/ionoscloud/model/ResourceProperties.java b/src/main/java/com/ionoscloud/model/ResourceProperties.java
index 18836da9..c033dc28 100644
--- a/src/main/java/com/ionoscloud/model/ResourceProperties.java
+++ b/src/main/java/com/ionoscloud/model/ResourceProperties.java
@@ -27,7 +27,7 @@
/**
* ResourceProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ResourceProperties {
diff --git a/src/main/java/com/ionoscloud/model/ResourceReference.java b/src/main/java/com/ionoscloud/model/ResourceReference.java
index f5468772..ee2c349f 100644
--- a/src/main/java/com/ionoscloud/model/ResourceReference.java
+++ b/src/main/java/com/ionoscloud/model/ResourceReference.java
@@ -29,7 +29,7 @@
/**
* ResourceReference
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ResourceReference {
diff --git a/src/main/java/com/ionoscloud/model/Resources.java b/src/main/java/com/ionoscloud/model/Resources.java
index 7d7f7d57..bb77b8a8 100644
--- a/src/main/java/com/ionoscloud/model/Resources.java
+++ b/src/main/java/com/ionoscloud/model/Resources.java
@@ -33,7 +33,7 @@
* Collection to represent the resource.
*/
@ApiModel(description = "Collection to represent the resource.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Resources {
diff --git a/src/main/java/com/ionoscloud/model/ResourcesUsers.java b/src/main/java/com/ionoscloud/model/ResourcesUsers.java
index 2addf8c3..c4491793 100644
--- a/src/main/java/com/ionoscloud/model/ResourcesUsers.java
+++ b/src/main/java/com/ionoscloud/model/ResourcesUsers.java
@@ -33,7 +33,7 @@
* Resources owned by a user.
*/
@ApiModel(description = "Resources owned by a user.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ResourcesUsers {
diff --git a/src/main/java/com/ionoscloud/model/S3Bucket.java b/src/main/java/com/ionoscloud/model/S3Bucket.java
index d483436f..c29ffb4c 100644
--- a/src/main/java/com/ionoscloud/model/S3Bucket.java
+++ b/src/main/java/com/ionoscloud/model/S3Bucket.java
@@ -27,7 +27,7 @@
/**
* S3Bucket
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class S3Bucket {
diff --git a/src/main/java/com/ionoscloud/model/S3Key.java b/src/main/java/com/ionoscloud/model/S3Key.java
index 20ba9a6b..9795bba2 100644
--- a/src/main/java/com/ionoscloud/model/S3Key.java
+++ b/src/main/java/com/ionoscloud/model/S3Key.java
@@ -31,7 +31,7 @@
/**
* S3Key
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class S3Key {
diff --git a/src/main/java/com/ionoscloud/model/S3KeyMetadata.java b/src/main/java/com/ionoscloud/model/S3KeyMetadata.java
index a08dabd2..68b61258 100644
--- a/src/main/java/com/ionoscloud/model/S3KeyMetadata.java
+++ b/src/main/java/com/ionoscloud/model/S3KeyMetadata.java
@@ -28,7 +28,7 @@
/**
* S3KeyMetadata
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class S3KeyMetadata {
diff --git a/src/main/java/com/ionoscloud/model/S3KeyProperties.java b/src/main/java/com/ionoscloud/model/S3KeyProperties.java
index dc5881ec..0df93575 100644
--- a/src/main/java/com/ionoscloud/model/S3KeyProperties.java
+++ b/src/main/java/com/ionoscloud/model/S3KeyProperties.java
@@ -27,7 +27,7 @@
/**
* S3KeyProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class S3KeyProperties {
diff --git a/src/main/java/com/ionoscloud/model/S3Keys.java b/src/main/java/com/ionoscloud/model/S3Keys.java
index 992d7a6d..9f56a9ce 100644
--- a/src/main/java/com/ionoscloud/model/S3Keys.java
+++ b/src/main/java/com/ionoscloud/model/S3Keys.java
@@ -32,7 +32,7 @@
/**
* S3Keys
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class S3Keys {
diff --git a/src/main/java/com/ionoscloud/model/S3ObjectStorageSSO.java b/src/main/java/com/ionoscloud/model/S3ObjectStorageSSO.java
index 408245b1..c65af57c 100644
--- a/src/main/java/com/ionoscloud/model/S3ObjectStorageSSO.java
+++ b/src/main/java/com/ionoscloud/model/S3ObjectStorageSSO.java
@@ -27,7 +27,7 @@
/**
* S3ObjectStorageSSO
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class S3ObjectStorageSSO {
diff --git a/src/main/java/com/ionoscloud/model/Server.java b/src/main/java/com/ionoscloud/model/Server.java
index 655372c3..4c6ba073 100644
--- a/src/main/java/com/ionoscloud/model/Server.java
+++ b/src/main/java/com/ionoscloud/model/Server.java
@@ -32,7 +32,7 @@
/**
* Server
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Server {
diff --git a/src/main/java/com/ionoscloud/model/ServerEntities.java b/src/main/java/com/ionoscloud/model/ServerEntities.java
index fd88b08b..cab19106 100644
--- a/src/main/java/com/ionoscloud/model/ServerEntities.java
+++ b/src/main/java/com/ionoscloud/model/ServerEntities.java
@@ -30,7 +30,7 @@
/**
* ServerEntities
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ServerEntities {
diff --git a/src/main/java/com/ionoscloud/model/ServerProperties.java b/src/main/java/com/ionoscloud/model/ServerProperties.java
index 05a48d65..28b05f22 100644
--- a/src/main/java/com/ionoscloud/model/ServerProperties.java
+++ b/src/main/java/com/ionoscloud/model/ServerProperties.java
@@ -28,7 +28,7 @@
/**
* ServerProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class ServerProperties {
diff --git a/src/main/java/com/ionoscloud/model/Servers.java b/src/main/java/com/ionoscloud/model/Servers.java
index b896bc9f..20f3fd81 100644
--- a/src/main/java/com/ionoscloud/model/Servers.java
+++ b/src/main/java/com/ionoscloud/model/Servers.java
@@ -34,7 +34,7 @@
/**
* Servers
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Servers {
diff --git a/src/main/java/com/ionoscloud/model/Snapshot.java b/src/main/java/com/ionoscloud/model/Snapshot.java
index 16d82261..460622da 100644
--- a/src/main/java/com/ionoscloud/model/Snapshot.java
+++ b/src/main/java/com/ionoscloud/model/Snapshot.java
@@ -31,7 +31,7 @@
/**
* Snapshot
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Snapshot {
diff --git a/src/main/java/com/ionoscloud/model/SnapshotProperties.java b/src/main/java/com/ionoscloud/model/SnapshotProperties.java
index e3775ae0..346f4a58 100644
--- a/src/main/java/com/ionoscloud/model/SnapshotProperties.java
+++ b/src/main/java/com/ionoscloud/model/SnapshotProperties.java
@@ -28,7 +28,7 @@
/**
* SnapshotProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class SnapshotProperties {
diff --git a/src/main/java/com/ionoscloud/model/Snapshots.java b/src/main/java/com/ionoscloud/model/Snapshots.java
index 67823c33..88704446 100644
--- a/src/main/java/com/ionoscloud/model/Snapshots.java
+++ b/src/main/java/com/ionoscloud/model/Snapshots.java
@@ -32,7 +32,7 @@
/**
* Snapshots
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Snapshots {
diff --git a/src/main/java/com/ionoscloud/model/TargetGroup.java b/src/main/java/com/ionoscloud/model/TargetGroup.java
index 3e3324b7..5cff0eda 100644
--- a/src/main/java/com/ionoscloud/model/TargetGroup.java
+++ b/src/main/java/com/ionoscloud/model/TargetGroup.java
@@ -31,7 +31,7 @@
/**
* TargetGroup
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class TargetGroup {
diff --git a/src/main/java/com/ionoscloud/model/TargetGroupHealthCheck.java b/src/main/java/com/ionoscloud/model/TargetGroupHealthCheck.java
index f2282b43..d2f9d6bc 100644
--- a/src/main/java/com/ionoscloud/model/TargetGroupHealthCheck.java
+++ b/src/main/java/com/ionoscloud/model/TargetGroupHealthCheck.java
@@ -27,7 +27,7 @@
/**
* TargetGroupHealthCheck
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class TargetGroupHealthCheck {
diff --git a/src/main/java/com/ionoscloud/model/TargetGroupHttpHealthCheck.java b/src/main/java/com/ionoscloud/model/TargetGroupHttpHealthCheck.java
index 63e3651b..2da6f070 100644
--- a/src/main/java/com/ionoscloud/model/TargetGroupHttpHealthCheck.java
+++ b/src/main/java/com/ionoscloud/model/TargetGroupHttpHealthCheck.java
@@ -27,7 +27,7 @@
/**
* TargetGroupHttpHealthCheck
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class TargetGroupHttpHealthCheck {
diff --git a/src/main/java/com/ionoscloud/model/TargetGroupProperties.java b/src/main/java/com/ionoscloud/model/TargetGroupProperties.java
index 73bf6abc..52fac3fc 100644
--- a/src/main/java/com/ionoscloud/model/TargetGroupProperties.java
+++ b/src/main/java/com/ionoscloud/model/TargetGroupProperties.java
@@ -32,7 +32,7 @@
/**
* TargetGroupProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class TargetGroupProperties {
diff --git a/src/main/java/com/ionoscloud/model/TargetGroupPut.java b/src/main/java/com/ionoscloud/model/TargetGroupPut.java
index 7939def5..ee8f63a2 100644
--- a/src/main/java/com/ionoscloud/model/TargetGroupPut.java
+++ b/src/main/java/com/ionoscloud/model/TargetGroupPut.java
@@ -30,7 +30,7 @@
/**
* TargetGroupPut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class TargetGroupPut {
diff --git a/src/main/java/com/ionoscloud/model/TargetGroupTarget.java b/src/main/java/com/ionoscloud/model/TargetGroupTarget.java
index 65aa04c5..143e71fc 100644
--- a/src/main/java/com/ionoscloud/model/TargetGroupTarget.java
+++ b/src/main/java/com/ionoscloud/model/TargetGroupTarget.java
@@ -27,7 +27,7 @@
/**
* TargetGroupTarget
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class TargetGroupTarget {
@@ -55,6 +55,63 @@ public class TargetGroupTarget {
@SerializedName(SERIALIZED_NAME_WEIGHT)
private Integer weight;
+
+ /**
+ * ProxyProtocol is used to set the proxy protocol version.
+ */
+ @JsonAdapter(ProxyProtocolEnum.Adapter.class)
+ public enum ProxyProtocolEnum {
+ NONE("none"),
+
+ V1("v1"),
+
+ V2("v2"),
+
+ V2SSL("v2ssl");
+
+ private String value;
+
+ ProxyProtocolEnum(String value) {
+ this.value = value;
+ }
+
+ public String getValue() {
+ return value;
+ }
+
+ @Override
+ public String toString() {
+ return String.valueOf(value);
+ }
+
+ public static ProxyProtocolEnum fromValue(String value) {
+
+ for (ProxyProtocolEnum b : ProxyProtocolEnum.values()) {
+ if (b.value.equals(value)) {
+ return b;
+ }
+ }
+ return null;
+ }
+
+ public static class Adapter extends TypeAdapter {
+ @Override
+ public void write(final JsonWriter jsonWriter, final ProxyProtocolEnum enumeration) throws IOException {
+ jsonWriter.value(enumeration.getValue());
+ }
+
+ @Override
+ public ProxyProtocolEnum read(final JsonReader jsonReader) throws IOException {
+ String value = jsonReader.nextString();
+ return ProxyProtocolEnum.fromValue(value);
+ }
+ }
+ }
+
+ public static final String SERIALIZED_NAME_PROXY_PROTOCOL = "proxyProtocol";
+ @SerializedName(SERIALIZED_NAME_PROXY_PROTOCOL)
+ private ProxyProtocolEnum proxyProtocol = ProxyProtocolEnum.NONE;
+
public TargetGroupTarget healthCheckEnabled(Boolean healthCheckEnabled) {
@@ -173,6 +230,30 @@ public void setWeight(Integer weight) {
}
+
+ public TargetGroupTarget proxyProtocol(ProxyProtocolEnum proxyProtocol) {
+
+ this.proxyProtocol = proxyProtocol;
+ return this;
+ }
+
+ /**
+ * ProxyProtocol is used to set the proxy protocol version.
+ * @return proxyProtocol
+ **/
+ @javax.annotation.Nullable
+ @ApiModelProperty(value = "ProxyProtocol is used to set the proxy protocol version.")
+
+ public ProxyProtocolEnum getProxyProtocol() {
+ return proxyProtocol;
+ }
+
+
+ public void setProxyProtocol(ProxyProtocolEnum proxyProtocol) {
+ this.proxyProtocol = proxyProtocol;
+ }
+
+
@Override
public boolean equals(Object o) {
if (this == o) {
@@ -182,7 +263,7 @@ public boolean equals(Object o) {
return false;
}
TargetGroupTarget targetGroupTarget = (TargetGroupTarget) o;
- return Objects.equals(this.healthCheckEnabled, targetGroupTarget.healthCheckEnabled) && Objects.equals(this.ip, targetGroupTarget.ip) && Objects.equals(this.maintenanceEnabled, targetGroupTarget.maintenanceEnabled) && Objects.equals(this.port, targetGroupTarget.port) && Objects.equals(this.weight, targetGroupTarget.weight);
+ return Objects.equals(this.healthCheckEnabled, targetGroupTarget.healthCheckEnabled) && Objects.equals(this.ip, targetGroupTarget.ip) && Objects.equals(this.maintenanceEnabled, targetGroupTarget.maintenanceEnabled) && Objects.equals(this.port, targetGroupTarget.port) && Objects.equals(this.weight, targetGroupTarget.weight) && Objects.equals(this.proxyProtocol, targetGroupTarget.proxyProtocol);
}
@@ -202,6 +283,8 @@ public String toString() {
sb.append(" port: ").append(toIndentedString(port)).append("\n");
sb.append(" weight: ").append(toIndentedString(weight)).append("\n");
+
+ sb.append(" proxyProtocol: ").append(toIndentedString(proxyProtocol)).append("\n");
sb.append("}");
return sb.toString();
}
diff --git a/src/main/java/com/ionoscloud/model/TargetGroups.java b/src/main/java/com/ionoscloud/model/TargetGroups.java
index b7627621..a934b183 100644
--- a/src/main/java/com/ionoscloud/model/TargetGroups.java
+++ b/src/main/java/com/ionoscloud/model/TargetGroups.java
@@ -34,7 +34,7 @@
/**
* TargetGroups
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class TargetGroups {
diff --git a/src/main/java/com/ionoscloud/model/TargetPortRange.java b/src/main/java/com/ionoscloud/model/TargetPortRange.java
index aca1f104..fb8311a0 100644
--- a/src/main/java/com/ionoscloud/model/TargetPortRange.java
+++ b/src/main/java/com/ionoscloud/model/TargetPortRange.java
@@ -27,7 +27,7 @@
/**
* TargetPortRange
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class TargetPortRange {
diff --git a/src/main/java/com/ionoscloud/model/Template.java b/src/main/java/com/ionoscloud/model/Template.java
index eabb8e4c..ab3f0fbe 100644
--- a/src/main/java/com/ionoscloud/model/Template.java
+++ b/src/main/java/com/ionoscloud/model/Template.java
@@ -31,7 +31,7 @@
/**
* Template
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Template {
diff --git a/src/main/java/com/ionoscloud/model/TemplateProperties.java b/src/main/java/com/ionoscloud/model/TemplateProperties.java
index 5e070100..9c92e7fd 100644
--- a/src/main/java/com/ionoscloud/model/TemplateProperties.java
+++ b/src/main/java/com/ionoscloud/model/TemplateProperties.java
@@ -28,7 +28,7 @@
/**
* TemplateProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class TemplateProperties {
diff --git a/src/main/java/com/ionoscloud/model/Templates.java b/src/main/java/com/ionoscloud/model/Templates.java
index 803bd2a0..b61df5ec 100644
--- a/src/main/java/com/ionoscloud/model/Templates.java
+++ b/src/main/java/com/ionoscloud/model/Templates.java
@@ -32,7 +32,7 @@
/**
* Templates
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Templates {
diff --git a/src/main/java/com/ionoscloud/model/Token.java b/src/main/java/com/ionoscloud/model/Token.java
index af6420b7..d9c590dd 100644
--- a/src/main/java/com/ionoscloud/model/Token.java
+++ b/src/main/java/com/ionoscloud/model/Token.java
@@ -27,7 +27,7 @@
/**
* Token
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Token {
diff --git a/src/main/java/com/ionoscloud/model/User.java b/src/main/java/com/ionoscloud/model/User.java
index c0250950..320498f2 100644
--- a/src/main/java/com/ionoscloud/model/User.java
+++ b/src/main/java/com/ionoscloud/model/User.java
@@ -32,7 +32,7 @@
/**
* User
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class User {
diff --git a/src/main/java/com/ionoscloud/model/UserMetadata.java b/src/main/java/com/ionoscloud/model/UserMetadata.java
index b433a460..7ada268d 100644
--- a/src/main/java/com/ionoscloud/model/UserMetadata.java
+++ b/src/main/java/com/ionoscloud/model/UserMetadata.java
@@ -28,7 +28,7 @@
/**
* UserMetadata
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class UserMetadata {
diff --git a/src/main/java/com/ionoscloud/model/UserPost.java b/src/main/java/com/ionoscloud/model/UserPost.java
index 2dcad25d..208642ea 100644
--- a/src/main/java/com/ionoscloud/model/UserPost.java
+++ b/src/main/java/com/ionoscloud/model/UserPost.java
@@ -28,7 +28,7 @@
/**
* UserPost
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class UserPost {
diff --git a/src/main/java/com/ionoscloud/model/UserProperties.java b/src/main/java/com/ionoscloud/model/UserProperties.java
index cff14079..3db7fbbf 100644
--- a/src/main/java/com/ionoscloud/model/UserProperties.java
+++ b/src/main/java/com/ionoscloud/model/UserProperties.java
@@ -27,7 +27,7 @@
/**
* UserProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class UserProperties {
diff --git a/src/main/java/com/ionoscloud/model/UserPropertiesPost.java b/src/main/java/com/ionoscloud/model/UserPropertiesPost.java
index 648bce2b..7b635868 100644
--- a/src/main/java/com/ionoscloud/model/UserPropertiesPost.java
+++ b/src/main/java/com/ionoscloud/model/UserPropertiesPost.java
@@ -27,7 +27,7 @@
/**
* UserPropertiesPost
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class UserPropertiesPost {
diff --git a/src/main/java/com/ionoscloud/model/UserPropertiesPut.java b/src/main/java/com/ionoscloud/model/UserPropertiesPut.java
index 8e22ab34..06113654 100644
--- a/src/main/java/com/ionoscloud/model/UserPropertiesPut.java
+++ b/src/main/java/com/ionoscloud/model/UserPropertiesPut.java
@@ -27,7 +27,7 @@
/**
* UserPropertiesPut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class UserPropertiesPut {
diff --git a/src/main/java/com/ionoscloud/model/UserPut.java b/src/main/java/com/ionoscloud/model/UserPut.java
index cb21b327..1e8da8f0 100644
--- a/src/main/java/com/ionoscloud/model/UserPut.java
+++ b/src/main/java/com/ionoscloud/model/UserPut.java
@@ -28,7 +28,7 @@
/**
* UserPut
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class UserPut {
diff --git a/src/main/java/com/ionoscloud/model/Users.java b/src/main/java/com/ionoscloud/model/Users.java
index 84d9bcc8..04a8446b 100644
--- a/src/main/java/com/ionoscloud/model/Users.java
+++ b/src/main/java/com/ionoscloud/model/Users.java
@@ -34,7 +34,7 @@
/**
* Users
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Users {
diff --git a/src/main/java/com/ionoscloud/model/UsersEntities.java b/src/main/java/com/ionoscloud/model/UsersEntities.java
index eabe9cb2..99470ca5 100644
--- a/src/main/java/com/ionoscloud/model/UsersEntities.java
+++ b/src/main/java/com/ionoscloud/model/UsersEntities.java
@@ -29,7 +29,7 @@
/**
* UsersEntities
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class UsersEntities {
diff --git a/src/main/java/com/ionoscloud/model/Volume.java b/src/main/java/com/ionoscloud/model/Volume.java
index c98cd9c7..3f8e4fe6 100644
--- a/src/main/java/com/ionoscloud/model/Volume.java
+++ b/src/main/java/com/ionoscloud/model/Volume.java
@@ -31,7 +31,7 @@
/**
* Volume
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Volume {
diff --git a/src/main/java/com/ionoscloud/model/VolumeProperties.java b/src/main/java/com/ionoscloud/model/VolumeProperties.java
index 2cac4e24..d9131675 100644
--- a/src/main/java/com/ionoscloud/model/VolumeProperties.java
+++ b/src/main/java/com/ionoscloud/model/VolumeProperties.java
@@ -31,7 +31,7 @@
/**
* VolumeProperties
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class VolumeProperties {
diff --git a/src/main/java/com/ionoscloud/model/Volumes.java b/src/main/java/com/ionoscloud/model/Volumes.java
index 0c55cf76..d3d54ca1 100644
--- a/src/main/java/com/ionoscloud/model/Volumes.java
+++ b/src/main/java/com/ionoscloud/model/Volumes.java
@@ -34,7 +34,7 @@
/**
* Volumes
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-09-05T12:38:36.990Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-01T15:22:04.229Z[Etc/UTC]")
public class Volumes {