assisted-service-client 2.41.0.post7__py3-none-any.whl → 2.41.0.post9__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.
- assisted_service_client/models/versioned_host_requirements.py +29 -1
- {assisted_service_client-2.41.0.post7.dist-info → assisted_service_client-2.41.0.post9.dist-info}/METADATA +1 -1
- {assisted_service_client-2.41.0.post7.dist-info → assisted_service_client-2.41.0.post9.dist-info}/RECORD +5 -5
- {assisted_service_client-2.41.0.post7.dist-info → assisted_service_client-2.41.0.post9.dist-info}/WHEEL +0 -0
- {assisted_service_client-2.41.0.post7.dist-info → assisted_service_client-2.41.0.post9.dist-info}/top_level.txt +0 -0
@@ -33,6 +33,7 @@ class VersionedHostRequirements(object):
|
|
33
33
|
swagger_types = {
|
34
34
|
'version': 'str',
|
35
35
|
'master': 'ClusterHostRequirementsDetails',
|
36
|
+
'arbiter': 'ClusterHostRequirementsDetails',
|
36
37
|
'worker': 'ClusterHostRequirementsDetails',
|
37
38
|
'sno': 'ClusterHostRequirementsDetails',
|
38
39
|
'edge_worker': 'ClusterHostRequirementsDetails'
|
@@ -41,16 +42,18 @@ class VersionedHostRequirements(object):
|
|
41
42
|
attribute_map = {
|
42
43
|
'version': 'version',
|
43
44
|
'master': 'master',
|
45
|
+
'arbiter': 'arbiter',
|
44
46
|
'worker': 'worker',
|
45
47
|
'sno': 'sno',
|
46
48
|
'edge_worker': 'edge-worker'
|
47
49
|
}
|
48
50
|
|
49
|
-
def __init__(self, version=None, master=None, worker=None, sno=None, edge_worker=None): # noqa: E501
|
51
|
+
def __init__(self, version=None, master=None, arbiter=None, worker=None, sno=None, edge_worker=None): # noqa: E501
|
50
52
|
"""VersionedHostRequirements - a model defined in Swagger""" # noqa: E501
|
51
53
|
|
52
54
|
self._version = None
|
53
55
|
self._master = None
|
56
|
+
self._arbiter = None
|
54
57
|
self._worker = None
|
55
58
|
self._sno = None
|
56
59
|
self._edge_worker = None
|
@@ -60,6 +63,8 @@ class VersionedHostRequirements(object):
|
|
60
63
|
self.version = version
|
61
64
|
if master is not None:
|
62
65
|
self.master = master
|
66
|
+
if arbiter is not None:
|
67
|
+
self.arbiter = arbiter
|
63
68
|
if worker is not None:
|
64
69
|
self.worker = worker
|
65
70
|
if sno is not None:
|
@@ -113,6 +118,29 @@ class VersionedHostRequirements(object):
|
|
113
118
|
|
114
119
|
self._master = master
|
115
120
|
|
121
|
+
@property
|
122
|
+
def arbiter(self):
|
123
|
+
"""Gets the arbiter of this VersionedHostRequirements. # noqa: E501
|
124
|
+
|
125
|
+
Arbiter node requirements # noqa: E501
|
126
|
+
|
127
|
+
:return: The arbiter of this VersionedHostRequirements. # noqa: E501
|
128
|
+
:rtype: ClusterHostRequirementsDetails
|
129
|
+
"""
|
130
|
+
return self._arbiter
|
131
|
+
|
132
|
+
@arbiter.setter
|
133
|
+
def arbiter(self, arbiter):
|
134
|
+
"""Sets the arbiter of this VersionedHostRequirements.
|
135
|
+
|
136
|
+
Arbiter node requirements # noqa: E501
|
137
|
+
|
138
|
+
:param arbiter: The arbiter of this VersionedHostRequirements. # noqa: E501
|
139
|
+
:type: ClusterHostRequirementsDetails
|
140
|
+
"""
|
141
|
+
|
142
|
+
self._arbiter = arbiter
|
143
|
+
|
116
144
|
@property
|
117
145
|
def worker(self):
|
118
146
|
"""Gets the worker of this VersionedHostRequirements. # noqa: E501
|
@@ -189,7 +189,7 @@ assisted_service_client/models/verified_vip.py,sha256=XbwwmYkF4nFHeyWU0dhDzLUizU
|
|
189
189
|
assisted_service_client/models/verify_vip.py,sha256=ocOvQ8-jVV1xTH57rO4BXVDFVqRkTQnIrz5D-TGAXmg,3555
|
190
190
|
assisted_service_client/models/verify_vips_request.py,sha256=cK1qzbhYcmD9BTZuQgv84wsbCZKozTySr6Acf8hI9LY,2388
|
191
191
|
assisted_service_client/models/verify_vips_response.py,sha256=b-kd3ucXPhb9pCYtOqCTjHNKOZM_t6EkJxzI7PwUxlg,2392
|
192
|
-
assisted_service_client/models/versioned_host_requirements.py,sha256=
|
192
|
+
assisted_service_client/models/versioned_host_requirements.py,sha256=HkwWbb_DcB0EUoLWwcbqc-jJZAtqg16faPUT35Jmyew,7615
|
193
193
|
assisted_service_client/models/versions.py,sha256=WdGUqYlL60IvBpfJaeiH3gXj7HtuSZcrXEX5G_Ruyd4,2352
|
194
194
|
assisted_service_client/models/vip_type.py,sha256=_ViccFeXAo3QmCLnOeZs1whiz1yOdAG096-iJbZHLYc,2429
|
195
195
|
assisted_service_client/models/vip_verification.py,sha256=rhxvuffUx8OSiDysXM3O5Lu8SPTh1I4OeDR-2-EFfZs,2501
|
@@ -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.41.0.
|
387
|
-
assisted_service_client-2.41.0.
|
388
|
-
assisted_service_client-2.41.0.
|
389
|
-
assisted_service_client-2.41.0.
|
386
|
+
assisted_service_client-2.41.0.post9.dist-info/METADATA,sha256=SqHZIAyETjs1PFvzGfXxPzzs6Df_Nu4qj837-1mstxs,26526
|
387
|
+
assisted_service_client-2.41.0.post9.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
388
|
+
assisted_service_client-2.41.0.post9.dist-info/top_level.txt,sha256=4hfKi9CMXGm1B8Tohp02sqpWY8GTFoD38UbGI8duAD4,29
|
389
|
+
assisted_service_client-2.41.0.post9.dist-info/RECORD,,
|
File without changes
|
File without changes
|