volcengine-python-sdk 4.0.23__py2.py3-none-any.whl → 4.0.24__py2.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 volcengine-python-sdk might be problematic. Click here for more details.
- {volcengine_python_sdk-4.0.23.dist-info → volcengine_python_sdk-4.0.24.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.23.dist-info → volcengine_python_sdk-4.0.24.dist-info}/RECORD +208 -37
- {volcengine_python_sdk-4.0.23.dist-info → volcengine_python_sdk-4.0.24.dist-info}/top_level.txt +3 -0
- volcenginesdkcore/api_client.py +1 -1
- volcenginesdkcore/configuration.py +1 -1
- volcenginesdkdirectconnect/models/create_direct_connect_gateway_request.py +27 -1
- volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_queue_request.py +16 -16
- volcenginesdkdirectconnect/models/describe_direct_connect_gateway_attributes_response.py +27 -1
- volcenginesdkdirectconnect/models/models.py +192 -192
- volcenginesdkdms20250101/__init__.py +85 -0
- volcenginesdkdms20250101/api/__init__.py +6 -0
- volcenginesdkdms20250101/api/dms20250101_api.py +1974 -0
- volcenginesdkdms20250101/models/__init__.py +81 -0
- volcenginesdkdms20250101/models/address_access_config_for_create_address_input.py +149 -0
- volcenginesdkdms20250101/models/address_access_config_for_get_address_output.py +149 -0
- volcenginesdkdms20250101/models/address_access_config_for_list_addresses_output.py +149 -0
- volcenginesdkdms20250101/models/create_address_request.py +211 -0
- volcenginesdkdms20250101/models/create_address_response.py +149 -0
- volcenginesdkdms20250101/models/create_agent_group_request.py +226 -0
- volcenginesdkdms20250101/models/create_agent_group_response.py +149 -0
- volcenginesdkdms20250101/models/create_agent_request.py +185 -0
- volcenginesdkdms20250101/models/create_agent_response.py +149 -0
- volcenginesdkdms20250101/models/create_task_request.py +264 -0
- volcenginesdkdms20250101/models/create_task_response.py +149 -0
- volcenginesdkdms20250101/models/delete_address_request.py +124 -0
- volcenginesdkdms20250101/models/delete_address_response.py +149 -0
- volcenginesdkdms20250101/models/delete_agent_group_request.py +124 -0
- volcenginesdkdms20250101/models/delete_agent_group_response.py +149 -0
- volcenginesdkdms20250101/models/delete_agent_request.py +124 -0
- volcenginesdkdms20250101/models/delete_agent_response.py +149 -0
- volcenginesdkdms20250101/models/delete_task_request.py +124 -0
- volcenginesdkdms20250101/models/delete_task_response.py +149 -0
- volcenginesdkdms20250101/models/get_address_request.py +124 -0
- volcenginesdkdms20250101/models/get_address_response.py +305 -0
- volcenginesdkdms20250101/models/get_agent_group_request.py +124 -0
- volcenginesdkdms20250101/models/get_agent_group_response.py +305 -0
- volcenginesdkdms20250101/models/get_agent_group_status_request.py +124 -0
- volcenginesdkdms20250101/models/get_agent_group_status_response.py +149 -0
- volcenginesdkdms20250101/models/get_agent_request.py +124 -0
- volcenginesdkdms20250101/models/get_agent_response.py +331 -0
- volcenginesdkdms20250101/models/get_real_time_statistics_request.py +150 -0
- volcenginesdkdms20250101/models/get_real_time_statistics_response.py +487 -0
- volcenginesdkdms20250101/models/get_task_request.py +124 -0
- volcenginesdkdms20250101/models/get_task_response.py +409 -0
- volcenginesdkdms20250101/models/item_list_for_list_addresses_output.py +305 -0
- volcenginesdkdms20250101/models/item_list_for_list_agent_groups_output.py +279 -0
- volcenginesdkdms20250101/models/item_list_for_list_agents_output.py +331 -0
- volcenginesdkdms20250101/models/item_list_for_list_tasks_output.py +409 -0
- volcenginesdkdms20250101/models/list_addresses_request.py +203 -0
- volcenginesdkdms20250101/models/list_addresses_response.py +175 -0
- volcenginesdkdms20250101/models/list_agent_groups_request.py +204 -0
- volcenginesdkdms20250101/models/list_agent_groups_response.py +175 -0
- volcenginesdkdms20250101/models/list_agents_request.py +204 -0
- volcenginesdkdms20250101/models/list_agents_response.py +175 -0
- volcenginesdkdms20250101/models/list_config_for_create_task_input.py +227 -0
- volcenginesdkdms20250101/models/list_config_for_get_task_output.py +227 -0
- volcenginesdkdms20250101/models/list_config_for_list_tasks_output.py +227 -0
- volcenginesdkdms20250101/models/list_include_bucket_keys_for_create_task_input.py +201 -0
- volcenginesdkdms20250101/models/list_include_bucket_keys_for_get_task_output.py +201 -0
- volcenginesdkdms20250101/models/list_include_bucket_keys_for_list_tasks_output.py +201 -0
- volcenginesdkdms20250101/models/list_tasks_request.py +204 -0
- volcenginesdkdms20250101/models/list_tasks_response.py +175 -0
- volcenginesdkdms20250101/models/local_fs_for_create_address_input.py +123 -0
- volcenginesdkdms20250101/models/local_fs_for_get_address_output.py +123 -0
- volcenginesdkdms20250101/models/local_fs_for_list_addresses_output.py +123 -0
- volcenginesdkdms20250101/models/retry_failed_task_request.py +124 -0
- volcenginesdkdms20250101/models/retry_failed_task_response.py +149 -0
- volcenginesdkdms20250101/models/task_config_for_create_task_input.py +215 -0
- volcenginesdkdms20250101/models/task_config_for_get_task_output.py +201 -0
- volcenginesdkdms20250101/models/task_config_for_list_tasks_output.py +201 -0
- volcenginesdkdms20250101/models/task_context_for_get_task_output.py +149 -0
- volcenginesdkdms20250101/models/task_context_for_list_tasks_output.py +149 -0
- volcenginesdkdms20250101/models/tos_for_create_address_input.py +201 -0
- volcenginesdkdms20250101/models/tos_for_get_address_output.py +201 -0
- volcenginesdkdms20250101/models/tos_for_list_addresses_output.py +201 -0
- volcenginesdkdms20250101/models/update_task_request.py +183 -0
- volcenginesdkdms20250101/models/update_task_response.py +149 -0
- volcenginesdkdts20180101/__init__.py +32 -0
- volcenginesdkdts20180101/api/__init__.py +6 -0
- volcenginesdkdts20180101/api/dts20180101_api.py +422 -0
- volcenginesdkdts20180101/models/__init__.py +28 -0
- volcenginesdkdts20180101/models/data_for_list_vpc_output.py +149 -0
- volcenginesdkdts20180101/models/get_async_pre_check_result_request.py +124 -0
- volcenginesdkdts20180101/models/get_async_pre_check_result_response.py +201 -0
- volcenginesdkdts20180101/models/list_vpc_request.py +95 -0
- volcenginesdkdts20180101/models/list_vpc_response.py +149 -0
- volcenginesdkdts20180101/models/list_vpc_subnets_request.py +124 -0
- volcenginesdkdts20180101/models/list_vpc_subnets_response.py +149 -0
- volcenginesdkdts20180101/models/pre_check_async_request.py +124 -0
- volcenginesdkdts20180101/models/pre_check_async_response.py +123 -0
- volcenginesdkdts20180101/models/pre_check_for_get_async_pre_check_result_output.py +227 -0
- volcenginesdkdts20180101/models/vpc_subnet_info_for_list_vpc_subnets_output.py +149 -0
- volcenginesdkna/__init__.py +33 -0
- volcenginesdkna/api/__init__.py +6 -0
- volcenginesdkna/api/na_api.py +422 -0
- volcenginesdkna/models/__init__.py +29 -0
- volcenginesdkna/models/create_diagnosis_instance_request.py +178 -0
- volcenginesdkna/models/create_diagnosis_instance_response.py +149 -0
- volcenginesdkna/models/describe_diagnosis_instance_detail_request.py +124 -0
- volcenginesdkna/models/describe_diagnosis_instance_detail_response.py +383 -0
- volcenginesdkna/models/describe_diagnosis_instances_request.py +149 -0
- volcenginesdkna/models/describe_diagnosis_instances_response.py +227 -0
- volcenginesdkna/models/describe_history_diagnosis_request.py +124 -0
- volcenginesdkna/models/describe_history_diagnosis_response.py +123 -0
- volcenginesdkna/models/diagnosis_category_item_for_describe_diagnosis_instance_detail_output.py +149 -0
- volcenginesdkna/models/diagnosis_instance_for_describe_diagnosis_instances_output.py +357 -0
- volcenginesdkna/models/diagnosis_item_for_describe_diagnosis_instance_detail_output.py +201 -0
- volcenginesdkna/models/history_diagnosis_for_describe_history_diagnosis_output.py +175 -0
- volcenginesdkvefaas/models/create_function_request.py +53 -1
- volcenginesdkvefaas/models/create_function_response.py +53 -1
- volcenginesdkvefaas/models/get_function_response.py +53 -1
- volcenginesdkvefaas/models/item_for_list_functions_output.py +27 -1
- volcenginesdkvefaas/models/update_function_request.py +53 -1
- volcenginesdkvefaas/models/update_function_response.py +27 -1
- volcenginesdkvmp/__init__.py +72 -0
- volcenginesdkvmp/api/vmp_api.py +1339 -78
- volcenginesdkvmp/models/__init__.py +72 -0
- volcenginesdkvmp/models/cal_charge_item_list_for_get_workspace_output.py +149 -0
- volcenginesdkvmp/models/cal_charge_item_list_for_list_workspace_instance_types_output.py +149 -0
- volcenginesdkvmp/models/calculate_price_param_for_get_workspace_output.py +175 -0
- volcenginesdkvmp/models/calculate_price_param_for_list_workspace_instance_types_output.py +175 -0
- volcenginesdkvmp/models/conditions_for_list_integration_tasks_output.py +175 -0
- volcenginesdkvmp/models/create_alerting_rule_request.py +53 -1
- volcenginesdkvmp/models/create_integration_task_request.py +334 -0
- volcenginesdkvmp/models/create_integration_task_response.py +123 -0
- volcenginesdkvmp/models/create_rule_file_request.py +27 -1
- volcenginesdkvmp/models/create_silence_policy_request.py +202 -0
- volcenginesdkvmp/models/create_silence_policy_response.py +123 -0
- volcenginesdkvmp/models/create_workspace_request.py +27 -1
- volcenginesdkvmp/models/data_for_delete_silence_policies_output.py +95 -0
- volcenginesdkvmp/models/data_for_disable_integration_tasks_output.py +95 -0
- volcenginesdkvmp/models/data_for_disable_silence_policies_output.py +95 -0
- volcenginesdkvmp/models/data_for_enable_integration_tasks_output.py +95 -0
- volcenginesdkvmp/models/data_for_enable_silence_policies_output.py +95 -0
- volcenginesdkvmp/models/delete_integration_task_request.py +124 -0
- volcenginesdkvmp/models/delete_integration_task_response.py +123 -0
- volcenginesdkvmp/models/delete_silence_policies_request.py +123 -0
- volcenginesdkvmp/models/delete_silence_policies_response.py +149 -0
- volcenginesdkvmp/models/disable_integration_tasks_request.py +123 -0
- volcenginesdkvmp/models/disable_integration_tasks_response.py +149 -0
- volcenginesdkvmp/models/disable_silence_policies_request.py +123 -0
- volcenginesdkvmp/models/disable_silence_policies_response.py +149 -0
- volcenginesdkvmp/models/enable_integration_tasks_request.py +123 -0
- volcenginesdkvmp/models/enable_integration_tasks_response.py +149 -0
- volcenginesdkvmp/models/enable_silence_policies_request.py +123 -0
- volcenginesdkvmp/models/enable_silence_policies_response.py +149 -0
- volcenginesdkvmp/models/error_for_delete_silence_policies_output.py +175 -0
- volcenginesdkvmp/models/error_for_disable_integration_tasks_output.py +175 -0
- volcenginesdkvmp/models/error_for_disable_silence_policies_output.py +175 -0
- volcenginesdkvmp/models/error_for_enable_integration_tasks_output.py +175 -0
- volcenginesdkvmp/models/error_for_enable_silence_policies_output.py +175 -0
- volcenginesdkvmp/models/filter_for_list_silence_policies_input.py +201 -0
- volcenginesdkvmp/models/filters_for_list_integration_tasks_input.py +279 -0
- volcenginesdkvmp/models/get_alerting_rule_response.py +53 -1
- volcenginesdkvmp/models/get_integration_task_request.py +124 -0
- volcenginesdkvmp/models/get_integration_task_response.py +409 -0
- volcenginesdkvmp/models/get_rule_file_response.py +29 -3
- volcenginesdkvmp/models/get_workspace_response.py +105 -1
- volcenginesdkvmp/models/instance_type_for_get_workspace_output.py +27 -1
- volcenginesdkvmp/models/item_for_list_alerting_rules_output.py +53 -1
- volcenginesdkvmp/models/item_for_list_integration_tasks_output.py +409 -0
- volcenginesdkvmp/models/item_for_list_rule_files_output.py +29 -3
- volcenginesdkvmp/models/item_for_list_silence_policies_output.py +357 -0
- volcenginesdkvmp/models/item_for_list_workspace_instance_types_output.py +27 -1
- volcenginesdkvmp/models/item_for_list_workspaces_output.py +131 -1
- volcenginesdkvmp/models/list_alerting_rules_request.py +55 -3
- volcenginesdkvmp/models/list_integration_tasks_request.py +227 -0
- volcenginesdkvmp/models/list_integration_tasks_response.py +149 -0
- volcenginesdkvmp/models/list_silence_policies_request.py +227 -0
- volcenginesdkvmp/models/list_silence_policies_response.py +149 -0
- volcenginesdkvmp/models/matcher_for_create_silence_policy_input.py +175 -0
- volcenginesdkvmp/models/matcher_for_list_silence_policies_output.py +175 -0
- volcenginesdkvmp/models/matcher_for_update_silence_policy_input.py +175 -0
- volcenginesdkvmp/models/metric_label_matcher_for_create_silence_policy_input.py +123 -0
- volcenginesdkvmp/models/metric_label_matcher_for_list_silence_policies_output.py +123 -0
- volcenginesdkvmp/models/metric_label_matcher_for_update_silence_policy_input.py +123 -0
- volcenginesdkvmp/models/periodic_date_for_create_silence_policy_input.py +175 -0
- volcenginesdkvmp/models/periodic_date_for_list_silence_policies_output.py +175 -0
- volcenginesdkvmp/models/periodic_date_for_update_silence_policy_input.py +175 -0
- volcenginesdkvmp/models/quota_for_get_workspace_output.py +53 -1
- volcenginesdkvmp/models/quota_for_update_workspace_input.py +53 -1
- volcenginesdkvmp/models/tag_filter_for_list_alerting_rules_input.py +149 -0
- volcenginesdkvmp/models/tag_filter_for_list_integration_tasks_input.py +149 -0
- volcenginesdkvmp/models/tag_for_create_alerting_rule_input.py +149 -0
- volcenginesdkvmp/models/tag_for_create_integration_task_input.py +149 -0
- volcenginesdkvmp/models/tag_for_get_alerting_rule_output.py +149 -0
- volcenginesdkvmp/models/tag_for_get_integration_task_output.py +149 -0
- volcenginesdkvmp/models/tag_for_list_alerting_rules_output.py +149 -0
- volcenginesdkvmp/models/tag_for_list_integration_tasks_output.py +149 -0
- volcenginesdkvmp/models/time_range_matcher_for_create_silence_policy_input.py +175 -0
- volcenginesdkvmp/models/time_range_matcher_for_list_silence_policies_output.py +175 -0
- volcenginesdkvmp/models/time_range_matcher_for_update_silence_policy_input.py +175 -0
- volcenginesdkvmp/models/unsuccessful_item_for_delete_silence_policies_output.py +149 -0
- volcenginesdkvmp/models/unsuccessful_item_for_disable_integration_tasks_output.py +149 -0
- volcenginesdkvmp/models/unsuccessful_item_for_disable_silence_policies_output.py +149 -0
- volcenginesdkvmp/models/unsuccessful_item_for_enable_integration_tasks_output.py +149 -0
- volcenginesdkvmp/models/unsuccessful_item_for_enable_silence_policies_output.py +149 -0
- volcenginesdkvmp/models/update_integration_task_request.py +202 -0
- volcenginesdkvmp/models/update_integration_task_response.py +123 -0
- volcenginesdkvmp/models/update_rule_file_request.py +27 -1
- volcenginesdkvmp/models/update_silence_policy_request.py +228 -0
- volcenginesdkvmp/models/update_silence_policy_response.py +123 -0
- volcenginesdkvmp/models/update_workspace_request.py +131 -1
- volcenginesdkvmp/models/vke_cluster_info_for_get_integration_task_output.py +149 -0
- volcenginesdkvmp/models/vke_cluster_info_for_list_integration_tasks_output.py +149 -0
- {volcengine_python_sdk-4.0.23.dist-info → volcengine_python_sdk-4.0.24.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.23.dist-info → volcengine_python_sdk-4.0.24.dist-info}/licenses/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.23.dist-info → volcengine_python_sdk-4.0.24.dist-info}/licenses/NOTICE.md +0 -0
|
@@ -0,0 +1,487 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
dms20250101
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class GetRealTimeStatisticsResponse(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'bandwidth': 'str',
|
|
37
|
+
'failed_bytes': 'str',
|
|
38
|
+
'failed_count': 'str',
|
|
39
|
+
'nonexistent_bytes': 'str',
|
|
40
|
+
'nonexistent_count': 'str',
|
|
41
|
+
'remaining_bytes': 'str',
|
|
42
|
+
'remaining_count': 'str',
|
|
43
|
+
'remaining_seconds': 'str',
|
|
44
|
+
'skipped_bytes': 'str',
|
|
45
|
+
'skipped_count': 'str',
|
|
46
|
+
'succeed_bytes': 'str',
|
|
47
|
+
'succeed_count': 'str',
|
|
48
|
+
'total_bytes': 'str',
|
|
49
|
+
'total_count': 'str',
|
|
50
|
+
'total_seconds': 'str'
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
attribute_map = {
|
|
54
|
+
'bandwidth': 'Bandwidth',
|
|
55
|
+
'failed_bytes': 'FailedBytes',
|
|
56
|
+
'failed_count': 'FailedCount',
|
|
57
|
+
'nonexistent_bytes': 'NonexistentBytes',
|
|
58
|
+
'nonexistent_count': 'NonexistentCount',
|
|
59
|
+
'remaining_bytes': 'RemainingBytes',
|
|
60
|
+
'remaining_count': 'RemainingCount',
|
|
61
|
+
'remaining_seconds': 'RemainingSeconds',
|
|
62
|
+
'skipped_bytes': 'SkippedBytes',
|
|
63
|
+
'skipped_count': 'SkippedCount',
|
|
64
|
+
'succeed_bytes': 'SucceedBytes',
|
|
65
|
+
'succeed_count': 'SucceedCount',
|
|
66
|
+
'total_bytes': 'TotalBytes',
|
|
67
|
+
'total_count': 'TotalCount',
|
|
68
|
+
'total_seconds': 'TotalSeconds'
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
def __init__(self, bandwidth=None, failed_bytes=None, failed_count=None, nonexistent_bytes=None, nonexistent_count=None, remaining_bytes=None, remaining_count=None, remaining_seconds=None, skipped_bytes=None, skipped_count=None, succeed_bytes=None, succeed_count=None, total_bytes=None, total_count=None, total_seconds=None, _configuration=None): # noqa: E501
|
|
72
|
+
"""GetRealTimeStatisticsResponse - a model defined in Swagger""" # noqa: E501
|
|
73
|
+
if _configuration is None:
|
|
74
|
+
_configuration = Configuration()
|
|
75
|
+
self._configuration = _configuration
|
|
76
|
+
|
|
77
|
+
self._bandwidth = None
|
|
78
|
+
self._failed_bytes = None
|
|
79
|
+
self._failed_count = None
|
|
80
|
+
self._nonexistent_bytes = None
|
|
81
|
+
self._nonexistent_count = None
|
|
82
|
+
self._remaining_bytes = None
|
|
83
|
+
self._remaining_count = None
|
|
84
|
+
self._remaining_seconds = None
|
|
85
|
+
self._skipped_bytes = None
|
|
86
|
+
self._skipped_count = None
|
|
87
|
+
self._succeed_bytes = None
|
|
88
|
+
self._succeed_count = None
|
|
89
|
+
self._total_bytes = None
|
|
90
|
+
self._total_count = None
|
|
91
|
+
self._total_seconds = None
|
|
92
|
+
self.discriminator = None
|
|
93
|
+
|
|
94
|
+
if bandwidth is not None:
|
|
95
|
+
self.bandwidth = bandwidth
|
|
96
|
+
if failed_bytes is not None:
|
|
97
|
+
self.failed_bytes = failed_bytes
|
|
98
|
+
if failed_count is not None:
|
|
99
|
+
self.failed_count = failed_count
|
|
100
|
+
if nonexistent_bytes is not None:
|
|
101
|
+
self.nonexistent_bytes = nonexistent_bytes
|
|
102
|
+
if nonexistent_count is not None:
|
|
103
|
+
self.nonexistent_count = nonexistent_count
|
|
104
|
+
if remaining_bytes is not None:
|
|
105
|
+
self.remaining_bytes = remaining_bytes
|
|
106
|
+
if remaining_count is not None:
|
|
107
|
+
self.remaining_count = remaining_count
|
|
108
|
+
if remaining_seconds is not None:
|
|
109
|
+
self.remaining_seconds = remaining_seconds
|
|
110
|
+
if skipped_bytes is not None:
|
|
111
|
+
self.skipped_bytes = skipped_bytes
|
|
112
|
+
if skipped_count is not None:
|
|
113
|
+
self.skipped_count = skipped_count
|
|
114
|
+
if succeed_bytes is not None:
|
|
115
|
+
self.succeed_bytes = succeed_bytes
|
|
116
|
+
if succeed_count is not None:
|
|
117
|
+
self.succeed_count = succeed_count
|
|
118
|
+
if total_bytes is not None:
|
|
119
|
+
self.total_bytes = total_bytes
|
|
120
|
+
if total_count is not None:
|
|
121
|
+
self.total_count = total_count
|
|
122
|
+
if total_seconds is not None:
|
|
123
|
+
self.total_seconds = total_seconds
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
def bandwidth(self):
|
|
127
|
+
"""Gets the bandwidth of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
:return: The bandwidth of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
131
|
+
:rtype: str
|
|
132
|
+
"""
|
|
133
|
+
return self._bandwidth
|
|
134
|
+
|
|
135
|
+
@bandwidth.setter
|
|
136
|
+
def bandwidth(self, bandwidth):
|
|
137
|
+
"""Sets the bandwidth of this GetRealTimeStatisticsResponse.
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
:param bandwidth: The bandwidth of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
141
|
+
:type: str
|
|
142
|
+
"""
|
|
143
|
+
|
|
144
|
+
self._bandwidth = bandwidth
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
def failed_bytes(self):
|
|
148
|
+
"""Gets the failed_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
:return: The failed_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
152
|
+
:rtype: str
|
|
153
|
+
"""
|
|
154
|
+
return self._failed_bytes
|
|
155
|
+
|
|
156
|
+
@failed_bytes.setter
|
|
157
|
+
def failed_bytes(self, failed_bytes):
|
|
158
|
+
"""Sets the failed_bytes of this GetRealTimeStatisticsResponse.
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
:param failed_bytes: The failed_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
162
|
+
:type: str
|
|
163
|
+
"""
|
|
164
|
+
|
|
165
|
+
self._failed_bytes = failed_bytes
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
def failed_count(self):
|
|
169
|
+
"""Gets the failed_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
:return: The failed_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
173
|
+
:rtype: str
|
|
174
|
+
"""
|
|
175
|
+
return self._failed_count
|
|
176
|
+
|
|
177
|
+
@failed_count.setter
|
|
178
|
+
def failed_count(self, failed_count):
|
|
179
|
+
"""Sets the failed_count of this GetRealTimeStatisticsResponse.
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
:param failed_count: The failed_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
183
|
+
:type: str
|
|
184
|
+
"""
|
|
185
|
+
|
|
186
|
+
self._failed_count = failed_count
|
|
187
|
+
|
|
188
|
+
@property
|
|
189
|
+
def nonexistent_bytes(self):
|
|
190
|
+
"""Gets the nonexistent_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
:return: The nonexistent_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
194
|
+
:rtype: str
|
|
195
|
+
"""
|
|
196
|
+
return self._nonexistent_bytes
|
|
197
|
+
|
|
198
|
+
@nonexistent_bytes.setter
|
|
199
|
+
def nonexistent_bytes(self, nonexistent_bytes):
|
|
200
|
+
"""Sets the nonexistent_bytes of this GetRealTimeStatisticsResponse.
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
:param nonexistent_bytes: The nonexistent_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
204
|
+
:type: str
|
|
205
|
+
"""
|
|
206
|
+
|
|
207
|
+
self._nonexistent_bytes = nonexistent_bytes
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
def nonexistent_count(self):
|
|
211
|
+
"""Gets the nonexistent_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
:return: The nonexistent_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
215
|
+
:rtype: str
|
|
216
|
+
"""
|
|
217
|
+
return self._nonexistent_count
|
|
218
|
+
|
|
219
|
+
@nonexistent_count.setter
|
|
220
|
+
def nonexistent_count(self, nonexistent_count):
|
|
221
|
+
"""Sets the nonexistent_count of this GetRealTimeStatisticsResponse.
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
:param nonexistent_count: The nonexistent_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
225
|
+
:type: str
|
|
226
|
+
"""
|
|
227
|
+
|
|
228
|
+
self._nonexistent_count = nonexistent_count
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
def remaining_bytes(self):
|
|
232
|
+
"""Gets the remaining_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
:return: The remaining_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
236
|
+
:rtype: str
|
|
237
|
+
"""
|
|
238
|
+
return self._remaining_bytes
|
|
239
|
+
|
|
240
|
+
@remaining_bytes.setter
|
|
241
|
+
def remaining_bytes(self, remaining_bytes):
|
|
242
|
+
"""Sets the remaining_bytes of this GetRealTimeStatisticsResponse.
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
:param remaining_bytes: The remaining_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
246
|
+
:type: str
|
|
247
|
+
"""
|
|
248
|
+
|
|
249
|
+
self._remaining_bytes = remaining_bytes
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
def remaining_count(self):
|
|
253
|
+
"""Gets the remaining_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
:return: The remaining_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
257
|
+
:rtype: str
|
|
258
|
+
"""
|
|
259
|
+
return self._remaining_count
|
|
260
|
+
|
|
261
|
+
@remaining_count.setter
|
|
262
|
+
def remaining_count(self, remaining_count):
|
|
263
|
+
"""Sets the remaining_count of this GetRealTimeStatisticsResponse.
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
:param remaining_count: The remaining_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
267
|
+
:type: str
|
|
268
|
+
"""
|
|
269
|
+
|
|
270
|
+
self._remaining_count = remaining_count
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
def remaining_seconds(self):
|
|
274
|
+
"""Gets the remaining_seconds of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
:return: The remaining_seconds of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
278
|
+
:rtype: str
|
|
279
|
+
"""
|
|
280
|
+
return self._remaining_seconds
|
|
281
|
+
|
|
282
|
+
@remaining_seconds.setter
|
|
283
|
+
def remaining_seconds(self, remaining_seconds):
|
|
284
|
+
"""Sets the remaining_seconds of this GetRealTimeStatisticsResponse.
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
:param remaining_seconds: The remaining_seconds of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
288
|
+
:type: str
|
|
289
|
+
"""
|
|
290
|
+
|
|
291
|
+
self._remaining_seconds = remaining_seconds
|
|
292
|
+
|
|
293
|
+
@property
|
|
294
|
+
def skipped_bytes(self):
|
|
295
|
+
"""Gets the skipped_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
:return: The skipped_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
299
|
+
:rtype: str
|
|
300
|
+
"""
|
|
301
|
+
return self._skipped_bytes
|
|
302
|
+
|
|
303
|
+
@skipped_bytes.setter
|
|
304
|
+
def skipped_bytes(self, skipped_bytes):
|
|
305
|
+
"""Sets the skipped_bytes of this GetRealTimeStatisticsResponse.
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
:param skipped_bytes: The skipped_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
309
|
+
:type: str
|
|
310
|
+
"""
|
|
311
|
+
|
|
312
|
+
self._skipped_bytes = skipped_bytes
|
|
313
|
+
|
|
314
|
+
@property
|
|
315
|
+
def skipped_count(self):
|
|
316
|
+
"""Gets the skipped_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
:return: The skipped_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
320
|
+
:rtype: str
|
|
321
|
+
"""
|
|
322
|
+
return self._skipped_count
|
|
323
|
+
|
|
324
|
+
@skipped_count.setter
|
|
325
|
+
def skipped_count(self, skipped_count):
|
|
326
|
+
"""Sets the skipped_count of this GetRealTimeStatisticsResponse.
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
:param skipped_count: The skipped_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
330
|
+
:type: str
|
|
331
|
+
"""
|
|
332
|
+
|
|
333
|
+
self._skipped_count = skipped_count
|
|
334
|
+
|
|
335
|
+
@property
|
|
336
|
+
def succeed_bytes(self):
|
|
337
|
+
"""Gets the succeed_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
:return: The succeed_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
341
|
+
:rtype: str
|
|
342
|
+
"""
|
|
343
|
+
return self._succeed_bytes
|
|
344
|
+
|
|
345
|
+
@succeed_bytes.setter
|
|
346
|
+
def succeed_bytes(self, succeed_bytes):
|
|
347
|
+
"""Sets the succeed_bytes of this GetRealTimeStatisticsResponse.
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
:param succeed_bytes: The succeed_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
351
|
+
:type: str
|
|
352
|
+
"""
|
|
353
|
+
|
|
354
|
+
self._succeed_bytes = succeed_bytes
|
|
355
|
+
|
|
356
|
+
@property
|
|
357
|
+
def succeed_count(self):
|
|
358
|
+
"""Gets the succeed_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
:return: The succeed_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
362
|
+
:rtype: str
|
|
363
|
+
"""
|
|
364
|
+
return self._succeed_count
|
|
365
|
+
|
|
366
|
+
@succeed_count.setter
|
|
367
|
+
def succeed_count(self, succeed_count):
|
|
368
|
+
"""Sets the succeed_count of this GetRealTimeStatisticsResponse.
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
:param succeed_count: The succeed_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
372
|
+
:type: str
|
|
373
|
+
"""
|
|
374
|
+
|
|
375
|
+
self._succeed_count = succeed_count
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
def total_bytes(self):
|
|
379
|
+
"""Gets the total_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
:return: The total_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
383
|
+
:rtype: str
|
|
384
|
+
"""
|
|
385
|
+
return self._total_bytes
|
|
386
|
+
|
|
387
|
+
@total_bytes.setter
|
|
388
|
+
def total_bytes(self, total_bytes):
|
|
389
|
+
"""Sets the total_bytes of this GetRealTimeStatisticsResponse.
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
:param total_bytes: The total_bytes of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
393
|
+
:type: str
|
|
394
|
+
"""
|
|
395
|
+
|
|
396
|
+
self._total_bytes = total_bytes
|
|
397
|
+
|
|
398
|
+
@property
|
|
399
|
+
def total_count(self):
|
|
400
|
+
"""Gets the total_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
:return: The total_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
404
|
+
:rtype: str
|
|
405
|
+
"""
|
|
406
|
+
return self._total_count
|
|
407
|
+
|
|
408
|
+
@total_count.setter
|
|
409
|
+
def total_count(self, total_count):
|
|
410
|
+
"""Sets the total_count of this GetRealTimeStatisticsResponse.
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
:param total_count: The total_count of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
414
|
+
:type: str
|
|
415
|
+
"""
|
|
416
|
+
|
|
417
|
+
self._total_count = total_count
|
|
418
|
+
|
|
419
|
+
@property
|
|
420
|
+
def total_seconds(self):
|
|
421
|
+
"""Gets the total_seconds of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
:return: The total_seconds of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
425
|
+
:rtype: str
|
|
426
|
+
"""
|
|
427
|
+
return self._total_seconds
|
|
428
|
+
|
|
429
|
+
@total_seconds.setter
|
|
430
|
+
def total_seconds(self, total_seconds):
|
|
431
|
+
"""Sets the total_seconds of this GetRealTimeStatisticsResponse.
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
:param total_seconds: The total_seconds of this GetRealTimeStatisticsResponse. # noqa: E501
|
|
435
|
+
:type: str
|
|
436
|
+
"""
|
|
437
|
+
|
|
438
|
+
self._total_seconds = total_seconds
|
|
439
|
+
|
|
440
|
+
def to_dict(self):
|
|
441
|
+
"""Returns the model properties as a dict"""
|
|
442
|
+
result = {}
|
|
443
|
+
|
|
444
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
445
|
+
value = getattr(self, attr)
|
|
446
|
+
if isinstance(value, list):
|
|
447
|
+
result[attr] = list(map(
|
|
448
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
449
|
+
value
|
|
450
|
+
))
|
|
451
|
+
elif hasattr(value, "to_dict"):
|
|
452
|
+
result[attr] = value.to_dict()
|
|
453
|
+
elif isinstance(value, dict):
|
|
454
|
+
result[attr] = dict(map(
|
|
455
|
+
lambda item: (item[0], item[1].to_dict())
|
|
456
|
+
if hasattr(item[1], "to_dict") else item,
|
|
457
|
+
value.items()
|
|
458
|
+
))
|
|
459
|
+
else:
|
|
460
|
+
result[attr] = value
|
|
461
|
+
if issubclass(GetRealTimeStatisticsResponse, dict):
|
|
462
|
+
for key, value in self.items():
|
|
463
|
+
result[key] = value
|
|
464
|
+
|
|
465
|
+
return result
|
|
466
|
+
|
|
467
|
+
def to_str(self):
|
|
468
|
+
"""Returns the string representation of the model"""
|
|
469
|
+
return pprint.pformat(self.to_dict())
|
|
470
|
+
|
|
471
|
+
def __repr__(self):
|
|
472
|
+
"""For `print` and `pprint`"""
|
|
473
|
+
return self.to_str()
|
|
474
|
+
|
|
475
|
+
def __eq__(self, other):
|
|
476
|
+
"""Returns true if both objects are equal"""
|
|
477
|
+
if not isinstance(other, GetRealTimeStatisticsResponse):
|
|
478
|
+
return False
|
|
479
|
+
|
|
480
|
+
return self.to_dict() == other.to_dict()
|
|
481
|
+
|
|
482
|
+
def __ne__(self, other):
|
|
483
|
+
"""Returns true if both objects are not equal"""
|
|
484
|
+
if not isinstance(other, GetRealTimeStatisticsResponse):
|
|
485
|
+
return True
|
|
486
|
+
|
|
487
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
dms20250101
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class GetTaskRequest(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'id': 'str'
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
attribute_map = {
|
|
40
|
+
'id': 'Id'
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
def __init__(self, id=None, _configuration=None): # noqa: E501
|
|
44
|
+
"""GetTaskRequest - a model defined in Swagger""" # noqa: E501
|
|
45
|
+
if _configuration is None:
|
|
46
|
+
_configuration = Configuration()
|
|
47
|
+
self._configuration = _configuration
|
|
48
|
+
|
|
49
|
+
self._id = None
|
|
50
|
+
self.discriminator = None
|
|
51
|
+
|
|
52
|
+
self.id = id
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
def id(self):
|
|
56
|
+
"""Gets the id of this GetTaskRequest. # noqa: E501
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
:return: The id of this GetTaskRequest. # noqa: E501
|
|
60
|
+
:rtype: str
|
|
61
|
+
"""
|
|
62
|
+
return self._id
|
|
63
|
+
|
|
64
|
+
@id.setter
|
|
65
|
+
def id(self, id):
|
|
66
|
+
"""Sets the id of this GetTaskRequest.
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
:param id: The id of this GetTaskRequest. # noqa: E501
|
|
70
|
+
:type: str
|
|
71
|
+
"""
|
|
72
|
+
if self._configuration.client_side_validation and id is None:
|
|
73
|
+
raise ValueError("Invalid value for `id`, must not be `None`") # noqa: E501
|
|
74
|
+
|
|
75
|
+
self._id = id
|
|
76
|
+
|
|
77
|
+
def to_dict(self):
|
|
78
|
+
"""Returns the model properties as a dict"""
|
|
79
|
+
result = {}
|
|
80
|
+
|
|
81
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
82
|
+
value = getattr(self, attr)
|
|
83
|
+
if isinstance(value, list):
|
|
84
|
+
result[attr] = list(map(
|
|
85
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
86
|
+
value
|
|
87
|
+
))
|
|
88
|
+
elif hasattr(value, "to_dict"):
|
|
89
|
+
result[attr] = value.to_dict()
|
|
90
|
+
elif isinstance(value, dict):
|
|
91
|
+
result[attr] = dict(map(
|
|
92
|
+
lambda item: (item[0], item[1].to_dict())
|
|
93
|
+
if hasattr(item[1], "to_dict") else item,
|
|
94
|
+
value.items()
|
|
95
|
+
))
|
|
96
|
+
else:
|
|
97
|
+
result[attr] = value
|
|
98
|
+
if issubclass(GetTaskRequest, dict):
|
|
99
|
+
for key, value in self.items():
|
|
100
|
+
result[key] = value
|
|
101
|
+
|
|
102
|
+
return result
|
|
103
|
+
|
|
104
|
+
def to_str(self):
|
|
105
|
+
"""Returns the string representation of the model"""
|
|
106
|
+
return pprint.pformat(self.to_dict())
|
|
107
|
+
|
|
108
|
+
def __repr__(self):
|
|
109
|
+
"""For `print` and `pprint`"""
|
|
110
|
+
return self.to_str()
|
|
111
|
+
|
|
112
|
+
def __eq__(self, other):
|
|
113
|
+
"""Returns true if both objects are equal"""
|
|
114
|
+
if not isinstance(other, GetTaskRequest):
|
|
115
|
+
return False
|
|
116
|
+
|
|
117
|
+
return self.to_dict() == other.to_dict()
|
|
118
|
+
|
|
119
|
+
def __ne__(self, other):
|
|
120
|
+
"""Returns true if both objects are not equal"""
|
|
121
|
+
if not isinstance(other, GetTaskRequest):
|
|
122
|
+
return True
|
|
123
|
+
|
|
124
|
+
return self.to_dict() != other.to_dict()
|