ibm-platform-services 0.55.2__tar.gz → 0.56.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ibm_platform_services-0.56.0/MANIFEST.in +1 -0
- {ibm-platform-services-0.55.2/ibm_platform_services.egg-info → ibm_platform_services-0.56.0}/PKG-INFO +24 -10
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/README.md +1 -1
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/catalog_management_v1.py +58 -58
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/global_catalog_v1.py +29 -29
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/iam_identity_v1.py +1664 -199
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/ibm_cloud_shell_v1.py +2 -2
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/open_service_broker_v1.py +6 -6
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/resource_manager_v2.py +3 -3
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/usage_metering_v4.py +1 -1
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/version.py +1 -1
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0/ibm_platform_services.egg-info}/PKG-INFO +24 -10
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services.egg-info/SOURCES.txt +1 -5
- ibm_platform_services-0.56.0/ibm_platform_services.egg-info/requires.txt +13 -0
- ibm_platform_services-0.56.0/pyproject.toml +63 -0
- ibm-platform-services-0.55.2/MANIFEST.in +0 -3
- ibm-platform-services-0.55.2/ibm_platform_services.egg-info/requires.txt +0 -1
- ibm-platform-services-0.55.2/ibm_platform_services.egg-info/zip-safe +0 -1
- ibm-platform-services-0.55.2/pyproject.toml +0 -3
- ibm-platform-services-0.55.2/requirements-dev.txt +0 -6
- ibm-platform-services-0.55.2/requirements.txt +0 -1
- ibm-platform-services-0.55.2/setup.py +0 -74
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/LICENSE +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/__init__.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/case_management_v1.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/common.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/context_based_restrictions_v1.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/enterprise_billing_units_v1.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/enterprise_management_v1.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/enterprise_usage_reports_v1.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/global_search_v2.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/global_tagging_v1.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/iam_access_groups_v2.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/iam_policy_management_v1.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/partner_billing_units_v1.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/partner_usage_reports_v1.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/resource_controller_v2.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/usage_reports_v4.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services/user_management_v1.py +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services.egg-info/dependency_links.txt +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/ibm_platform_services.egg-info/top_level.txt +0 -0
- {ibm-platform-services-0.55.2 → ibm_platform_services-0.56.0}/setup.cfg +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
include LICENSE
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ibm-platform-services
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.56.0
|
|
4
4
|
Summary: Python client library for IBM Cloud Platform Services
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
Author-email: IBM <devxsdk@us.ibm.com>
|
|
6
|
+
Project-URL: Repository, https://github.com/IBM/platform-services-python-sdk
|
|
7
|
+
Project-URL: Documentation, https://github.com/IBM/platform-services-python-sdk/blob/main/README.md
|
|
8
|
+
Project-URL: Issues, https://github.com/IBM/platform-services-python-sdk/issues
|
|
9
|
+
Project-URL: Changelog, https://github.com/IBM/platform-services-python-sdk/blob/main/CHANGELOG.md
|
|
10
|
+
Project-URL: Contributing, https://github.com/IBM/platform-services-python-sdk/blob/main/CONTRIBUTING.md
|
|
11
|
+
Project-URL: License, https://github.com/IBM/platform-services-python-sdk/blob/main/LICENSE
|
|
12
|
+
Keywords: ibm,cloud,ibm cloud services,ibm cloud platform services
|
|
11
13
|
Classifier: Programming Language :: Python
|
|
12
14
|
Classifier: Programming Language :: Python :: 3
|
|
13
15
|
Classifier: Programming Language :: Python :: 3.8
|
|
@@ -16,13 +18,27 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
16
18
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
20
|
Classifier: Development Status :: 4 - Beta
|
|
21
|
+
Classifier: Environment :: Console
|
|
19
22
|
Classifier: Intended Audience :: Developers
|
|
20
23
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
21
24
|
Classifier: Operating System :: OS Independent
|
|
25
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
22
26
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
23
27
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
28
|
+
Requires-Python: >=3.8
|
|
24
29
|
Description-Content-Type: text/markdown
|
|
25
30
|
License-File: LICENSE
|
|
31
|
+
Requires-Dist: ibm_cloud_sdk_core<4.0.0,>=3.20.6
|
|
32
|
+
Provides-Extra: dev
|
|
33
|
+
Requires-Dist: coverage<8.0.0,>=7.3.2; extra == "dev"
|
|
34
|
+
Requires-Dist: pylint<4.0.0,>=3.0.0; extra == "dev"
|
|
35
|
+
Requires-Dist: pytest<8.0.0,>=7.4.2; extra == "dev"
|
|
36
|
+
Requires-Dist: pytest-cov<5.0.0,>=4.1.0; extra == "dev"
|
|
37
|
+
Requires-Dist: responses<1.0.0,>=0.23.3; extra == "dev"
|
|
38
|
+
Requires-Dist: black<25.0.0,>=24.0.0; extra == "dev"
|
|
39
|
+
Provides-Extra: publish
|
|
40
|
+
Requires-Dist: build; extra == "publish"
|
|
41
|
+
Requires-Dist: twine; extra == "publish"
|
|
26
42
|
|
|
27
43
|
[](https://app.travis-ci.com/IBM/platform-services-python-sdk)
|
|
28
44
|
[](https://github.com/IBM/platform-services-python-sdk/releases/latest)
|
|
@@ -34,7 +50,7 @@ License-File: LICENSE
|
|
|
34
50
|
[](https://cla-assistant.io/IBM/platform-services-python-sdk)
|
|
35
51
|
|
|
36
52
|
|
|
37
|
-
# IBM Cloud Platform Services Python SDK Version 0.
|
|
53
|
+
# IBM Cloud Platform Services Python SDK Version 0.56.0
|
|
38
54
|
|
|
39
55
|
Python client library to interact with various
|
|
40
56
|
[IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services).
|
|
@@ -147,5 +163,3 @@ See [CONTRIBUTING.md](https://github.com/IBM/platform-services-python-sdk/blob/m
|
|
|
147
163
|
|
|
148
164
|
This SDK is released under the Apache 2.0 license.
|
|
149
165
|
The license's full text can be found in [LICENSE](https://github.com/IBM/platform-services-python-sdk/blob/main/LICENSE).
|
|
150
|
-
|
|
151
|
-
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](https://cla-assistant.io/IBM/platform-services-python-sdk)
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
# IBM Cloud Platform Services Python SDK Version 0.
|
|
11
|
+
# IBM Cloud Platform Services Python SDK Version 0.56.0
|
|
12
12
|
|
|
13
13
|
Python client library to interact with various
|
|
14
14
|
[IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services).
|
|
@@ -252,7 +252,7 @@ class CatalogManagementV1(BaseService):
|
|
|
252
252
|
catalog_filters: 'Filters' = None,
|
|
253
253
|
syndication_settings: 'SyndicationResource' = None,
|
|
254
254
|
kind: str = None,
|
|
255
|
-
**kwargs
|
|
255
|
+
**kwargs,
|
|
256
256
|
) -> DetailedResponse:
|
|
257
257
|
"""
|
|
258
258
|
Create a catalog.
|
|
@@ -377,7 +377,7 @@ class CatalogManagementV1(BaseService):
|
|
|
377
377
|
catalog_filters: 'Filters' = None,
|
|
378
378
|
syndication_settings: 'SyndicationResource' = None,
|
|
379
379
|
kind: str = None,
|
|
380
|
-
**kwargs
|
|
380
|
+
**kwargs,
|
|
381
381
|
) -> DetailedResponse:
|
|
382
382
|
"""
|
|
383
383
|
Update catalog.
|
|
@@ -535,7 +535,7 @@ class CatalogManagementV1(BaseService):
|
|
|
535
535
|
include_hidden: bool = None,
|
|
536
536
|
limit: int = None,
|
|
537
537
|
offset: int = None,
|
|
538
|
-
**kwargs
|
|
538
|
+
**kwargs,
|
|
539
539
|
) -> DetailedResponse:
|
|
540
540
|
"""
|
|
541
541
|
Get consumption offerings.
|
|
@@ -599,7 +599,7 @@ class CatalogManagementV1(BaseService):
|
|
|
599
599
|
offset: int = None,
|
|
600
600
|
name: str = None,
|
|
601
601
|
sort: str = None,
|
|
602
|
-
**kwargs
|
|
602
|
+
**kwargs,
|
|
603
603
|
) -> DetailedResponse:
|
|
604
604
|
"""
|
|
605
605
|
Get list of offerings.
|
|
@@ -688,7 +688,7 @@ class CatalogManagementV1(BaseService):
|
|
|
688
688
|
repo_info: 'RepoInfo' = None,
|
|
689
689
|
support: 'Support' = None,
|
|
690
690
|
media: List['MediaItem'] = None,
|
|
691
|
-
**kwargs
|
|
691
|
+
**kwargs,
|
|
692
692
|
) -> DetailedResponse:
|
|
693
693
|
"""
|
|
694
694
|
Create offering.
|
|
@@ -850,7 +850,7 @@ class CatalogManagementV1(BaseService):
|
|
|
850
850
|
include_config: bool = None,
|
|
851
851
|
is_vsi: bool = None,
|
|
852
852
|
repo_type: str = None,
|
|
853
|
-
**kwargs
|
|
853
|
+
**kwargs,
|
|
854
854
|
) -> DetailedResponse:
|
|
855
855
|
"""
|
|
856
856
|
Import offering version.
|
|
@@ -931,7 +931,7 @@ class CatalogManagementV1(BaseService):
|
|
|
931
931
|
is_vsi: bool = None,
|
|
932
932
|
repo_type: str = None,
|
|
933
933
|
x_auth_token: str = None,
|
|
934
|
-
**kwargs
|
|
934
|
+
**kwargs,
|
|
935
935
|
) -> DetailedResponse:
|
|
936
936
|
"""
|
|
937
937
|
Import offering.
|
|
@@ -1011,7 +1011,7 @@ class CatalogManagementV1(BaseService):
|
|
|
1011
1011
|
content: bytes = None,
|
|
1012
1012
|
zipurl: str = None,
|
|
1013
1013
|
repo_type: str = None,
|
|
1014
|
-
**kwargs
|
|
1014
|
+
**kwargs,
|
|
1015
1015
|
) -> DetailedResponse:
|
|
1016
1016
|
"""
|
|
1017
1017
|
Reload offering.
|
|
@@ -1154,7 +1154,7 @@ class CatalogManagementV1(BaseService):
|
|
|
1154
1154
|
repo_info: 'RepoInfo' = None,
|
|
1155
1155
|
support: 'Support' = None,
|
|
1156
1156
|
media: List['MediaItem'] = None,
|
|
1157
|
-
**kwargs
|
|
1157
|
+
**kwargs,
|
|
1158
1158
|
) -> DetailedResponse:
|
|
1159
1159
|
"""
|
|
1160
1160
|
Update offering.
|
|
@@ -1313,7 +1313,7 @@ class CatalogManagementV1(BaseService):
|
|
|
1313
1313
|
if_match: str,
|
|
1314
1314
|
*,
|
|
1315
1315
|
updates: List['JsonPatchOperation'] = None,
|
|
1316
|
-
**kwargs
|
|
1316
|
+
**kwargs,
|
|
1317
1317
|
) -> DetailedResponse:
|
|
1318
1318
|
"""
|
|
1319
1319
|
Update offering.
|
|
@@ -1537,7 +1537,7 @@ class CatalogManagementV1(BaseService):
|
|
|
1537
1537
|
*,
|
|
1538
1538
|
description: str = None,
|
|
1539
1539
|
days_until_deprecate: int = None,
|
|
1540
|
-
**kwargs
|
|
1540
|
+
**kwargs,
|
|
1541
1541
|
) -> DetailedResponse:
|
|
1542
1542
|
"""
|
|
1543
1543
|
Allows offering to be deprecated.
|
|
@@ -1602,7 +1602,7 @@ class CatalogManagementV1(BaseService):
|
|
|
1602
1602
|
channel: str = None,
|
|
1603
1603
|
namespaces: List[str] = None,
|
|
1604
1604
|
all_namespaces: bool = None,
|
|
1605
|
-
**kwargs
|
|
1605
|
+
**kwargs,
|
|
1606
1606
|
) -> DetailedResponse:
|
|
1607
1607
|
"""
|
|
1608
1608
|
Get version updates.
|
|
@@ -1689,7 +1689,7 @@ class CatalogManagementV1(BaseService):
|
|
|
1689
1689
|
id: str = None,
|
|
1690
1690
|
kind: str = None,
|
|
1691
1691
|
channel: str = None,
|
|
1692
|
-
**kwargs
|
|
1692
|
+
**kwargs,
|
|
1693
1693
|
) -> DetailedResponse:
|
|
1694
1694
|
"""
|
|
1695
1695
|
Get offering source.
|
|
@@ -2056,7 +2056,7 @@ class CatalogManagementV1(BaseService):
|
|
|
2056
2056
|
tags: List[str] = None,
|
|
2057
2057
|
target_kinds: List[str] = None,
|
|
2058
2058
|
content: bytes = None,
|
|
2059
|
-
**kwargs
|
|
2059
|
+
**kwargs,
|
|
2060
2060
|
) -> DetailedResponse:
|
|
2061
2061
|
"""
|
|
2062
2062
|
Copy version to new target kind.
|
|
@@ -2253,7 +2253,7 @@ class CatalogManagementV1(BaseService):
|
|
|
2253
2253
|
*,
|
|
2254
2254
|
limit: int = None,
|
|
2255
2255
|
offset: int = None,
|
|
2256
|
-
**kwargs
|
|
2256
|
+
**kwargs,
|
|
2257
2257
|
) -> DetailedResponse:
|
|
2258
2258
|
"""
|
|
2259
2259
|
Get cluster namespaces.
|
|
@@ -2307,7 +2307,7 @@ class CatalogManagementV1(BaseService):
|
|
|
2307
2307
|
namespaces: List[str] = None,
|
|
2308
2308
|
all_namespaces: bool = None,
|
|
2309
2309
|
version_locator_id: str = None,
|
|
2310
|
-
**kwargs
|
|
2310
|
+
**kwargs,
|
|
2311
2311
|
) -> DetailedResponse:
|
|
2312
2312
|
"""
|
|
2313
2313
|
Deploy operators.
|
|
@@ -2409,7 +2409,7 @@ class CatalogManagementV1(BaseService):
|
|
|
2409
2409
|
namespaces: List[str] = None,
|
|
2410
2410
|
all_namespaces: bool = None,
|
|
2411
2411
|
version_locator_id: str = None,
|
|
2412
|
-
**kwargs
|
|
2412
|
+
**kwargs,
|
|
2413
2413
|
) -> DetailedResponse:
|
|
2414
2414
|
"""
|
|
2415
2415
|
Update operators.
|
|
@@ -2520,7 +2520,7 @@ class CatalogManagementV1(BaseService):
|
|
|
2520
2520
|
vcenter_password: str = None,
|
|
2521
2521
|
vcenter_location: str = None,
|
|
2522
2522
|
vcenter_datastore: str = None,
|
|
2523
|
-
**kwargs
|
|
2523
|
+
**kwargs,
|
|
2524
2524
|
) -> DetailedResponse:
|
|
2525
2525
|
"""
|
|
2526
2526
|
Install version.
|
|
@@ -2617,7 +2617,7 @@ class CatalogManagementV1(BaseService):
|
|
|
2617
2617
|
vcenter_password: str = None,
|
|
2618
2618
|
vcenter_location: str = None,
|
|
2619
2619
|
vcenter_datastore: str = None,
|
|
2620
|
-
**kwargs
|
|
2620
|
+
**kwargs,
|
|
2621
2621
|
) -> DetailedResponse:
|
|
2622
2622
|
"""
|
|
2623
2623
|
Pre-install version.
|
|
@@ -2703,7 +2703,7 @@ class CatalogManagementV1(BaseService):
|
|
|
2703
2703
|
cluster_id: str = None,
|
|
2704
2704
|
region: str = None,
|
|
2705
2705
|
namespace: str = None,
|
|
2706
|
-
**kwargs
|
|
2706
|
+
**kwargs,
|
|
2707
2707
|
) -> DetailedResponse:
|
|
2708
2708
|
"""
|
|
2709
2709
|
Get version pre-install status.
|
|
@@ -2765,7 +2765,7 @@ class CatalogManagementV1(BaseService):
|
|
|
2765
2765
|
vcenter_password: str = None,
|
|
2766
2766
|
vcenter_location: str = None,
|
|
2767
2767
|
vcenter_datastore: str = None,
|
|
2768
|
-
**kwargs
|
|
2768
|
+
**kwargs,
|
|
2769
2769
|
) -> DetailedResponse:
|
|
2770
2770
|
"""
|
|
2771
2771
|
Validate offering.
|
|
@@ -2968,7 +2968,7 @@ class CatalogManagementV1(BaseService):
|
|
|
2968
2968
|
offset: int = None,
|
|
2969
2969
|
name: str = None,
|
|
2970
2970
|
sort: str = None,
|
|
2971
|
-
**kwargs
|
|
2971
|
+
**kwargs,
|
|
2972
2972
|
) -> DetailedResponse:
|
|
2973
2973
|
"""
|
|
2974
2974
|
List objects within a catalog.
|
|
@@ -3037,7 +3037,7 @@ class CatalogManagementV1(BaseService):
|
|
|
3037
3037
|
catalog_id: str = None,
|
|
3038
3038
|
catalog_name: str = None,
|
|
3039
3039
|
data: dict = None,
|
|
3040
|
-
**kwargs
|
|
3040
|
+
**kwargs,
|
|
3041
3041
|
) -> DetailedResponse:
|
|
3042
3042
|
"""
|
|
3043
3043
|
Create catalog object.
|
|
@@ -3190,7 +3190,7 @@ class CatalogManagementV1(BaseService):
|
|
|
3190
3190
|
catalog_id: str = None,
|
|
3191
3191
|
catalog_name: str = None,
|
|
3192
3192
|
data: dict = None,
|
|
3193
|
-
**kwargs
|
|
3193
|
+
**kwargs,
|
|
3194
3194
|
) -> DetailedResponse:
|
|
3195
3195
|
"""
|
|
3196
3196
|
Update catalog object.
|
|
@@ -3784,7 +3784,7 @@ class CatalogManagementV1(BaseService):
|
|
|
3784
3784
|
channel: str = None,
|
|
3785
3785
|
metadata: dict = None,
|
|
3786
3786
|
last_operation: 'OfferingInstanceLastOperation' = None,
|
|
3787
|
-
**kwargs
|
|
3787
|
+
**kwargs,
|
|
3788
3788
|
) -> DetailedResponse:
|
|
3789
3789
|
"""
|
|
3790
3790
|
Create an offering resource instance.
|
|
@@ -3931,7 +3931,7 @@ class CatalogManagementV1(BaseService):
|
|
|
3931
3931
|
channel: str = None,
|
|
3932
3932
|
metadata: dict = None,
|
|
3933
3933
|
last_operation: 'OfferingInstanceLastOperation' = None,
|
|
3934
|
-
**kwargs
|
|
3934
|
+
**kwargs,
|
|
3935
3935
|
) -> DetailedResponse:
|
|
3936
3936
|
"""
|
|
3937
3937
|
Update Offering Instance.
|
|
@@ -4300,7 +4300,7 @@ class AccumulatedFilters:
|
|
|
4300
4300
|
self,
|
|
4301
4301
|
*,
|
|
4302
4302
|
account_filters: List['Filters'] = None,
|
|
4303
|
-
catalog_filters: List['AccumulatedFiltersCatalogFiltersItem'] = None
|
|
4303
|
+
catalog_filters: List['AccumulatedFiltersCatalogFiltersItem'] = None,
|
|
4304
4304
|
) -> None:
|
|
4305
4305
|
"""
|
|
4306
4306
|
Initialize a AccumulatedFilters object.
|
|
@@ -4639,7 +4639,7 @@ class AuditRecord:
|
|
|
4639
4639
|
target_type: str = None,
|
|
4640
4640
|
target_id: str = None,
|
|
4641
4641
|
who_delegate_email: str = None,
|
|
4642
|
-
message: str = None
|
|
4642
|
+
message: str = None,
|
|
4643
4643
|
) -> None:
|
|
4644
4644
|
"""
|
|
4645
4645
|
Initialize a AuditRecord object.
|
|
@@ -4776,7 +4776,7 @@ class Catalog:
|
|
|
4776
4776
|
owning_account: str = None,
|
|
4777
4777
|
catalog_filters: 'Filters' = None,
|
|
4778
4778
|
syndication_settings: 'SyndicationResource' = None,
|
|
4779
|
-
kind: str = None
|
|
4779
|
+
kind: str = None,
|
|
4780
4780
|
) -> None:
|
|
4781
4781
|
"""
|
|
4782
4782
|
Initialize a Catalog object.
|
|
@@ -4978,7 +4978,7 @@ class CatalogObject:
|
|
|
4978
4978
|
state: 'State' = None,
|
|
4979
4979
|
catalog_id: str = None,
|
|
4980
4980
|
catalog_name: str = None,
|
|
4981
|
-
data: dict = None
|
|
4981
|
+
data: dict = None,
|
|
4982
4982
|
) -> None:
|
|
4983
4983
|
"""
|
|
4984
4984
|
Initialize a CatalogObject object.
|
|
@@ -5286,7 +5286,7 @@ class ClusterInfo:
|
|
|
5286
5286
|
resource_group_name: str = None,
|
|
5287
5287
|
id: str = None,
|
|
5288
5288
|
name: str = None,
|
|
5289
|
-
region: str = None
|
|
5289
|
+
region: str = None,
|
|
5290
5290
|
) -> None:
|
|
5291
5291
|
"""
|
|
5292
5292
|
Initialize a ClusterInfo object.
|
|
@@ -5385,7 +5385,7 @@ class Configuration:
|
|
|
5385
5385
|
description: str = None,
|
|
5386
5386
|
required: bool = None,
|
|
5387
5387
|
options: List[object] = None,
|
|
5388
|
-
hidden: bool = None
|
|
5388
|
+
hidden: bool = None,
|
|
5389
5389
|
) -> None:
|
|
5390
5390
|
"""
|
|
5391
5391
|
Initialize a Configuration object.
|
|
@@ -5585,7 +5585,7 @@ class Deployment:
|
|
|
5585
5585
|
metadata: dict = None,
|
|
5586
5586
|
tags: List[str] = None,
|
|
5587
5587
|
created: datetime = None,
|
|
5588
|
-
updated: datetime = None
|
|
5588
|
+
updated: datetime = None,
|
|
5589
5589
|
) -> None:
|
|
5590
5590
|
"""
|
|
5591
5591
|
Initialize a Deployment object.
|
|
@@ -6079,7 +6079,7 @@ class InstallStatus:
|
|
|
6079
6079
|
*,
|
|
6080
6080
|
metadata: 'InstallStatusMetadata' = None,
|
|
6081
6081
|
release: 'InstallStatusRelease' = None,
|
|
6082
|
-
content_mgmt: 'InstallStatusContentMgmt' = None
|
|
6082
|
+
content_mgmt: 'InstallStatusContentMgmt' = None,
|
|
6083
6083
|
) -> None:
|
|
6084
6084
|
"""
|
|
6085
6085
|
Initialize a InstallStatus object.
|
|
@@ -6220,7 +6220,7 @@ class InstallStatusMetadata:
|
|
|
6220
6220
|
region: str = None,
|
|
6221
6221
|
namespace: str = None,
|
|
6222
6222
|
workspace_id: str = None,
|
|
6223
|
-
workspace_name: str = None
|
|
6223
|
+
workspace_name: str = None,
|
|
6224
6224
|
) -> None:
|
|
6225
6225
|
"""
|
|
6226
6226
|
Initialize a InstallStatusMetadata object.
|
|
@@ -6310,7 +6310,7 @@ class InstallStatusRelease:
|
|
|
6310
6310
|
replicasets: List[dict] = None,
|
|
6311
6311
|
statefulsets: List[dict] = None,
|
|
6312
6312
|
pods: List[dict] = None,
|
|
6313
|
-
errors: List[dict] = None
|
|
6313
|
+
errors: List[dict] = None,
|
|
6314
6314
|
) -> None:
|
|
6315
6315
|
"""
|
|
6316
6316
|
Initialize a InstallStatusRelease object.
|
|
@@ -6511,7 +6511,7 @@ class Kind:
|
|
|
6511
6511
|
created: datetime = None,
|
|
6512
6512
|
updated: datetime = None,
|
|
6513
6513
|
versions: List['Version'] = None,
|
|
6514
|
-
plans: List['Plan'] = None
|
|
6514
|
+
plans: List['Plan'] = None,
|
|
6515
6515
|
) -> None:
|
|
6516
6516
|
"""
|
|
6517
6517
|
Initialize a Kind object.
|
|
@@ -6815,7 +6815,7 @@ class NamespaceSearchResult:
|
|
|
6815
6815
|
last: str = None,
|
|
6816
6816
|
prev: str = None,
|
|
6817
6817
|
next: str = None,
|
|
6818
|
-
resources: List[str] = None
|
|
6818
|
+
resources: List[str] = None,
|
|
6819
6819
|
) -> None:
|
|
6820
6820
|
"""
|
|
6821
6821
|
Initialize a NamespaceSearchResult object.
|
|
@@ -6941,7 +6941,7 @@ class ObjectAccess:
|
|
|
6941
6941
|
account: str = None,
|
|
6942
6942
|
catalog_id: str = None,
|
|
6943
6943
|
target_id: str = None,
|
|
6944
|
-
create: datetime = None
|
|
6944
|
+
create: datetime = None,
|
|
6945
6945
|
) -> None:
|
|
6946
6946
|
"""
|
|
6947
6947
|
Initialize a ObjectAccess object.
|
|
@@ -7045,7 +7045,7 @@ class ObjectAccessListResult:
|
|
|
7045
7045
|
last: str = None,
|
|
7046
7046
|
prev: str = None,
|
|
7047
7047
|
next: str = None,
|
|
7048
|
-
resources: List['ObjectAccess'] = None
|
|
7048
|
+
resources: List['ObjectAccess'] = None,
|
|
7049
7049
|
) -> None:
|
|
7050
7050
|
"""
|
|
7051
7051
|
Initialize a ObjectAccessListResult object.
|
|
@@ -7185,7 +7185,7 @@ class ObjectListResult:
|
|
|
7185
7185
|
last: str = None,
|
|
7186
7186
|
prev: str = None,
|
|
7187
7187
|
next: str = None,
|
|
7188
|
-
resources: List['CatalogObject'] = None
|
|
7188
|
+
resources: List['CatalogObject'] = None,
|
|
7189
7189
|
) -> None:
|
|
7190
7190
|
"""
|
|
7191
7191
|
Initialize a ObjectListResult object.
|
|
@@ -7325,7 +7325,7 @@ class ObjectSearchResult:
|
|
|
7325
7325
|
last: str = None,
|
|
7326
7326
|
prev: str = None,
|
|
7327
7327
|
next: str = None,
|
|
7328
|
-
resources: List['CatalogObject'] = None
|
|
7328
|
+
resources: List['CatalogObject'] = None,
|
|
7329
7329
|
) -> None:
|
|
7330
7330
|
"""
|
|
7331
7331
|
Initialize a ObjectSearchResult object.
|
|
@@ -7528,7 +7528,7 @@ class Offering:
|
|
|
7528
7528
|
provider_info: 'ProviderInfo' = None,
|
|
7529
7529
|
repo_info: 'RepoInfo' = None,
|
|
7530
7530
|
support: 'Support' = None,
|
|
7531
|
-
media: List['MediaItem'] = None
|
|
7531
|
+
media: List['MediaItem'] = None,
|
|
7532
7532
|
) -> None:
|
|
7533
7533
|
"""
|
|
7534
7534
|
Initialize a Offering object.
|
|
@@ -7858,7 +7858,7 @@ class OfferingInstance:
|
|
|
7858
7858
|
install_plan: str = None,
|
|
7859
7859
|
channel: str = None,
|
|
7860
7860
|
metadata: dict = None,
|
|
7861
|
-
last_operation: 'OfferingInstanceLastOperation' = None
|
|
7861
|
+
last_operation: 'OfferingInstanceLastOperation' = None,
|
|
7862
7862
|
) -> None:
|
|
7863
7863
|
"""
|
|
7864
7864
|
Initialize a OfferingInstance object.
|
|
@@ -8045,7 +8045,7 @@ class OfferingInstanceLastOperation:
|
|
|
8045
8045
|
state: str = None,
|
|
8046
8046
|
message: str = None,
|
|
8047
8047
|
transaction_id: str = None,
|
|
8048
|
-
updated: str = None
|
|
8048
|
+
updated: str = None,
|
|
8049
8049
|
) -> None:
|
|
8050
8050
|
"""
|
|
8051
8051
|
Initialize a OfferingInstanceLastOperation object.
|
|
@@ -8151,7 +8151,7 @@ class OfferingSearchResult:
|
|
|
8151
8151
|
last: str = None,
|
|
8152
8152
|
prev: str = None,
|
|
8153
8153
|
next: str = None,
|
|
8154
|
-
resources: List['Offering'] = None
|
|
8154
|
+
resources: List['Offering'] = None,
|
|
8155
8155
|
) -> None:
|
|
8156
8156
|
"""
|
|
8157
8157
|
Initialize a OfferingSearchResult object.
|
|
@@ -8283,7 +8283,7 @@ class OperatorDeployResult:
|
|
|
8283
8283
|
version: str = None,
|
|
8284
8284
|
namespace: str = None,
|
|
8285
8285
|
package_name: str = None,
|
|
8286
|
-
catalog_id: str = None
|
|
8286
|
+
catalog_id: str = None,
|
|
8287
8287
|
) -> None:
|
|
8288
8288
|
"""
|
|
8289
8289
|
Initialize a OperatorDeployResult object.
|
|
@@ -8406,7 +8406,7 @@ class Plan:
|
|
|
8406
8406
|
additional_features: List['Feature'] = None,
|
|
8407
8407
|
created: datetime = None,
|
|
8408
8408
|
updated: datetime = None,
|
|
8409
|
-
deployments: List['Deployment'] = None
|
|
8409
|
+
deployments: List['Deployment'] = None,
|
|
8410
8410
|
) -> None:
|
|
8411
8411
|
"""
|
|
8412
8412
|
Initialize a Plan object.
|
|
@@ -8602,7 +8602,7 @@ class PublishObject:
|
|
|
8602
8602
|
ibm_approved: bool = None,
|
|
8603
8603
|
public_approved: bool = None,
|
|
8604
8604
|
portal_approval_record: str = None,
|
|
8605
|
-
portal_url: str = None
|
|
8605
|
+
portal_url: str = None,
|
|
8606
8606
|
) -> None:
|
|
8607
8607
|
"""
|
|
8608
8608
|
Initialize a PublishObject object.
|
|
@@ -8694,7 +8694,7 @@ class Rating:
|
|
|
8694
8694
|
one_star_count: int = None,
|
|
8695
8695
|
two_star_count: int = None,
|
|
8696
8696
|
three_star_count: int = None,
|
|
8697
|
-
four_star_count: int = None
|
|
8697
|
+
four_star_count: int = None,
|
|
8698
8698
|
) -> None:
|
|
8699
8699
|
"""
|
|
8700
8700
|
Initialize a Rating object.
|
|
@@ -8918,7 +8918,7 @@ class Script:
|
|
|
8918
8918
|
script: str = None,
|
|
8919
8919
|
script_permission: str = None,
|
|
8920
8920
|
delete_script: str = None,
|
|
8921
|
-
scope: str = None
|
|
8921
|
+
scope: str = None,
|
|
8922
8922
|
) -> None:
|
|
8923
8923
|
"""
|
|
8924
8924
|
Initialize a Script object.
|
|
@@ -9017,7 +9017,7 @@ class State:
|
|
|
9017
9017
|
current_entered: datetime = None,
|
|
9018
9018
|
pending: str = None,
|
|
9019
9019
|
pending_requested: datetime = None,
|
|
9020
|
-
previous: str = None
|
|
9020
|
+
previous: str = None,
|
|
9021
9021
|
) -> None:
|
|
9022
9022
|
"""
|
|
9023
9023
|
Initialize a State object.
|
|
@@ -9249,7 +9249,7 @@ class SyndicationCluster:
|
|
|
9249
9249
|
resource_group_name: str = None,
|
|
9250
9250
|
type: str = None,
|
|
9251
9251
|
namespaces: List[str] = None,
|
|
9252
|
-
all_namespaces: bool = None
|
|
9252
|
+
all_namespaces: bool = None,
|
|
9253
9253
|
) -> None:
|
|
9254
9254
|
"""
|
|
9255
9255
|
Initialize a SyndicationCluster object.
|
|
@@ -9422,7 +9422,7 @@ class SyndicationResource:
|
|
|
9422
9422
|
remove_related_components: bool = None,
|
|
9423
9423
|
clusters: List['SyndicationCluster'] = None,
|
|
9424
9424
|
history: 'SyndicationHistory' = None,
|
|
9425
|
-
authorization: 'SyndicationAuthorization' = None
|
|
9425
|
+
authorization: 'SyndicationAuthorization' = None,
|
|
9426
9426
|
) -> None:
|
|
9427
9427
|
"""
|
|
9428
9428
|
Initialize a SyndicationResource object.
|
|
@@ -9513,7 +9513,7 @@ class Validation:
|
|
|
9513
9513
|
requested: datetime = None,
|
|
9514
9514
|
state: str = None,
|
|
9515
9515
|
last_operation: str = None,
|
|
9516
|
-
target: dict = None
|
|
9516
|
+
target: dict = None,
|
|
9517
9517
|
) -> None:
|
|
9518
9518
|
"""
|
|
9519
9519
|
Initialize a Validation object.
|
|
@@ -9669,7 +9669,7 @@ class Version:
|
|
|
9669
9669
|
version_locator: str = None,
|
|
9670
9670
|
console_url: str = None,
|
|
9671
9671
|
long_description: str = None,
|
|
9672
|
-
whitelisted_accounts: List[str] = None
|
|
9672
|
+
whitelisted_accounts: List[str] = None,
|
|
9673
9673
|
) -> None:
|
|
9674
9674
|
"""
|
|
9675
9675
|
Initialize a Version object.
|
|
@@ -9929,7 +9929,7 @@ class VersionEntitlement:
|
|
|
9929
9929
|
provider_id: str = None,
|
|
9930
9930
|
product_id: str = None,
|
|
9931
9931
|
part_numbers: List[str] = None,
|
|
9932
|
-
image_repo_name: str = None
|
|
9932
|
+
image_repo_name: str = None,
|
|
9933
9933
|
) -> None:
|
|
9934
9934
|
"""
|
|
9935
9935
|
Initialize a VersionEntitlement object.
|
|
@@ -10031,7 +10031,7 @@ class VersionUpdateDescriptor:
|
|
|
10031
10031
|
package_version: str = None,
|
|
10032
10032
|
sha: str = None,
|
|
10033
10033
|
can_update: bool = None,
|
|
10034
|
-
messages: dict = None
|
|
10034
|
+
messages: dict = None,
|
|
10035
10035
|
) -> None:
|
|
10036
10036
|
"""
|
|
10037
10037
|
Initialize a VersionUpdateDescriptor object.
|