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
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
56
56
:param datacenter: Filter products by datacenter.
57
57
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
58
-
:param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
58
+
:param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
115
115
:param datacenter: Filter products by datacenter.
116
116
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
117
-
:param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
117
+
:param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ class ListPublicCatalogProductsRequestStatus(str, Enum, metaclass=StrEnumMeta):
37
37
PUBLIC_BETA="public_beta"
38
38
PREVIEW="preview"
39
39
GENERAL_AVAILABILITY="general_availability"
40
+
END_OF_NEW_FEATURES="end_of_new_features"
41
+
END_OF_GROWTH="end_of_growth"
40
42
END_OF_DEPLOYMENT="end_of_deployment"
41
43
END_OF_SUPPORT="end_of_support"
42
44
END_OF_SALE="end_of_sale"
@@ -85,6 +87,8 @@ class PublicCatalogProductStatus(str, Enum, metaclass=StrEnumMeta):
85
87
PUBLIC_BETA="public_beta"
86
88
PREVIEW="preview"
87
89
GENERAL_AVAILABILITY="general_availability"
90
+
END_OF_NEW_FEATURES="end_of_new_features"
91
+
END_OF_GROWTH="end_of_growth"
88
92
END_OF_DEPLOYMENT="end_of_deployment"
89
93
END_OF_SUPPORT="end_of_support"
90
94
END_OF_SALE="end_of_sale"
@@ -550,7 +554,7 @@ class PublicCatalogApiListPublicCatalogProductsRequest:
550
554
default_factory=list
551
555
)
552
556
"""
553
-
The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
557
+
The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
56
56
:param datacenter: Filter products by datacenter.
57
57
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
58
-
:param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
58
+
:param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
115
115
:param datacenter: Filter products by datacenter.
116
116
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
117
-
:param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
117
+
:param status: The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
Copy file name to clipboardExpand all lines: scaleway/scaleway/product_catalog/v2alpha1/types.py
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ class ListPublicCatalogProductsRequestStatus(str, Enum, metaclass=StrEnumMeta):
37
37
PUBLIC_BETA="public_beta"
38
38
PREVIEW="preview"
39
39
GENERAL_AVAILABILITY="general_availability"
40
+
END_OF_NEW_FEATURES="end_of_new_features"
41
+
END_OF_GROWTH="end_of_growth"
40
42
END_OF_DEPLOYMENT="end_of_deployment"
41
43
END_OF_SUPPORT="end_of_support"
42
44
END_OF_SALE="end_of_sale"
@@ -85,6 +87,8 @@ class PublicCatalogProductStatus(str, Enum, metaclass=StrEnumMeta):
85
87
PUBLIC_BETA="public_beta"
86
88
PREVIEW="preview"
87
89
GENERAL_AVAILABILITY="general_availability"
90
+
END_OF_NEW_FEATURES="end_of_new_features"
91
+
END_OF_GROWTH="end_of_growth"
88
92
END_OF_DEPLOYMENT="end_of_deployment"
89
93
END_OF_SUPPORT="end_of_support"
90
94
END_OF_SALE="end_of_sale"
@@ -550,7 +554,7 @@ class PublicCatalogApiListPublicCatalogProductsRequest:
550
554
default_factory=list
551
555
)
552
556
"""
553
-
The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
557
+
The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
0 commit comments