assisted-service-client 2.37.0.post68__py3-none-any.whl → 2.37.0.post70__py3-none-any.whl
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.
Potentially problematic release.
This version of assisted-service-client might be problematic. Click here for more details.
- assisted_service_client/models/bundle.py +29 -1
- {assisted_service_client-2.37.0.post68.dist-info → assisted_service_client-2.37.0.post70.dist-info}/METADATA +1 -1
- {assisted_service_client-2.37.0.post68.dist-info → assisted_service_client-2.37.0.post70.dist-info}/RECORD +5 -5
- {assisted_service_client-2.37.0.post68.dist-info → assisted_service_client-2.37.0.post70.dist-info}/WHEEL +0 -0
- {assisted_service_client-2.37.0.post68.dist-info → assisted_service_client-2.37.0.post70.dist-info}/top_level.txt +0 -0
|
@@ -32,23 +32,28 @@ class Bundle(object):
|
|
|
32
32
|
"""
|
|
33
33
|
swagger_types = {
|
|
34
34
|
'name': 'str',
|
|
35
|
+
'description': 'str',
|
|
35
36
|
'operators': 'list[str]'
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
attribute_map = {
|
|
39
40
|
'name': 'name',
|
|
41
|
+
'description': 'description',
|
|
40
42
|
'operators': 'operators'
|
|
41
43
|
}
|
|
42
44
|
|
|
43
|
-
def __init__(self, name=None, operators=None): # noqa: E501
|
|
45
|
+
def __init__(self, name=None, description=None, operators=None): # noqa: E501
|
|
44
46
|
"""Bundle - a model defined in Swagger""" # noqa: E501
|
|
45
47
|
|
|
46
48
|
self._name = None
|
|
49
|
+
self._description = None
|
|
47
50
|
self._operators = None
|
|
48
51
|
self.discriminator = None
|
|
49
52
|
|
|
50
53
|
if name is not None:
|
|
51
54
|
self.name = name
|
|
55
|
+
if description is not None:
|
|
56
|
+
self.description = description
|
|
52
57
|
if operators is not None:
|
|
53
58
|
self.operators = operators
|
|
54
59
|
|
|
@@ -75,6 +80,29 @@ class Bundle(object):
|
|
|
75
80
|
|
|
76
81
|
self._name = name
|
|
77
82
|
|
|
83
|
+
@property
|
|
84
|
+
def description(self):
|
|
85
|
+
"""Gets the description of this Bundle. # noqa: E501
|
|
86
|
+
|
|
87
|
+
Short description of the bundle, for example `OpenShift AI with NVIDIA GPUs`. # noqa: E501
|
|
88
|
+
|
|
89
|
+
:return: The description of this Bundle. # noqa: E501
|
|
90
|
+
:rtype: str
|
|
91
|
+
"""
|
|
92
|
+
return self._description
|
|
93
|
+
|
|
94
|
+
@description.setter
|
|
95
|
+
def description(self, description):
|
|
96
|
+
"""Sets the description of this Bundle.
|
|
97
|
+
|
|
98
|
+
Short description of the bundle, for example `OpenShift AI with NVIDIA GPUs`. # noqa: E501
|
|
99
|
+
|
|
100
|
+
:param description: The description of this Bundle. # noqa: E501
|
|
101
|
+
:type: str
|
|
102
|
+
"""
|
|
103
|
+
|
|
104
|
+
self._description = description
|
|
105
|
+
|
|
78
106
|
@property
|
|
79
107
|
def operators(self):
|
|
80
108
|
"""Gets the operators of this Bundle. # noqa: E501
|
|
@@ -17,7 +17,7 @@ assisted_service_client/models/api_vip_connectivity_response.py,sha256=g_lug17OF
|
|
|
17
17
|
assisted_service_client/models/architecture_support_level_id.py,sha256=hlG08k4mpxplccAeBy2aiF41lp7zcTUyxPP98x2mXUg,2711
|
|
18
18
|
assisted_service_client/models/bind_host_params.py,sha256=R6AntLnkrOE_uVaRECc_gx1QPfUmPsVNI06LoDQJONI,3170
|
|
19
19
|
assisted_service_client/models/boot.py,sha256=TKBFb4mDh-7uhYfsy7hfVH-L8WS0ATt1UGNxgo205bA,6397
|
|
20
|
-
assisted_service_client/models/bundle.py,sha256=
|
|
20
|
+
assisted_service_client/models/bundle.py,sha256=qLgPAs9So42FKUclBEnCcDx65N_GPbfjcFSdlBSiw9M,4689
|
|
21
21
|
assisted_service_client/models/cluster.py,sha256=3qQ8JGiYPVU_tlaQHsU4vokckaNzyoQfjIkZch1qrcM,76616
|
|
22
22
|
assisted_service_client/models/cluster_create_params.py,sha256=J-VvUpdbFQ1F_yAdKvnzOP6B_w3exRwEDT1RrEWatPM,39783
|
|
23
23
|
assisted_service_client/models/cluster_default_config.py,sha256=MXhboRxA2o4-lHR9baQCiehfksCV4XfsabSMqFfSv3U,12993
|
|
@@ -383,7 +383,7 @@ test/test_versions.py,sha256=n-4xIBBiEuExya4yfHjxHbsRinb_vccUxwIrMxyEvfk,843
|
|
|
383
383
|
test/test_versions_api.py,sha256=STXdU0DUr6Bmpp8YEBvPKo5ohNZKwxI0e_ddDi3F_1c,1087
|
|
384
384
|
test/test_vip_type.py,sha256=MAse7Cn2PT8pBELxmmAa4X9K_fZ-jtvNTmrqQ0Hvc-o,837
|
|
385
385
|
test/test_vip_verification.py,sha256=DwaHdagiOxRAPQ8TN541xSPn--MJEbRATBm1h3OmmZ4,901
|
|
386
|
-
assisted_service_client-2.37.0.
|
|
387
|
-
assisted_service_client-2.37.0.
|
|
388
|
-
assisted_service_client-2.37.0.
|
|
389
|
-
assisted_service_client-2.37.0.
|
|
386
|
+
assisted_service_client-2.37.0.post70.dist-info/METADATA,sha256=yb1IKftEY2t7OO-603onLr35ahg8VJMBOe3bhWo-IwE,26536
|
|
387
|
+
assisted_service_client-2.37.0.post70.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
388
|
+
assisted_service_client-2.37.0.post70.dist-info/top_level.txt,sha256=4hfKi9CMXGm1B8Tohp02sqpWY8GTFoD38UbGI8duAD4,29
|
|
389
|
+
assisted_service_client-2.37.0.post70.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|