assisted-service-client 2.31.0.post49__py3-none-any.whl → 2.31.0.post50__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/domain_resolution_response_resolutions.py +31 -3
- {assisted_service_client-2.31.0.post49.dist-info → assisted_service_client-2.31.0.post50.dist-info}/METADATA +1 -1
- {assisted_service_client-2.31.0.post49.dist-info → assisted_service_client-2.31.0.post50.dist-info}/RECORD +5 -5
- {assisted_service_client-2.31.0.post49.dist-info → assisted_service_client-2.31.0.post50.dist-info}/WHEEL +0 -0
- {assisted_service_client-2.31.0.post49.dist-info → assisted_service_client-2.31.0.post50.dist-info}/top_level.txt +0 -0
|
@@ -33,21 +33,24 @@ class DomainResolutionResponseResolutions(object):
|
|
|
33
33
|
swagger_types = {
|
|
34
34
|
'domain_name': 'str',
|
|
35
35
|
'ipv4_addresses': 'list[str]',
|
|
36
|
-
'ipv6_addresses': 'list[str]'
|
|
36
|
+
'ipv6_addresses': 'list[str]',
|
|
37
|
+
'cnames': 'list[str]'
|
|
37
38
|
}
|
|
38
39
|
|
|
39
40
|
attribute_map = {
|
|
40
41
|
'domain_name': 'domain_name',
|
|
41
42
|
'ipv4_addresses': 'ipv4_addresses',
|
|
42
|
-
'ipv6_addresses': 'ipv6_addresses'
|
|
43
|
+
'ipv6_addresses': 'ipv6_addresses',
|
|
44
|
+
'cnames': 'cnames'
|
|
43
45
|
}
|
|
44
46
|
|
|
45
|
-
def __init__(self, domain_name=None, ipv4_addresses=None, ipv6_addresses=None): # noqa: E501
|
|
47
|
+
def __init__(self, domain_name=None, ipv4_addresses=None, ipv6_addresses=None, cnames=None): # noqa: E501
|
|
46
48
|
"""DomainResolutionResponseResolutions - a model defined in Swagger""" # noqa: E501
|
|
47
49
|
|
|
48
50
|
self._domain_name = None
|
|
49
51
|
self._ipv4_addresses = None
|
|
50
52
|
self._ipv6_addresses = None
|
|
53
|
+
self._cnames = None
|
|
51
54
|
self.discriminator = None
|
|
52
55
|
|
|
53
56
|
self.domain_name = domain_name
|
|
@@ -55,6 +58,8 @@ class DomainResolutionResponseResolutions(object):
|
|
|
55
58
|
self.ipv4_addresses = ipv4_addresses
|
|
56
59
|
if ipv6_addresses is not None:
|
|
57
60
|
self.ipv6_addresses = ipv6_addresses
|
|
61
|
+
if cnames is not None:
|
|
62
|
+
self.cnames = cnames
|
|
58
63
|
|
|
59
64
|
@property
|
|
60
65
|
def domain_name(self):
|
|
@@ -127,6 +132,29 @@ class DomainResolutionResponseResolutions(object):
|
|
|
127
132
|
|
|
128
133
|
self._ipv6_addresses = ipv6_addresses
|
|
129
134
|
|
|
135
|
+
@property
|
|
136
|
+
def cnames(self):
|
|
137
|
+
"""Gets the cnames of this DomainResolutionResponseResolutions. # noqa: E501
|
|
138
|
+
|
|
139
|
+
The cnames that were resolved for the domain, empty if none # noqa: E501
|
|
140
|
+
|
|
141
|
+
:return: The cnames of this DomainResolutionResponseResolutions. # noqa: E501
|
|
142
|
+
:rtype: list[str]
|
|
143
|
+
"""
|
|
144
|
+
return self._cnames
|
|
145
|
+
|
|
146
|
+
@cnames.setter
|
|
147
|
+
def cnames(self, cnames):
|
|
148
|
+
"""Sets the cnames of this DomainResolutionResponseResolutions.
|
|
149
|
+
|
|
150
|
+
The cnames that were resolved for the domain, empty if none # noqa: E501
|
|
151
|
+
|
|
152
|
+
:param cnames: The cnames of this DomainResolutionResponseResolutions. # noqa: E501
|
|
153
|
+
:type: list[str]
|
|
154
|
+
"""
|
|
155
|
+
|
|
156
|
+
self._cnames = cnames
|
|
157
|
+
|
|
130
158
|
def to_dict(self):
|
|
131
159
|
"""Returns the model properties as a dict"""
|
|
132
160
|
result = {}
|
|
@@ -55,7 +55,7 @@ assisted_service_client/models/disk_speed_check_request.py,sha256=axjlTYvPngpbhL
|
|
|
55
55
|
assisted_service_client/models/disk_speed_check_response.py,sha256=QyM2BkJkUWZheoTOriNbyhlr0631Q4c3rjaY0U3hdjA,4124
|
|
56
56
|
assisted_service_client/models/domain_resolution_request.py,sha256=QgM9XAuq29WmzBc3i7AbcinN5YhQXQqCp0257c0F05M,3206
|
|
57
57
|
assisted_service_client/models/domain_resolution_response.py,sha256=t6i7k_8V4IoOQHzZ4ks1_4OW6iOtl4Q3-SsMkPh44RA,3385
|
|
58
|
-
assisted_service_client/models/domain_resolution_response_resolutions.py,sha256
|
|
58
|
+
assisted_service_client/models/domain_resolution_response_resolutions.py,sha256=wBWeYAlR1IsuFfUp4BA95oh-E7EufGvcMhuEUOEro2U,6406
|
|
59
59
|
assisted_service_client/models/download_boot_artifacts_request.py,sha256=5_F0wRwFE--BMY02fEGH6jXc3MfH5xMExyYFNUUhOHs,6639
|
|
60
60
|
assisted_service_client/models/drive_type.py,sha256=OAGyxvI5ZWax3pS8bvcXxddNjyEXXt3bOyDZU8uP_Wc,2668
|
|
61
61
|
assisted_service_client/models/error.py,sha256=walFlNpGmfMxSd9Cmv4eZkNHQx-0tOXpr14JAil1D0E,7152
|
|
@@ -373,7 +373,7 @@ test/test_versions.py,sha256=n-4xIBBiEuExya4yfHjxHbsRinb_vccUxwIrMxyEvfk,843
|
|
|
373
373
|
test/test_versions_api.py,sha256=STXdU0DUr6Bmpp8YEBvPKo5ohNZKwxI0e_ddDi3F_1c,1087
|
|
374
374
|
test/test_vip_type.py,sha256=MAse7Cn2PT8pBELxmmAa4X9K_fZ-jtvNTmrqQ0Hvc-o,837
|
|
375
375
|
test/test_vip_verification.py,sha256=DwaHdagiOxRAPQ8TN541xSPn--MJEbRATBm1h3OmmZ4,901
|
|
376
|
-
assisted_service_client-2.31.0.
|
|
377
|
-
assisted_service_client-2.31.0.
|
|
378
|
-
assisted_service_client-2.31.0.
|
|
379
|
-
assisted_service_client-2.31.0.
|
|
376
|
+
assisted_service_client-2.31.0.post50.dist-info/METADATA,sha256=JS1X1Et8UTI_9oZY6-RGz_b7n3KLRlrDhQmrhqGN43k,25678
|
|
377
|
+
assisted_service_client-2.31.0.post50.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
378
|
+
assisted_service_client-2.31.0.post50.dist-info/top_level.txt,sha256=4hfKi9CMXGm1B8Tohp02sqpWY8GTFoD38UbGI8duAD4,29
|
|
379
|
+
assisted_service_client-2.31.0.post50.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|