Skip to content

Commit 10240d9

Browse files
author
BitsAdmin
committed
Merge 'cloud_detect-Python-2025-10-31-online-2276-2026_02_24_17_25_07' into 'integration_2026-02-26_1118030915074'
feat: [development task] cloud_detect-2276-Python (2130131) See merge request: !1064
2 parents ae9fd24 + 8b1e2dc commit 10240d9

101 files changed

Lines changed: 2484 additions & 4274 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

volcenginesdkclouddetect20251031/__init__.py

Lines changed: 36 additions & 42 deletions
Large diffs are not rendered by default.

volcenginesdkclouddetect20251031/models/__init__.py

Lines changed: 36 additions & 42 deletions
Large diffs are not rendered by default.

volcenginesdkclouddetect20251031/models/alarm_list_for_get_task_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class AlarmListForGetTaskOutput(object):
3939
}
4040

4141
attribute_map = {
42-
'id': 'ID',
42+
'id': 'Id',
4343
'name': 'Name',
4444
'status': 'Status'
4545
}

volcenginesdkclouddetect20251031/models/alarm_list_for_list_task_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class AlarmListForListTaskOutput(object):
3939
}
4040

4141
attribute_map = {
42-
'id': 'ID',
42+
'id': 'Id',
4343
'name': 'Name',
4444
'status': 'Status'
4545
}

volcenginesdkclouddetect20251031/models/basic_detail_for_get_task_result_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class BasicDetailForGetTaskResultOutput(object):
4747
'assertions': 'Assertions',
4848
'ch_uk': 'ChUk',
4949
'client_info': 'ClientInfo',
50-
'dns_server': 'DNSServer',
50+
'dns_server': 'DnsServer',
5151
'error_msg': 'ErrorMsg',
5252
'target_info': 'TargetInfo',
5353
'timestamp': 'Timestamp',

volcenginesdkclouddetect20251031/models/client_info_for_get_task_result_output.py

Lines changed: 16 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -34,46 +34,43 @@ class ClientInfoForGetTaskResultOutput(object):
3434
"""
3535
swagger_types = {
3636
'city': 'str',
37-
'dns_local_dnsip': 'str',
37+
'dns_local_dns_ip': 'str',
3838
'ip': 'str',
3939
'ipv6': 'str',
4040
'isp': 'str',
4141
'region': 'str',
42-
'tupe': 'str',
4342
'type': 'str'
4443
}
4544

4645
attribute_map = {
4746
'city': 'City',
48-
'dns_local_dnsip': 'DNSLocalDNSIP',
49-
'ip': 'IP',
47+
'dns_local_dns_ip': 'DnsLocalDnsIp',
48+
'ip': 'Ip',
5049
'ipv6': 'Ipv6',
5150
'isp': 'Isp',
5251
'region': 'Region',
53-
'tupe': 'Tupe',
5452
'type': 'Type'
5553
}
5654

57-
def __init__(self, city=None, dns_local_dnsip=None, ip=None, ipv6=None, isp=None, region=None, tupe=None, type=None, _configuration=None): # noqa: E501
55+
def __init__(self, city=None, dns_local_dns_ip=None, ip=None, ipv6=None, isp=None, region=None, type=None, _configuration=None): # noqa: E501
5856
"""ClientInfoForGetTaskResultOutput - a model defined in Swagger""" # noqa: E501
5957
if _configuration is None:
6058
_configuration = Configuration()
6159
self._configuration = _configuration
6260

6361
self._city = None
64-
self._dns_local_dnsip = None
62+
self._dns_local_dns_ip = None
6563
self._ip = None
6664
self._ipv6 = None
6765
self._isp = None
6866
self._region = None
69-
self._tupe = None
7067
self._type = None
7168
self.discriminator = None
7269

7370
if city is not None:
7471
self.city = city
75-
if dns_local_dnsip is not None:
76-
self.dns_local_dnsip = dns_local_dnsip
72+
if dns_local_dns_ip is not None:
73+
self.dns_local_dns_ip = dns_local_dns_ip
7774
if ip is not None:
7875
self.ip = ip
7976
if ipv6 is not None:
@@ -82,8 +79,6 @@ def __init__(self, city=None, dns_local_dnsip=None, ip=None, ipv6=None, isp=None
8279
self.isp = isp
8380
if region is not None:
8481
self.region = region
85-
if tupe is not None:
86-
self.tupe = tupe
8782
if type is not None:
8883
self.type = type
8984

@@ -109,25 +104,25 @@ def city(self, city):
109104
self._city = city
110105

111106
@property
112-
def dns_local_dnsip(self):
113-
"""Gets the dns_local_dnsip of this ClientInfoForGetTaskResultOutput. # noqa: E501
107+
def dns_local_dns_ip(self):
108+
"""Gets the dns_local_dns_ip of this ClientInfoForGetTaskResultOutput. # noqa: E501
114109
115110
116-
:return: The dns_local_dnsip of this ClientInfoForGetTaskResultOutput. # noqa: E501
111+
:return: The dns_local_dns_ip of this ClientInfoForGetTaskResultOutput. # noqa: E501
117112
:rtype: str
118113
"""
119-
return self._dns_local_dnsip
114+
return self._dns_local_dns_ip
120115

121-
@dns_local_dnsip.setter
122-
def dns_local_dnsip(self, dns_local_dnsip):
123-
"""Sets the dns_local_dnsip of this ClientInfoForGetTaskResultOutput.
116+
@dns_local_dns_ip.setter
117+
def dns_local_dns_ip(self, dns_local_dns_ip):
118+
"""Sets the dns_local_dns_ip of this ClientInfoForGetTaskResultOutput.
124119
125120
126-
:param dns_local_dnsip: The dns_local_dnsip of this ClientInfoForGetTaskResultOutput. # noqa: E501
121+
:param dns_local_dns_ip: The dns_local_dns_ip of this ClientInfoForGetTaskResultOutput. # noqa: E501
127122
:type: str
128123
"""
129124

130-
self._dns_local_dnsip = dns_local_dnsip
125+
self._dns_local_dns_ip = dns_local_dns_ip
131126

132127
@property
133128
def ip(self):
@@ -213,27 +208,6 @@ def region(self, region):
213208

214209
self._region = region
215210

216-
@property
217-
def tupe(self):
218-
"""Gets the tupe of this ClientInfoForGetTaskResultOutput. # noqa: E501
219-
220-
221-
:return: The tupe of this ClientInfoForGetTaskResultOutput. # noqa: E501
222-
:rtype: str
223-
"""
224-
return self._tupe
225-
226-
@tupe.setter
227-
def tupe(self, tupe):
228-
"""Sets the tupe of this ClientInfoForGetTaskResultOutput.
229-
230-
231-
:param tupe: The tupe of this ClientInfoForGetTaskResultOutput. # noqa: E501
232-
:type: str
233-
"""
234-
235-
self._tupe = tupe
236-
237211
@property
238212
def type(self):
239213
"""Gets the type of this ClientInfoForGetTaskResultOutput. # noqa: E501

0 commit comments

Comments
 (0)