From 887ab623ac52c6bee027a2c65d9b4337a8d25dc2 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Mon, 21 Sep 2026 12:18:19 +0000 Subject: [PATCH] Generate vpn --- services/vpn/oas_commit | 2 +- .../vpn/src/stackit/vpn/models/tunnel_configuration_phase1.py | 2 +- .../vpn/src/stackit/vpn/models/tunnel_configuration_phase2.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/vpn/oas_commit b/services/vpn/oas_commit index 35b7f4140..e71b273d5 100644 --- a/services/vpn/oas_commit +++ b/services/vpn/oas_commit @@ -1 +1 @@ -7e7c0c6d141ef436fa9dee1e9724936562b7d6da +c5681f3e228ca69c4dd3debc19e7711e8a6fab56 diff --git a/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase1.py b/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase1.py index 0ba6d3ecf..839bf6d5c 100644 --- a/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase1.py +++ b/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase1.py @@ -37,7 +37,7 @@ class TunnelConfigurationPhase1(BaseModel): description="Supported integrity algorithms. SHA1 is deprecated and will be removed on 2026-12-31. ", alias="integrityAlgorithms", ) - rekey_time: Optional[Annotated[int, Field(le=28800, strict=True, ge=900)]] = Field( + rekey_time: Optional[Annotated[int, Field(le=86400, strict=True, ge=900)]] = Field( default=14400, description="Time to schedule a IKE re-keying (in seconds).", alias="rekeyTime" ) __properties: ClassVar[List[str]] = ["dhGroups", "encryptionAlgorithms", "integrityAlgorithms", "rekeyTime"] diff --git a/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase2.py b/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase2.py index 9c27c96f7..1dbdffba2 100644 --- a/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase2.py +++ b/services/vpn/src/stackit/vpn/models/tunnel_configuration_phase2.py @@ -42,7 +42,7 @@ class TunnelConfigurationPhase2(BaseModel): description='Action to perform for this CHILD_SA on DPD timeout. "clear": Closes the CHILD_SA and does not take further action. "restart": immediately tries to re-negotiate the CILD_SA under a fresh IKE_SA. ', alias="dpdAction", ) - rekey_time: Optional[Annotated[int, Field(le=3600, strict=True, ge=900)]] = Field( + rekey_time: Optional[Annotated[int, Field(le=14400, strict=True, ge=900)]] = Field( default=3600, description="Time to schedule a Child SA re-keying (in seconds).", alias="rekeyTime" ) start_action: Optional[StrictStr] = Field(