volcengine-python-sdk 4.0.22__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.22.dist-info → volcengine_python_sdk-4.0.24.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.22.dist-info → volcengine_python_sdk-4.0.24.dist-info}/RECORD +215 -42
- {volcengine_python_sdk-4.0.22.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
- volcenginesdkredis/__init__.py +2 -0
- volcenginesdkredis/api/redis_api.py +97 -0
- volcenginesdkredis/models/__init__.py +2 -0
- volcenginesdkredis/models/instance_for_describe_db_instances_output.py +27 -1
- volcenginesdkredis/models/modify_db_instance_private_dns_visibility_request.py +177 -0
- volcenginesdkredis/models/modify_db_instance_private_dns_visibility_response.py +95 -0
- volcenginesdkredis/models/visit_addr_for_describe_db_instance_detail_output.py +29 -3
- 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.22.dist-info → volcengine_python_sdk-4.0.24.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.22.dist-info → volcengine_python_sdk-4.0.24.dist-info}/licenses/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.22.dist-info → volcengine_python_sdk-4.0.24.dist-info}/licenses/NOTICE.md +0 -0
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
vmp
|
|
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 CalculatePriceParamForGetWorkspaceOutput(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
|
+
'cal_charge_item_list': 'list[CalChargeItemListForGetWorkspaceOutput]',
|
|
37
|
+
'configuration_code': 'str',
|
|
38
|
+
'period': 'str'
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
attribute_map = {
|
|
42
|
+
'cal_charge_item_list': 'CalChargeItemList',
|
|
43
|
+
'configuration_code': 'ConfigurationCode',
|
|
44
|
+
'period': 'Period'
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
def __init__(self, cal_charge_item_list=None, configuration_code=None, period=None, _configuration=None): # noqa: E501
|
|
48
|
+
"""CalculatePriceParamForGetWorkspaceOutput - a model defined in Swagger""" # noqa: E501
|
|
49
|
+
if _configuration is None:
|
|
50
|
+
_configuration = Configuration()
|
|
51
|
+
self._configuration = _configuration
|
|
52
|
+
|
|
53
|
+
self._cal_charge_item_list = None
|
|
54
|
+
self._configuration_code = None
|
|
55
|
+
self._period = None
|
|
56
|
+
self.discriminator = None
|
|
57
|
+
|
|
58
|
+
if cal_charge_item_list is not None:
|
|
59
|
+
self.cal_charge_item_list = cal_charge_item_list
|
|
60
|
+
if configuration_code is not None:
|
|
61
|
+
self.configuration_code = configuration_code
|
|
62
|
+
if period is not None:
|
|
63
|
+
self.period = period
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
def cal_charge_item_list(self):
|
|
67
|
+
"""Gets the cal_charge_item_list of this CalculatePriceParamForGetWorkspaceOutput. # noqa: E501
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
:return: The cal_charge_item_list of this CalculatePriceParamForGetWorkspaceOutput. # noqa: E501
|
|
71
|
+
:rtype: list[CalChargeItemListForGetWorkspaceOutput]
|
|
72
|
+
"""
|
|
73
|
+
return self._cal_charge_item_list
|
|
74
|
+
|
|
75
|
+
@cal_charge_item_list.setter
|
|
76
|
+
def cal_charge_item_list(self, cal_charge_item_list):
|
|
77
|
+
"""Sets the cal_charge_item_list of this CalculatePriceParamForGetWorkspaceOutput.
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
:param cal_charge_item_list: The cal_charge_item_list of this CalculatePriceParamForGetWorkspaceOutput. # noqa: E501
|
|
81
|
+
:type: list[CalChargeItemListForGetWorkspaceOutput]
|
|
82
|
+
"""
|
|
83
|
+
|
|
84
|
+
self._cal_charge_item_list = cal_charge_item_list
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
def configuration_code(self):
|
|
88
|
+
"""Gets the configuration_code of this CalculatePriceParamForGetWorkspaceOutput. # noqa: E501
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
:return: The configuration_code of this CalculatePriceParamForGetWorkspaceOutput. # noqa: E501
|
|
92
|
+
:rtype: str
|
|
93
|
+
"""
|
|
94
|
+
return self._configuration_code
|
|
95
|
+
|
|
96
|
+
@configuration_code.setter
|
|
97
|
+
def configuration_code(self, configuration_code):
|
|
98
|
+
"""Sets the configuration_code of this CalculatePriceParamForGetWorkspaceOutput.
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
:param configuration_code: The configuration_code of this CalculatePriceParamForGetWorkspaceOutput. # noqa: E501
|
|
102
|
+
:type: str
|
|
103
|
+
"""
|
|
104
|
+
|
|
105
|
+
self._configuration_code = configuration_code
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
def period(self):
|
|
109
|
+
"""Gets the period of this CalculatePriceParamForGetWorkspaceOutput. # noqa: E501
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
:return: The period of this CalculatePriceParamForGetWorkspaceOutput. # noqa: E501
|
|
113
|
+
:rtype: str
|
|
114
|
+
"""
|
|
115
|
+
return self._period
|
|
116
|
+
|
|
117
|
+
@period.setter
|
|
118
|
+
def period(self, period):
|
|
119
|
+
"""Sets the period of this CalculatePriceParamForGetWorkspaceOutput.
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
:param period: The period of this CalculatePriceParamForGetWorkspaceOutput. # noqa: E501
|
|
123
|
+
:type: str
|
|
124
|
+
"""
|
|
125
|
+
|
|
126
|
+
self._period = period
|
|
127
|
+
|
|
128
|
+
def to_dict(self):
|
|
129
|
+
"""Returns the model properties as a dict"""
|
|
130
|
+
result = {}
|
|
131
|
+
|
|
132
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
133
|
+
value = getattr(self, attr)
|
|
134
|
+
if isinstance(value, list):
|
|
135
|
+
result[attr] = list(map(
|
|
136
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
137
|
+
value
|
|
138
|
+
))
|
|
139
|
+
elif hasattr(value, "to_dict"):
|
|
140
|
+
result[attr] = value.to_dict()
|
|
141
|
+
elif isinstance(value, dict):
|
|
142
|
+
result[attr] = dict(map(
|
|
143
|
+
lambda item: (item[0], item[1].to_dict())
|
|
144
|
+
if hasattr(item[1], "to_dict") else item,
|
|
145
|
+
value.items()
|
|
146
|
+
))
|
|
147
|
+
else:
|
|
148
|
+
result[attr] = value
|
|
149
|
+
if issubclass(CalculatePriceParamForGetWorkspaceOutput, dict):
|
|
150
|
+
for key, value in self.items():
|
|
151
|
+
result[key] = value
|
|
152
|
+
|
|
153
|
+
return result
|
|
154
|
+
|
|
155
|
+
def to_str(self):
|
|
156
|
+
"""Returns the string representation of the model"""
|
|
157
|
+
return pprint.pformat(self.to_dict())
|
|
158
|
+
|
|
159
|
+
def __repr__(self):
|
|
160
|
+
"""For `print` and `pprint`"""
|
|
161
|
+
return self.to_str()
|
|
162
|
+
|
|
163
|
+
def __eq__(self, other):
|
|
164
|
+
"""Returns true if both objects are equal"""
|
|
165
|
+
if not isinstance(other, CalculatePriceParamForGetWorkspaceOutput):
|
|
166
|
+
return False
|
|
167
|
+
|
|
168
|
+
return self.to_dict() == other.to_dict()
|
|
169
|
+
|
|
170
|
+
def __ne__(self, other):
|
|
171
|
+
"""Returns true if both objects are not equal"""
|
|
172
|
+
if not isinstance(other, CalculatePriceParamForGetWorkspaceOutput):
|
|
173
|
+
return True
|
|
174
|
+
|
|
175
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
vmp
|
|
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 CalculatePriceParamForListWorkspaceInstanceTypesOutput(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
|
+
'cal_charge_item_list': 'list[CalChargeItemListForListWorkspaceInstanceTypesOutput]',
|
|
37
|
+
'configuration_code': 'str',
|
|
38
|
+
'period': 'str'
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
attribute_map = {
|
|
42
|
+
'cal_charge_item_list': 'CalChargeItemList',
|
|
43
|
+
'configuration_code': 'ConfigurationCode',
|
|
44
|
+
'period': 'Period'
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
def __init__(self, cal_charge_item_list=None, configuration_code=None, period=None, _configuration=None): # noqa: E501
|
|
48
|
+
"""CalculatePriceParamForListWorkspaceInstanceTypesOutput - a model defined in Swagger""" # noqa: E501
|
|
49
|
+
if _configuration is None:
|
|
50
|
+
_configuration = Configuration()
|
|
51
|
+
self._configuration = _configuration
|
|
52
|
+
|
|
53
|
+
self._cal_charge_item_list = None
|
|
54
|
+
self._configuration_code = None
|
|
55
|
+
self._period = None
|
|
56
|
+
self.discriminator = None
|
|
57
|
+
|
|
58
|
+
if cal_charge_item_list is not None:
|
|
59
|
+
self.cal_charge_item_list = cal_charge_item_list
|
|
60
|
+
if configuration_code is not None:
|
|
61
|
+
self.configuration_code = configuration_code
|
|
62
|
+
if period is not None:
|
|
63
|
+
self.period = period
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
def cal_charge_item_list(self):
|
|
67
|
+
"""Gets the cal_charge_item_list of this CalculatePriceParamForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
:return: The cal_charge_item_list of this CalculatePriceParamForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
71
|
+
:rtype: list[CalChargeItemListForListWorkspaceInstanceTypesOutput]
|
|
72
|
+
"""
|
|
73
|
+
return self._cal_charge_item_list
|
|
74
|
+
|
|
75
|
+
@cal_charge_item_list.setter
|
|
76
|
+
def cal_charge_item_list(self, cal_charge_item_list):
|
|
77
|
+
"""Sets the cal_charge_item_list of this CalculatePriceParamForListWorkspaceInstanceTypesOutput.
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
:param cal_charge_item_list: The cal_charge_item_list of this CalculatePriceParamForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
81
|
+
:type: list[CalChargeItemListForListWorkspaceInstanceTypesOutput]
|
|
82
|
+
"""
|
|
83
|
+
|
|
84
|
+
self._cal_charge_item_list = cal_charge_item_list
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
def configuration_code(self):
|
|
88
|
+
"""Gets the configuration_code of this CalculatePriceParamForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
:return: The configuration_code of this CalculatePriceParamForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
92
|
+
:rtype: str
|
|
93
|
+
"""
|
|
94
|
+
return self._configuration_code
|
|
95
|
+
|
|
96
|
+
@configuration_code.setter
|
|
97
|
+
def configuration_code(self, configuration_code):
|
|
98
|
+
"""Sets the configuration_code of this CalculatePriceParamForListWorkspaceInstanceTypesOutput.
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
:param configuration_code: The configuration_code of this CalculatePriceParamForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
102
|
+
:type: str
|
|
103
|
+
"""
|
|
104
|
+
|
|
105
|
+
self._configuration_code = configuration_code
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
def period(self):
|
|
109
|
+
"""Gets the period of this CalculatePriceParamForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
:return: The period of this CalculatePriceParamForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
113
|
+
:rtype: str
|
|
114
|
+
"""
|
|
115
|
+
return self._period
|
|
116
|
+
|
|
117
|
+
@period.setter
|
|
118
|
+
def period(self, period):
|
|
119
|
+
"""Sets the period of this CalculatePriceParamForListWorkspaceInstanceTypesOutput.
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
:param period: The period of this CalculatePriceParamForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
123
|
+
:type: str
|
|
124
|
+
"""
|
|
125
|
+
|
|
126
|
+
self._period = period
|
|
127
|
+
|
|
128
|
+
def to_dict(self):
|
|
129
|
+
"""Returns the model properties as a dict"""
|
|
130
|
+
result = {}
|
|
131
|
+
|
|
132
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
133
|
+
value = getattr(self, attr)
|
|
134
|
+
if isinstance(value, list):
|
|
135
|
+
result[attr] = list(map(
|
|
136
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
137
|
+
value
|
|
138
|
+
))
|
|
139
|
+
elif hasattr(value, "to_dict"):
|
|
140
|
+
result[attr] = value.to_dict()
|
|
141
|
+
elif isinstance(value, dict):
|
|
142
|
+
result[attr] = dict(map(
|
|
143
|
+
lambda item: (item[0], item[1].to_dict())
|
|
144
|
+
if hasattr(item[1], "to_dict") else item,
|
|
145
|
+
value.items()
|
|
146
|
+
))
|
|
147
|
+
else:
|
|
148
|
+
result[attr] = value
|
|
149
|
+
if issubclass(CalculatePriceParamForListWorkspaceInstanceTypesOutput, dict):
|
|
150
|
+
for key, value in self.items():
|
|
151
|
+
result[key] = value
|
|
152
|
+
|
|
153
|
+
return result
|
|
154
|
+
|
|
155
|
+
def to_str(self):
|
|
156
|
+
"""Returns the string representation of the model"""
|
|
157
|
+
return pprint.pformat(self.to_dict())
|
|
158
|
+
|
|
159
|
+
def __repr__(self):
|
|
160
|
+
"""For `print` and `pprint`"""
|
|
161
|
+
return self.to_str()
|
|
162
|
+
|
|
163
|
+
def __eq__(self, other):
|
|
164
|
+
"""Returns true if both objects are equal"""
|
|
165
|
+
if not isinstance(other, CalculatePriceParamForListWorkspaceInstanceTypesOutput):
|
|
166
|
+
return False
|
|
167
|
+
|
|
168
|
+
return self.to_dict() == other.to_dict()
|
|
169
|
+
|
|
170
|
+
def __ne__(self, other):
|
|
171
|
+
"""Returns true if both objects are not equal"""
|
|
172
|
+
if not isinstance(other, CalculatePriceParamForListWorkspaceInstanceTypesOutput):
|
|
173
|
+
return True
|
|
174
|
+
|
|
175
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
vmp
|
|
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 ConditionsForListIntegrationTasksOutput(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
|
+
'health': 'str',
|
|
37
|
+
'project_name': 'str',
|
|
38
|
+
'tags': 'list[TagForListIntegrationTasksOutput]'
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
attribute_map = {
|
|
42
|
+
'health': 'Health',
|
|
43
|
+
'project_name': 'ProjectName',
|
|
44
|
+
'tags': 'Tags'
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
def __init__(self, health=None, project_name=None, tags=None, _configuration=None): # noqa: E501
|
|
48
|
+
"""ConditionsForListIntegrationTasksOutput - a model defined in Swagger""" # noqa: E501
|
|
49
|
+
if _configuration is None:
|
|
50
|
+
_configuration = Configuration()
|
|
51
|
+
self._configuration = _configuration
|
|
52
|
+
|
|
53
|
+
self._health = None
|
|
54
|
+
self._project_name = None
|
|
55
|
+
self._tags = None
|
|
56
|
+
self.discriminator = None
|
|
57
|
+
|
|
58
|
+
if health is not None:
|
|
59
|
+
self.health = health
|
|
60
|
+
if project_name is not None:
|
|
61
|
+
self.project_name = project_name
|
|
62
|
+
if tags is not None:
|
|
63
|
+
self.tags = tags
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
def health(self):
|
|
67
|
+
"""Gets the health of this ConditionsForListIntegrationTasksOutput. # noqa: E501
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
:return: The health of this ConditionsForListIntegrationTasksOutput. # noqa: E501
|
|
71
|
+
:rtype: str
|
|
72
|
+
"""
|
|
73
|
+
return self._health
|
|
74
|
+
|
|
75
|
+
@health.setter
|
|
76
|
+
def health(self, health):
|
|
77
|
+
"""Sets the health of this ConditionsForListIntegrationTasksOutput.
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
:param health: The health of this ConditionsForListIntegrationTasksOutput. # noqa: E501
|
|
81
|
+
:type: str
|
|
82
|
+
"""
|
|
83
|
+
|
|
84
|
+
self._health = health
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
def project_name(self):
|
|
88
|
+
"""Gets the project_name of this ConditionsForListIntegrationTasksOutput. # noqa: E501
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
:return: The project_name of this ConditionsForListIntegrationTasksOutput. # noqa: E501
|
|
92
|
+
:rtype: str
|
|
93
|
+
"""
|
|
94
|
+
return self._project_name
|
|
95
|
+
|
|
96
|
+
@project_name.setter
|
|
97
|
+
def project_name(self, project_name):
|
|
98
|
+
"""Sets the project_name of this ConditionsForListIntegrationTasksOutput.
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
:param project_name: The project_name of this ConditionsForListIntegrationTasksOutput. # noqa: E501
|
|
102
|
+
:type: str
|
|
103
|
+
"""
|
|
104
|
+
|
|
105
|
+
self._project_name = project_name
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
def tags(self):
|
|
109
|
+
"""Gets the tags of this ConditionsForListIntegrationTasksOutput. # noqa: E501
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
:return: The tags of this ConditionsForListIntegrationTasksOutput. # noqa: E501
|
|
113
|
+
:rtype: list[TagForListIntegrationTasksOutput]
|
|
114
|
+
"""
|
|
115
|
+
return self._tags
|
|
116
|
+
|
|
117
|
+
@tags.setter
|
|
118
|
+
def tags(self, tags):
|
|
119
|
+
"""Sets the tags of this ConditionsForListIntegrationTasksOutput.
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
:param tags: The tags of this ConditionsForListIntegrationTasksOutput. # noqa: E501
|
|
123
|
+
:type: list[TagForListIntegrationTasksOutput]
|
|
124
|
+
"""
|
|
125
|
+
|
|
126
|
+
self._tags = tags
|
|
127
|
+
|
|
128
|
+
def to_dict(self):
|
|
129
|
+
"""Returns the model properties as a dict"""
|
|
130
|
+
result = {}
|
|
131
|
+
|
|
132
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
133
|
+
value = getattr(self, attr)
|
|
134
|
+
if isinstance(value, list):
|
|
135
|
+
result[attr] = list(map(
|
|
136
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
137
|
+
value
|
|
138
|
+
))
|
|
139
|
+
elif hasattr(value, "to_dict"):
|
|
140
|
+
result[attr] = value.to_dict()
|
|
141
|
+
elif isinstance(value, dict):
|
|
142
|
+
result[attr] = dict(map(
|
|
143
|
+
lambda item: (item[0], item[1].to_dict())
|
|
144
|
+
if hasattr(item[1], "to_dict") else item,
|
|
145
|
+
value.items()
|
|
146
|
+
))
|
|
147
|
+
else:
|
|
148
|
+
result[attr] = value
|
|
149
|
+
if issubclass(ConditionsForListIntegrationTasksOutput, dict):
|
|
150
|
+
for key, value in self.items():
|
|
151
|
+
result[key] = value
|
|
152
|
+
|
|
153
|
+
return result
|
|
154
|
+
|
|
155
|
+
def to_str(self):
|
|
156
|
+
"""Returns the string representation of the model"""
|
|
157
|
+
return pprint.pformat(self.to_dict())
|
|
158
|
+
|
|
159
|
+
def __repr__(self):
|
|
160
|
+
"""For `print` and `pprint`"""
|
|
161
|
+
return self.to_str()
|
|
162
|
+
|
|
163
|
+
def __eq__(self, other):
|
|
164
|
+
"""Returns true if both objects are equal"""
|
|
165
|
+
if not isinstance(other, ConditionsForListIntegrationTasksOutput):
|
|
166
|
+
return False
|
|
167
|
+
|
|
168
|
+
return self.to_dict() == other.to_dict()
|
|
169
|
+
|
|
170
|
+
def __ne__(self, other):
|
|
171
|
+
"""Returns true if both objects are not equal"""
|
|
172
|
+
if not isinstance(other, ConditionsForListIntegrationTasksOutput):
|
|
173
|
+
return True
|
|
174
|
+
|
|
175
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -40,7 +40,9 @@ class CreateAlertingRuleRequest(object):
|
|
|
40
40
|
'name': 'str',
|
|
41
41
|
'notify_group_policy_id': 'str',
|
|
42
42
|
'notify_policy_id': 'str',
|
|
43
|
+
'project_name': 'str',
|
|
43
44
|
'query': 'QueryForCreateAlertingRuleInput',
|
|
45
|
+
'tags': 'list[TagForCreateAlertingRuleInput]',
|
|
44
46
|
'type': 'str'
|
|
45
47
|
}
|
|
46
48
|
|
|
@@ -52,11 +54,13 @@ class CreateAlertingRuleRequest(object):
|
|
|
52
54
|
'name': 'Name',
|
|
53
55
|
'notify_group_policy_id': 'NotifyGroupPolicyId',
|
|
54
56
|
'notify_policy_id': 'NotifyPolicyId',
|
|
57
|
+
'project_name': 'ProjectName',
|
|
55
58
|
'query': 'Query',
|
|
59
|
+
'tags': 'Tags',
|
|
56
60
|
'type': 'Type'
|
|
57
61
|
}
|
|
58
62
|
|
|
59
|
-
def __init__(self, annotations=None, description=None, labels=None, levels=None, name=None, notify_group_policy_id=None, notify_policy_id=None, query=None, type=None, _configuration=None): # noqa: E501
|
|
63
|
+
def __init__(self, annotations=None, description=None, labels=None, levels=None, name=None, notify_group_policy_id=None, notify_policy_id=None, project_name=None, query=None, tags=None, type=None, _configuration=None): # noqa: E501
|
|
60
64
|
"""CreateAlertingRuleRequest - a model defined in Swagger""" # noqa: E501
|
|
61
65
|
if _configuration is None:
|
|
62
66
|
_configuration = Configuration()
|
|
@@ -69,7 +73,9 @@ class CreateAlertingRuleRequest(object):
|
|
|
69
73
|
self._name = None
|
|
70
74
|
self._notify_group_policy_id = None
|
|
71
75
|
self._notify_policy_id = None
|
|
76
|
+
self._project_name = None
|
|
72
77
|
self._query = None
|
|
78
|
+
self._tags = None
|
|
73
79
|
self._type = None
|
|
74
80
|
self.discriminator = None
|
|
75
81
|
|
|
@@ -85,8 +91,12 @@ class CreateAlertingRuleRequest(object):
|
|
|
85
91
|
self.notify_group_policy_id = notify_group_policy_id
|
|
86
92
|
if notify_policy_id is not None:
|
|
87
93
|
self.notify_policy_id = notify_policy_id
|
|
94
|
+
if project_name is not None:
|
|
95
|
+
self.project_name = project_name
|
|
88
96
|
if query is not None:
|
|
89
97
|
self.query = query
|
|
98
|
+
if tags is not None:
|
|
99
|
+
self.tags = tags
|
|
90
100
|
self.type = type
|
|
91
101
|
|
|
92
102
|
@property
|
|
@@ -240,6 +250,27 @@ class CreateAlertingRuleRequest(object):
|
|
|
240
250
|
|
|
241
251
|
self._notify_policy_id = notify_policy_id
|
|
242
252
|
|
|
253
|
+
@property
|
|
254
|
+
def project_name(self):
|
|
255
|
+
"""Gets the project_name of this CreateAlertingRuleRequest. # noqa: E501
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
:return: The project_name of this CreateAlertingRuleRequest. # noqa: E501
|
|
259
|
+
:rtype: str
|
|
260
|
+
"""
|
|
261
|
+
return self._project_name
|
|
262
|
+
|
|
263
|
+
@project_name.setter
|
|
264
|
+
def project_name(self, project_name):
|
|
265
|
+
"""Sets the project_name of this CreateAlertingRuleRequest.
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
:param project_name: The project_name of this CreateAlertingRuleRequest. # noqa: E501
|
|
269
|
+
:type: str
|
|
270
|
+
"""
|
|
271
|
+
|
|
272
|
+
self._project_name = project_name
|
|
273
|
+
|
|
243
274
|
@property
|
|
244
275
|
def query(self):
|
|
245
276
|
"""Gets the query of this CreateAlertingRuleRequest. # noqa: E501
|
|
@@ -261,6 +292,27 @@ class CreateAlertingRuleRequest(object):
|
|
|
261
292
|
|
|
262
293
|
self._query = query
|
|
263
294
|
|
|
295
|
+
@property
|
|
296
|
+
def tags(self):
|
|
297
|
+
"""Gets the tags of this CreateAlertingRuleRequest. # noqa: E501
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
:return: The tags of this CreateAlertingRuleRequest. # noqa: E501
|
|
301
|
+
:rtype: list[TagForCreateAlertingRuleInput]
|
|
302
|
+
"""
|
|
303
|
+
return self._tags
|
|
304
|
+
|
|
305
|
+
@tags.setter
|
|
306
|
+
def tags(self, tags):
|
|
307
|
+
"""Sets the tags of this CreateAlertingRuleRequest.
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
:param tags: The tags of this CreateAlertingRuleRequest. # noqa: E501
|
|
311
|
+
:type: list[TagForCreateAlertingRuleInput]
|
|
312
|
+
"""
|
|
313
|
+
|
|
314
|
+
self._tags = tags
|
|
315
|
+
|
|
264
316
|
@property
|
|
265
317
|
def type(self):
|
|
266
318
|
"""Gets the type of this CreateAlertingRuleRequest. # noqa: E501
|