You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -824,7 +827,7 @@ class ResourcePoolPatch(BaseAPISpec):
824
827
)
825
828
hibernation_warning_period: Optional[int] =Field(
826
829
None,
827
-
description="A duration in seconds, lower than `HibernationThreshold`,\nwhich indicates when to let the user know about a session that\nis going to be expired. If `0` is specified, some default\nvalue will be chosen. If no `HibernationThreshold` is defined,\nthis value is ignored.\n",
830
+
description="A duration in seconds, lower than `HibernationThreshold`,\nwhich indicates when to let the user know about a session that\nis going to be hibernated. If `0` is specified, some default\nvalue will be chosen. If no `HibernationThreshold` is defined,\nthis value is ignored.\n",
828
831
ge=0,
829
832
le=2147483647,
830
833
)
@@ -878,7 +881,7 @@ class ResourcePool(BaseAPISpec):
878
881
)
879
882
hibernation_warning_period: Optional[int] =Field(
880
883
None,
881
-
description="A duration in seconds, lower than `HibernationThreshold`,\nwhich indicates when to let the user know about a session that\nis going to be expired. If `0` is specified, some default\nvalue will be chosen. If no `HibernationThreshold` is defined,\nthis value is ignored.\n",
884
+
description="A duration in seconds, lower than `HibernationThreshold`,\nwhich indicates when to let the user know about a session that\nis going to be hibernated. If `0` is specified, some default\nvalue will be chosen. If no `HibernationThreshold` is defined,\nthis value is ignored.\n",
882
885
ge=0,
883
886
le=2147483647,
884
887
)
@@ -958,7 +961,7 @@ class ResourcePoolPut(BaseAPISpec):
958
961
)
959
962
hibernation_warning_period: Optional[int] =Field(
960
963
None,
961
-
description="A duration in seconds, lower than `HibernationThreshold`,\nwhich indicates when to let the user know about a session that\nis going to be expired. If `0` is specified, some default\nvalue will be chosen. If no `HibernationThreshold` is defined,\nthis value is ignored.\n",
964
+
description="A duration in seconds, lower than `HibernationThreshold`,\nwhich indicates when to let the user know about a session that\nis going to be hibernated. If `0` is specified, some default\nvalue will be chosen. If no `HibernationThreshold` is defined,\nthis value is ignored.\n",
962
965
ge=0,
963
966
le=2147483647,
964
967
)
@@ -1018,7 +1021,7 @@ class ResourcePoolWithId(BaseAPISpec):
1018
1021
)
1019
1022
hibernation_warning_period: Optional[int] =Field(
1020
1023
None,
1021
-
description="A duration in seconds, lower than `HibernationThreshold`,\nwhich indicates when to let the user know about a session that\nis going to be expired. If `0` is specified, some default\nvalue will be chosen. If no `HibernationThreshold` is defined,\nthis value is ignored.\n",
1024
+
description="A duration in seconds, lower than `HibernationThreshold`,\nwhich indicates when to let the user know about a session that\nis going to be hibernated. If `0` is specified, some default\nvalue will be chosen. If no `HibernationThreshold` is defined,\nthis value is ignored.\n",
1022
1025
ge=0,
1023
1026
le=2147483647,
1024
1027
)
@@ -1072,7 +1075,7 @@ class ResourcePoolWithIdFiltered(BaseAPISpec):
1072
1075
)
1073
1076
hibernation_warning_period: Optional[int] =Field(
1074
1077
None,
1075
-
description="A duration in seconds, lower than `HibernationThreshold`,\nwhich indicates when to let the user know about a session that\nis going to be expired. If `0` is specified, some default\nvalue will be chosen. If no `HibernationThreshold` is defined,\nthis value is ignored.\n",
1078
+
description="A duration in seconds, lower than `HibernationThreshold`,\nwhich indicates when to let the user know about a session that\nis going to be hibernated. If `0` is specified, some default\nvalue will be chosen. If no `HibernationThreshold` is defined,\nthis value is ignored.\n",
0 commit comments