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,357 @@
|
|
|
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 ItemForListSilencePoliciesOutput(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
|
+
'auto_delete_time': 'str',
|
|
37
|
+
'create_time': 'str',
|
|
38
|
+
'description': 'str',
|
|
39
|
+
'id': 'str',
|
|
40
|
+
'metric_label_matchers': 'list[MetricLabelMatcherForListSilencePoliciesOutput]',
|
|
41
|
+
'name': 'str',
|
|
42
|
+
'source': 'str',
|
|
43
|
+
'status': 'str',
|
|
44
|
+
'time_range_matchers': 'list[TimeRangeMatcherForListSilencePoliciesOutput]',
|
|
45
|
+
'update_time': 'str'
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
attribute_map = {
|
|
49
|
+
'auto_delete_time': 'AutoDeleteTime',
|
|
50
|
+
'create_time': 'CreateTime',
|
|
51
|
+
'description': 'Description',
|
|
52
|
+
'id': 'Id',
|
|
53
|
+
'metric_label_matchers': 'MetricLabelMatchers',
|
|
54
|
+
'name': 'Name',
|
|
55
|
+
'source': 'Source',
|
|
56
|
+
'status': 'Status',
|
|
57
|
+
'time_range_matchers': 'TimeRangeMatchers',
|
|
58
|
+
'update_time': 'UpdateTime'
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
def __init__(self, auto_delete_time=None, create_time=None, description=None, id=None, metric_label_matchers=None, name=None, source=None, status=None, time_range_matchers=None, update_time=None, _configuration=None): # noqa: E501
|
|
62
|
+
"""ItemForListSilencePoliciesOutput - a model defined in Swagger""" # noqa: E501
|
|
63
|
+
if _configuration is None:
|
|
64
|
+
_configuration = Configuration()
|
|
65
|
+
self._configuration = _configuration
|
|
66
|
+
|
|
67
|
+
self._auto_delete_time = None
|
|
68
|
+
self._create_time = None
|
|
69
|
+
self._description = None
|
|
70
|
+
self._id = None
|
|
71
|
+
self._metric_label_matchers = None
|
|
72
|
+
self._name = None
|
|
73
|
+
self._source = None
|
|
74
|
+
self._status = None
|
|
75
|
+
self._time_range_matchers = None
|
|
76
|
+
self._update_time = None
|
|
77
|
+
self.discriminator = None
|
|
78
|
+
|
|
79
|
+
if auto_delete_time is not None:
|
|
80
|
+
self.auto_delete_time = auto_delete_time
|
|
81
|
+
if create_time is not None:
|
|
82
|
+
self.create_time = create_time
|
|
83
|
+
if description is not None:
|
|
84
|
+
self.description = description
|
|
85
|
+
if id is not None:
|
|
86
|
+
self.id = id
|
|
87
|
+
if metric_label_matchers is not None:
|
|
88
|
+
self.metric_label_matchers = metric_label_matchers
|
|
89
|
+
if name is not None:
|
|
90
|
+
self.name = name
|
|
91
|
+
if source is not None:
|
|
92
|
+
self.source = source
|
|
93
|
+
if status is not None:
|
|
94
|
+
self.status = status
|
|
95
|
+
if time_range_matchers is not None:
|
|
96
|
+
self.time_range_matchers = time_range_matchers
|
|
97
|
+
if update_time is not None:
|
|
98
|
+
self.update_time = update_time
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
def auto_delete_time(self):
|
|
102
|
+
"""Gets the auto_delete_time of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
:return: The auto_delete_time of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
106
|
+
:rtype: str
|
|
107
|
+
"""
|
|
108
|
+
return self._auto_delete_time
|
|
109
|
+
|
|
110
|
+
@auto_delete_time.setter
|
|
111
|
+
def auto_delete_time(self, auto_delete_time):
|
|
112
|
+
"""Sets the auto_delete_time of this ItemForListSilencePoliciesOutput.
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
:param auto_delete_time: The auto_delete_time of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
116
|
+
:type: str
|
|
117
|
+
"""
|
|
118
|
+
|
|
119
|
+
self._auto_delete_time = auto_delete_time
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
def create_time(self):
|
|
123
|
+
"""Gets the create_time of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
:return: The create_time of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
127
|
+
:rtype: str
|
|
128
|
+
"""
|
|
129
|
+
return self._create_time
|
|
130
|
+
|
|
131
|
+
@create_time.setter
|
|
132
|
+
def create_time(self, create_time):
|
|
133
|
+
"""Sets the create_time of this ItemForListSilencePoliciesOutput.
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
:param create_time: The create_time of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
137
|
+
:type: str
|
|
138
|
+
"""
|
|
139
|
+
|
|
140
|
+
self._create_time = create_time
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
def description(self):
|
|
144
|
+
"""Gets the description of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
:return: The description of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
148
|
+
:rtype: str
|
|
149
|
+
"""
|
|
150
|
+
return self._description
|
|
151
|
+
|
|
152
|
+
@description.setter
|
|
153
|
+
def description(self, description):
|
|
154
|
+
"""Sets the description of this ItemForListSilencePoliciesOutput.
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
:param description: The description of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
158
|
+
:type: str
|
|
159
|
+
"""
|
|
160
|
+
|
|
161
|
+
self._description = description
|
|
162
|
+
|
|
163
|
+
@property
|
|
164
|
+
def id(self):
|
|
165
|
+
"""Gets the id of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
:return: The id of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
169
|
+
:rtype: str
|
|
170
|
+
"""
|
|
171
|
+
return self._id
|
|
172
|
+
|
|
173
|
+
@id.setter
|
|
174
|
+
def id(self, id):
|
|
175
|
+
"""Sets the id of this ItemForListSilencePoliciesOutput.
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
:param id: The id of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
179
|
+
:type: str
|
|
180
|
+
"""
|
|
181
|
+
|
|
182
|
+
self._id = id
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
def metric_label_matchers(self):
|
|
186
|
+
"""Gets the metric_label_matchers of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
:return: The metric_label_matchers of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
190
|
+
:rtype: list[MetricLabelMatcherForListSilencePoliciesOutput]
|
|
191
|
+
"""
|
|
192
|
+
return self._metric_label_matchers
|
|
193
|
+
|
|
194
|
+
@metric_label_matchers.setter
|
|
195
|
+
def metric_label_matchers(self, metric_label_matchers):
|
|
196
|
+
"""Sets the metric_label_matchers of this ItemForListSilencePoliciesOutput.
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
:param metric_label_matchers: The metric_label_matchers of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
200
|
+
:type: list[MetricLabelMatcherForListSilencePoliciesOutput]
|
|
201
|
+
"""
|
|
202
|
+
|
|
203
|
+
self._metric_label_matchers = metric_label_matchers
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
def name(self):
|
|
207
|
+
"""Gets the name of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
:return: The name of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
211
|
+
:rtype: str
|
|
212
|
+
"""
|
|
213
|
+
return self._name
|
|
214
|
+
|
|
215
|
+
@name.setter
|
|
216
|
+
def name(self, name):
|
|
217
|
+
"""Sets the name of this ItemForListSilencePoliciesOutput.
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
:param name: The name of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
221
|
+
:type: str
|
|
222
|
+
"""
|
|
223
|
+
|
|
224
|
+
self._name = name
|
|
225
|
+
|
|
226
|
+
@property
|
|
227
|
+
def source(self):
|
|
228
|
+
"""Gets the source of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
:return: The source of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
232
|
+
:rtype: str
|
|
233
|
+
"""
|
|
234
|
+
return self._source
|
|
235
|
+
|
|
236
|
+
@source.setter
|
|
237
|
+
def source(self, source):
|
|
238
|
+
"""Sets the source of this ItemForListSilencePoliciesOutput.
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
:param source: The source of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
242
|
+
:type: str
|
|
243
|
+
"""
|
|
244
|
+
|
|
245
|
+
self._source = source
|
|
246
|
+
|
|
247
|
+
@property
|
|
248
|
+
def status(self):
|
|
249
|
+
"""Gets the status of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
:return: The status of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
253
|
+
:rtype: str
|
|
254
|
+
"""
|
|
255
|
+
return self._status
|
|
256
|
+
|
|
257
|
+
@status.setter
|
|
258
|
+
def status(self, status):
|
|
259
|
+
"""Sets the status of this ItemForListSilencePoliciesOutput.
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
:param status: The status of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
263
|
+
:type: str
|
|
264
|
+
"""
|
|
265
|
+
|
|
266
|
+
self._status = status
|
|
267
|
+
|
|
268
|
+
@property
|
|
269
|
+
def time_range_matchers(self):
|
|
270
|
+
"""Gets the time_range_matchers of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
:return: The time_range_matchers of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
274
|
+
:rtype: list[TimeRangeMatcherForListSilencePoliciesOutput]
|
|
275
|
+
"""
|
|
276
|
+
return self._time_range_matchers
|
|
277
|
+
|
|
278
|
+
@time_range_matchers.setter
|
|
279
|
+
def time_range_matchers(self, time_range_matchers):
|
|
280
|
+
"""Sets the time_range_matchers of this ItemForListSilencePoliciesOutput.
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
:param time_range_matchers: The time_range_matchers of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
284
|
+
:type: list[TimeRangeMatcherForListSilencePoliciesOutput]
|
|
285
|
+
"""
|
|
286
|
+
|
|
287
|
+
self._time_range_matchers = time_range_matchers
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
def update_time(self):
|
|
291
|
+
"""Gets the update_time of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
:return: The update_time of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
295
|
+
:rtype: str
|
|
296
|
+
"""
|
|
297
|
+
return self._update_time
|
|
298
|
+
|
|
299
|
+
@update_time.setter
|
|
300
|
+
def update_time(self, update_time):
|
|
301
|
+
"""Sets the update_time of this ItemForListSilencePoliciesOutput.
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
:param update_time: The update_time of this ItemForListSilencePoliciesOutput. # noqa: E501
|
|
305
|
+
:type: str
|
|
306
|
+
"""
|
|
307
|
+
|
|
308
|
+
self._update_time = update_time
|
|
309
|
+
|
|
310
|
+
def to_dict(self):
|
|
311
|
+
"""Returns the model properties as a dict"""
|
|
312
|
+
result = {}
|
|
313
|
+
|
|
314
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
315
|
+
value = getattr(self, attr)
|
|
316
|
+
if isinstance(value, list):
|
|
317
|
+
result[attr] = list(map(
|
|
318
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
319
|
+
value
|
|
320
|
+
))
|
|
321
|
+
elif hasattr(value, "to_dict"):
|
|
322
|
+
result[attr] = value.to_dict()
|
|
323
|
+
elif isinstance(value, dict):
|
|
324
|
+
result[attr] = dict(map(
|
|
325
|
+
lambda item: (item[0], item[1].to_dict())
|
|
326
|
+
if hasattr(item[1], "to_dict") else item,
|
|
327
|
+
value.items()
|
|
328
|
+
))
|
|
329
|
+
else:
|
|
330
|
+
result[attr] = value
|
|
331
|
+
if issubclass(ItemForListSilencePoliciesOutput, dict):
|
|
332
|
+
for key, value in self.items():
|
|
333
|
+
result[key] = value
|
|
334
|
+
|
|
335
|
+
return result
|
|
336
|
+
|
|
337
|
+
def to_str(self):
|
|
338
|
+
"""Returns the string representation of the model"""
|
|
339
|
+
return pprint.pformat(self.to_dict())
|
|
340
|
+
|
|
341
|
+
def __repr__(self):
|
|
342
|
+
"""For `print` and `pprint`"""
|
|
343
|
+
return self.to_str()
|
|
344
|
+
|
|
345
|
+
def __eq__(self, other):
|
|
346
|
+
"""Returns true if both objects are equal"""
|
|
347
|
+
if not isinstance(other, ItemForListSilencePoliciesOutput):
|
|
348
|
+
return False
|
|
349
|
+
|
|
350
|
+
return self.to_dict() == other.to_dict()
|
|
351
|
+
|
|
352
|
+
def __ne__(self, other):
|
|
353
|
+
"""Returns true if both objects are not equal"""
|
|
354
|
+
if not isinstance(other, ItemForListSilencePoliciesOutput):
|
|
355
|
+
return True
|
|
356
|
+
|
|
357
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -35,6 +35,7 @@ class ItemForListWorkspaceInstanceTypesOutput(object):
|
|
|
35
35
|
swagger_types = {
|
|
36
36
|
'active_series': 'int',
|
|
37
37
|
'availability_zone_replicas': 'int',
|
|
38
|
+
'calculate_price_params': 'list[CalculatePriceParamForListWorkspaceInstanceTypesOutput]',
|
|
38
39
|
'downsampling_periods': 'list[str]',
|
|
39
40
|
'id': 'str',
|
|
40
41
|
'ingest_samples_per_second': 'int',
|
|
@@ -49,6 +50,7 @@ class ItemForListWorkspaceInstanceTypesOutput(object):
|
|
|
49
50
|
attribute_map = {
|
|
50
51
|
'active_series': 'ActiveSeries',
|
|
51
52
|
'availability_zone_replicas': 'AvailabilityZoneReplicas',
|
|
53
|
+
'calculate_price_params': 'CalculatePriceParams',
|
|
52
54
|
'downsampling_periods': 'DownsamplingPeriods',
|
|
53
55
|
'id': 'Id',
|
|
54
56
|
'ingest_samples_per_second': 'IngestSamplesPerSecond',
|
|
@@ -60,7 +62,7 @@ class ItemForListWorkspaceInstanceTypesOutput(object):
|
|
|
60
62
|
'scan_series_per_second': 'ScanSeriesPerSecond'
|
|
61
63
|
}
|
|
62
64
|
|
|
63
|
-
def __init__(self, active_series=None, availability_zone_replicas=None, downsampling_periods=None, id=None, ingest_samples_per_second=None, query_concurrency=None, query_per_second=None, replicas_per_zone=None, retention_period=None, scan_samples_per_second=None, scan_series_per_second=None, _configuration=None): # noqa: E501
|
|
65
|
+
def __init__(self, active_series=None, availability_zone_replicas=None, calculate_price_params=None, downsampling_periods=None, id=None, ingest_samples_per_second=None, query_concurrency=None, query_per_second=None, replicas_per_zone=None, retention_period=None, scan_samples_per_second=None, scan_series_per_second=None, _configuration=None): # noqa: E501
|
|
64
66
|
"""ItemForListWorkspaceInstanceTypesOutput - a model defined in Swagger""" # noqa: E501
|
|
65
67
|
if _configuration is None:
|
|
66
68
|
_configuration = Configuration()
|
|
@@ -68,6 +70,7 @@ class ItemForListWorkspaceInstanceTypesOutput(object):
|
|
|
68
70
|
|
|
69
71
|
self._active_series = None
|
|
70
72
|
self._availability_zone_replicas = None
|
|
73
|
+
self._calculate_price_params = None
|
|
71
74
|
self._downsampling_periods = None
|
|
72
75
|
self._id = None
|
|
73
76
|
self._ingest_samples_per_second = None
|
|
@@ -83,6 +86,8 @@ class ItemForListWorkspaceInstanceTypesOutput(object):
|
|
|
83
86
|
self.active_series = active_series
|
|
84
87
|
if availability_zone_replicas is not None:
|
|
85
88
|
self.availability_zone_replicas = availability_zone_replicas
|
|
89
|
+
if calculate_price_params is not None:
|
|
90
|
+
self.calculate_price_params = calculate_price_params
|
|
86
91
|
if downsampling_periods is not None:
|
|
87
92
|
self.downsampling_periods = downsampling_periods
|
|
88
93
|
if id is not None:
|
|
@@ -144,6 +149,27 @@ class ItemForListWorkspaceInstanceTypesOutput(object):
|
|
|
144
149
|
|
|
145
150
|
self._availability_zone_replicas = availability_zone_replicas
|
|
146
151
|
|
|
152
|
+
@property
|
|
153
|
+
def calculate_price_params(self):
|
|
154
|
+
"""Gets the calculate_price_params of this ItemForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
:return: The calculate_price_params of this ItemForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
158
|
+
:rtype: list[CalculatePriceParamForListWorkspaceInstanceTypesOutput]
|
|
159
|
+
"""
|
|
160
|
+
return self._calculate_price_params
|
|
161
|
+
|
|
162
|
+
@calculate_price_params.setter
|
|
163
|
+
def calculate_price_params(self, calculate_price_params):
|
|
164
|
+
"""Sets the calculate_price_params of this ItemForListWorkspaceInstanceTypesOutput.
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
:param calculate_price_params: The calculate_price_params of this ItemForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
168
|
+
:type: list[CalculatePriceParamForListWorkspaceInstanceTypesOutput]
|
|
169
|
+
"""
|
|
170
|
+
|
|
171
|
+
self._calculate_price_params = calculate_price_params
|
|
172
|
+
|
|
147
173
|
@property
|
|
148
174
|
def downsampling_periods(self):
|
|
149
175
|
"""Gets the downsampling_periods of this ItemForListWorkspaceInstanceTypesOutput. # noqa: E501
|
|
@@ -33,6 +33,8 @@ class ItemForListWorkspacesOutput(object):
|
|
|
33
33
|
and the value is json key in definition.
|
|
34
34
|
"""
|
|
35
35
|
swagger_types = {
|
|
36
|
+
'account_id': 'int',
|
|
37
|
+
'account_name': 'str',
|
|
36
38
|
'create_time': 'str',
|
|
37
39
|
'delete_protection_enabled': 'bool',
|
|
38
40
|
'description': 'str',
|
|
@@ -44,12 +46,17 @@ class ItemForListWorkspacesOutput(object):
|
|
|
44
46
|
'prometheus_push_intranet_endpoint': 'str',
|
|
45
47
|
'prometheus_query_intranet_endpoint': 'str',
|
|
46
48
|
'prometheus_write_intranet_endpoint': 'str',
|
|
49
|
+
'public_access_enabled': 'bool',
|
|
50
|
+
'region': 'str',
|
|
51
|
+
'search_latency_offset': 'str',
|
|
47
52
|
'status': 'str',
|
|
48
53
|
'tags': 'list[TagForListWorkspacesOutput]',
|
|
49
54
|
'username': 'str'
|
|
50
55
|
}
|
|
51
56
|
|
|
52
57
|
attribute_map = {
|
|
58
|
+
'account_id': 'AccountId',
|
|
59
|
+
'account_name': 'AccountName',
|
|
53
60
|
'create_time': 'CreateTime',
|
|
54
61
|
'delete_protection_enabled': 'DeleteProtectionEnabled',
|
|
55
62
|
'description': 'Description',
|
|
@@ -61,17 +68,22 @@ class ItemForListWorkspacesOutput(object):
|
|
|
61
68
|
'prometheus_push_intranet_endpoint': 'PrometheusPushIntranetEndpoint',
|
|
62
69
|
'prometheus_query_intranet_endpoint': 'PrometheusQueryIntranetEndpoint',
|
|
63
70
|
'prometheus_write_intranet_endpoint': 'PrometheusWriteIntranetEndpoint',
|
|
71
|
+
'public_access_enabled': 'PublicAccessEnabled',
|
|
72
|
+
'region': 'Region',
|
|
73
|
+
'search_latency_offset': 'SearchLatencyOffset',
|
|
64
74
|
'status': 'Status',
|
|
65
75
|
'tags': 'Tags',
|
|
66
76
|
'username': 'Username'
|
|
67
77
|
}
|
|
68
78
|
|
|
69
|
-
def __init__(self, create_time=None, delete_protection_enabled=None, description=None, id=None, instance_type_id=None, name=None, overdue_reclaim_time=None, project_name=None, prometheus_push_intranet_endpoint=None, prometheus_query_intranet_endpoint=None, prometheus_write_intranet_endpoint=None, status=None, tags=None, username=None, _configuration=None): # noqa: E501
|
|
79
|
+
def __init__(self, account_id=None, account_name=None, create_time=None, delete_protection_enabled=None, description=None, id=None, instance_type_id=None, name=None, overdue_reclaim_time=None, project_name=None, prometheus_push_intranet_endpoint=None, prometheus_query_intranet_endpoint=None, prometheus_write_intranet_endpoint=None, public_access_enabled=None, region=None, search_latency_offset=None, status=None, tags=None, username=None, _configuration=None): # noqa: E501
|
|
70
80
|
"""ItemForListWorkspacesOutput - a model defined in Swagger""" # noqa: E501
|
|
71
81
|
if _configuration is None:
|
|
72
82
|
_configuration = Configuration()
|
|
73
83
|
self._configuration = _configuration
|
|
74
84
|
|
|
85
|
+
self._account_id = None
|
|
86
|
+
self._account_name = None
|
|
75
87
|
self._create_time = None
|
|
76
88
|
self._delete_protection_enabled = None
|
|
77
89
|
self._description = None
|
|
@@ -83,11 +95,18 @@ class ItemForListWorkspacesOutput(object):
|
|
|
83
95
|
self._prometheus_push_intranet_endpoint = None
|
|
84
96
|
self._prometheus_query_intranet_endpoint = None
|
|
85
97
|
self._prometheus_write_intranet_endpoint = None
|
|
98
|
+
self._public_access_enabled = None
|
|
99
|
+
self._region = None
|
|
100
|
+
self._search_latency_offset = None
|
|
86
101
|
self._status = None
|
|
87
102
|
self._tags = None
|
|
88
103
|
self._username = None
|
|
89
104
|
self.discriminator = None
|
|
90
105
|
|
|
106
|
+
if account_id is not None:
|
|
107
|
+
self.account_id = account_id
|
|
108
|
+
if account_name is not None:
|
|
109
|
+
self.account_name = account_name
|
|
91
110
|
if create_time is not None:
|
|
92
111
|
self.create_time = create_time
|
|
93
112
|
if delete_protection_enabled is not None:
|
|
@@ -110,6 +129,12 @@ class ItemForListWorkspacesOutput(object):
|
|
|
110
129
|
self.prometheus_query_intranet_endpoint = prometheus_query_intranet_endpoint
|
|
111
130
|
if prometheus_write_intranet_endpoint is not None:
|
|
112
131
|
self.prometheus_write_intranet_endpoint = prometheus_write_intranet_endpoint
|
|
132
|
+
if public_access_enabled is not None:
|
|
133
|
+
self.public_access_enabled = public_access_enabled
|
|
134
|
+
if region is not None:
|
|
135
|
+
self.region = region
|
|
136
|
+
if search_latency_offset is not None:
|
|
137
|
+
self.search_latency_offset = search_latency_offset
|
|
113
138
|
if status is not None:
|
|
114
139
|
self.status = status
|
|
115
140
|
if tags is not None:
|
|
@@ -117,6 +142,48 @@ class ItemForListWorkspacesOutput(object):
|
|
|
117
142
|
if username is not None:
|
|
118
143
|
self.username = username
|
|
119
144
|
|
|
145
|
+
@property
|
|
146
|
+
def account_id(self):
|
|
147
|
+
"""Gets the account_id of this ItemForListWorkspacesOutput. # noqa: E501
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
:return: The account_id of this ItemForListWorkspacesOutput. # noqa: E501
|
|
151
|
+
:rtype: int
|
|
152
|
+
"""
|
|
153
|
+
return self._account_id
|
|
154
|
+
|
|
155
|
+
@account_id.setter
|
|
156
|
+
def account_id(self, account_id):
|
|
157
|
+
"""Sets the account_id of this ItemForListWorkspacesOutput.
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
:param account_id: The account_id of this ItemForListWorkspacesOutput. # noqa: E501
|
|
161
|
+
:type: int
|
|
162
|
+
"""
|
|
163
|
+
|
|
164
|
+
self._account_id = account_id
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
def account_name(self):
|
|
168
|
+
"""Gets the account_name of this ItemForListWorkspacesOutput. # noqa: E501
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
:return: The account_name of this ItemForListWorkspacesOutput. # noqa: E501
|
|
172
|
+
:rtype: str
|
|
173
|
+
"""
|
|
174
|
+
return self._account_name
|
|
175
|
+
|
|
176
|
+
@account_name.setter
|
|
177
|
+
def account_name(self, account_name):
|
|
178
|
+
"""Sets the account_name of this ItemForListWorkspacesOutput.
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
:param account_name: The account_name of this ItemForListWorkspacesOutput. # noqa: E501
|
|
182
|
+
:type: str
|
|
183
|
+
"""
|
|
184
|
+
|
|
185
|
+
self._account_name = account_name
|
|
186
|
+
|
|
120
187
|
@property
|
|
121
188
|
def create_time(self):
|
|
122
189
|
"""Gets the create_time of this ItemForListWorkspacesOutput. # noqa: E501
|
|
@@ -348,6 +415,69 @@ class ItemForListWorkspacesOutput(object):
|
|
|
348
415
|
|
|
349
416
|
self._prometheus_write_intranet_endpoint = prometheus_write_intranet_endpoint
|
|
350
417
|
|
|
418
|
+
@property
|
|
419
|
+
def public_access_enabled(self):
|
|
420
|
+
"""Gets the public_access_enabled of this ItemForListWorkspacesOutput. # noqa: E501
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
:return: The public_access_enabled of this ItemForListWorkspacesOutput. # noqa: E501
|
|
424
|
+
:rtype: bool
|
|
425
|
+
"""
|
|
426
|
+
return self._public_access_enabled
|
|
427
|
+
|
|
428
|
+
@public_access_enabled.setter
|
|
429
|
+
def public_access_enabled(self, public_access_enabled):
|
|
430
|
+
"""Sets the public_access_enabled of this ItemForListWorkspacesOutput.
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
:param public_access_enabled: The public_access_enabled of this ItemForListWorkspacesOutput. # noqa: E501
|
|
434
|
+
:type: bool
|
|
435
|
+
"""
|
|
436
|
+
|
|
437
|
+
self._public_access_enabled = public_access_enabled
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
def region(self):
|
|
441
|
+
"""Gets the region of this ItemForListWorkspacesOutput. # noqa: E501
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
:return: The region of this ItemForListWorkspacesOutput. # noqa: E501
|
|
445
|
+
:rtype: str
|
|
446
|
+
"""
|
|
447
|
+
return self._region
|
|
448
|
+
|
|
449
|
+
@region.setter
|
|
450
|
+
def region(self, region):
|
|
451
|
+
"""Sets the region of this ItemForListWorkspacesOutput.
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
:param region: The region of this ItemForListWorkspacesOutput. # noqa: E501
|
|
455
|
+
:type: str
|
|
456
|
+
"""
|
|
457
|
+
|
|
458
|
+
self._region = region
|
|
459
|
+
|
|
460
|
+
@property
|
|
461
|
+
def search_latency_offset(self):
|
|
462
|
+
"""Gets the search_latency_offset of this ItemForListWorkspacesOutput. # noqa: E501
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
:return: The search_latency_offset of this ItemForListWorkspacesOutput. # noqa: E501
|
|
466
|
+
:rtype: str
|
|
467
|
+
"""
|
|
468
|
+
return self._search_latency_offset
|
|
469
|
+
|
|
470
|
+
@search_latency_offset.setter
|
|
471
|
+
def search_latency_offset(self, search_latency_offset):
|
|
472
|
+
"""Sets the search_latency_offset of this ItemForListWorkspacesOutput.
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
:param search_latency_offset: The search_latency_offset of this ItemForListWorkspacesOutput. # noqa: E501
|
|
476
|
+
:type: str
|
|
477
|
+
"""
|
|
478
|
+
|
|
479
|
+
self._search_latency_offset = search_latency_offset
|
|
480
|
+
|
|
351
481
|
@property
|
|
352
482
|
def status(self):
|
|
353
483
|
"""Gets the status of this ItemForListWorkspacesOutput. # noqa: E501
|