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
|
@@ -36,9 +36,14 @@ class UpdateWorkspaceRequest(object):
|
|
|
36
36
|
'delete_protection_enabled': 'bool',
|
|
37
37
|
'description': 'str',
|
|
38
38
|
'id': 'str',
|
|
39
|
+
'instance_type_id': 'str',
|
|
39
40
|
'name': 'str',
|
|
40
41
|
'password': 'str',
|
|
42
|
+
'public_access_enabled': 'bool',
|
|
43
|
+
'public_query_bandwidth': 'int',
|
|
44
|
+
'public_write_bandwidth': 'int',
|
|
41
45
|
'quota': 'QuotaForUpdateWorkspaceInput',
|
|
46
|
+
'search_latency_offset': 'str',
|
|
42
47
|
'username': 'str'
|
|
43
48
|
}
|
|
44
49
|
|
|
@@ -46,13 +51,18 @@ class UpdateWorkspaceRequest(object):
|
|
|
46
51
|
'delete_protection_enabled': 'DeleteProtectionEnabled',
|
|
47
52
|
'description': 'Description',
|
|
48
53
|
'id': 'Id',
|
|
54
|
+
'instance_type_id': 'InstanceTypeId',
|
|
49
55
|
'name': 'Name',
|
|
50
56
|
'password': 'Password',
|
|
57
|
+
'public_access_enabled': 'PublicAccessEnabled',
|
|
58
|
+
'public_query_bandwidth': 'PublicQueryBandwidth',
|
|
59
|
+
'public_write_bandwidth': 'PublicWriteBandwidth',
|
|
51
60
|
'quota': 'Quota',
|
|
61
|
+
'search_latency_offset': 'SearchLatencyOffset',
|
|
52
62
|
'username': 'Username'
|
|
53
63
|
}
|
|
54
64
|
|
|
55
|
-
def __init__(self, delete_protection_enabled=None, description=None, id=None, name=None, password=None, quota=None, username=None, _configuration=None): # noqa: E501
|
|
65
|
+
def __init__(self, delete_protection_enabled=None, description=None, id=None, instance_type_id=None, name=None, password=None, public_access_enabled=None, public_query_bandwidth=None, public_write_bandwidth=None, quota=None, search_latency_offset=None, username=None, _configuration=None): # noqa: E501
|
|
56
66
|
"""UpdateWorkspaceRequest - a model defined in Swagger""" # noqa: E501
|
|
57
67
|
if _configuration is None:
|
|
58
68
|
_configuration = Configuration()
|
|
@@ -61,9 +71,14 @@ class UpdateWorkspaceRequest(object):
|
|
|
61
71
|
self._delete_protection_enabled = None
|
|
62
72
|
self._description = None
|
|
63
73
|
self._id = None
|
|
74
|
+
self._instance_type_id = None
|
|
64
75
|
self._name = None
|
|
65
76
|
self._password = None
|
|
77
|
+
self._public_access_enabled = None
|
|
78
|
+
self._public_query_bandwidth = None
|
|
79
|
+
self._public_write_bandwidth = None
|
|
66
80
|
self._quota = None
|
|
81
|
+
self._search_latency_offset = None
|
|
67
82
|
self._username = None
|
|
68
83
|
self.discriminator = None
|
|
69
84
|
|
|
@@ -72,12 +87,22 @@ class UpdateWorkspaceRequest(object):
|
|
|
72
87
|
if description is not None:
|
|
73
88
|
self.description = description
|
|
74
89
|
self.id = id
|
|
90
|
+
if instance_type_id is not None:
|
|
91
|
+
self.instance_type_id = instance_type_id
|
|
75
92
|
if name is not None:
|
|
76
93
|
self.name = name
|
|
77
94
|
if password is not None:
|
|
78
95
|
self.password = password
|
|
96
|
+
if public_access_enabled is not None:
|
|
97
|
+
self.public_access_enabled = public_access_enabled
|
|
98
|
+
if public_query_bandwidth is not None:
|
|
99
|
+
self.public_query_bandwidth = public_query_bandwidth
|
|
100
|
+
if public_write_bandwidth is not None:
|
|
101
|
+
self.public_write_bandwidth = public_write_bandwidth
|
|
79
102
|
if quota is not None:
|
|
80
103
|
self.quota = quota
|
|
104
|
+
if search_latency_offset is not None:
|
|
105
|
+
self.search_latency_offset = search_latency_offset
|
|
81
106
|
if username is not None:
|
|
82
107
|
self.username = username
|
|
83
108
|
|
|
@@ -146,6 +171,27 @@ class UpdateWorkspaceRequest(object):
|
|
|
146
171
|
|
|
147
172
|
self._id = id
|
|
148
173
|
|
|
174
|
+
@property
|
|
175
|
+
def instance_type_id(self):
|
|
176
|
+
"""Gets the instance_type_id of this UpdateWorkspaceRequest. # noqa: E501
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
:return: The instance_type_id of this UpdateWorkspaceRequest. # noqa: E501
|
|
180
|
+
:rtype: str
|
|
181
|
+
"""
|
|
182
|
+
return self._instance_type_id
|
|
183
|
+
|
|
184
|
+
@instance_type_id.setter
|
|
185
|
+
def instance_type_id(self, instance_type_id):
|
|
186
|
+
"""Sets the instance_type_id of this UpdateWorkspaceRequest.
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
:param instance_type_id: The instance_type_id of this UpdateWorkspaceRequest. # noqa: E501
|
|
190
|
+
:type: str
|
|
191
|
+
"""
|
|
192
|
+
|
|
193
|
+
self._instance_type_id = instance_type_id
|
|
194
|
+
|
|
149
195
|
@property
|
|
150
196
|
def name(self):
|
|
151
197
|
"""Gets the name of this UpdateWorkspaceRequest. # noqa: E501
|
|
@@ -188,6 +234,69 @@ class UpdateWorkspaceRequest(object):
|
|
|
188
234
|
|
|
189
235
|
self._password = password
|
|
190
236
|
|
|
237
|
+
@property
|
|
238
|
+
def public_access_enabled(self):
|
|
239
|
+
"""Gets the public_access_enabled of this UpdateWorkspaceRequest. # noqa: E501
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
:return: The public_access_enabled of this UpdateWorkspaceRequest. # noqa: E501
|
|
243
|
+
:rtype: bool
|
|
244
|
+
"""
|
|
245
|
+
return self._public_access_enabled
|
|
246
|
+
|
|
247
|
+
@public_access_enabled.setter
|
|
248
|
+
def public_access_enabled(self, public_access_enabled):
|
|
249
|
+
"""Sets the public_access_enabled of this UpdateWorkspaceRequest.
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
:param public_access_enabled: The public_access_enabled of this UpdateWorkspaceRequest. # noqa: E501
|
|
253
|
+
:type: bool
|
|
254
|
+
"""
|
|
255
|
+
|
|
256
|
+
self._public_access_enabled = public_access_enabled
|
|
257
|
+
|
|
258
|
+
@property
|
|
259
|
+
def public_query_bandwidth(self):
|
|
260
|
+
"""Gets the public_query_bandwidth of this UpdateWorkspaceRequest. # noqa: E501
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
:return: The public_query_bandwidth of this UpdateWorkspaceRequest. # noqa: E501
|
|
264
|
+
:rtype: int
|
|
265
|
+
"""
|
|
266
|
+
return self._public_query_bandwidth
|
|
267
|
+
|
|
268
|
+
@public_query_bandwidth.setter
|
|
269
|
+
def public_query_bandwidth(self, public_query_bandwidth):
|
|
270
|
+
"""Sets the public_query_bandwidth of this UpdateWorkspaceRequest.
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
:param public_query_bandwidth: The public_query_bandwidth of this UpdateWorkspaceRequest. # noqa: E501
|
|
274
|
+
:type: int
|
|
275
|
+
"""
|
|
276
|
+
|
|
277
|
+
self._public_query_bandwidth = public_query_bandwidth
|
|
278
|
+
|
|
279
|
+
@property
|
|
280
|
+
def public_write_bandwidth(self):
|
|
281
|
+
"""Gets the public_write_bandwidth of this UpdateWorkspaceRequest. # noqa: E501
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
:return: The public_write_bandwidth of this UpdateWorkspaceRequest. # noqa: E501
|
|
285
|
+
:rtype: int
|
|
286
|
+
"""
|
|
287
|
+
return self._public_write_bandwidth
|
|
288
|
+
|
|
289
|
+
@public_write_bandwidth.setter
|
|
290
|
+
def public_write_bandwidth(self, public_write_bandwidth):
|
|
291
|
+
"""Sets the public_write_bandwidth of this UpdateWorkspaceRequest.
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
:param public_write_bandwidth: The public_write_bandwidth of this UpdateWorkspaceRequest. # noqa: E501
|
|
295
|
+
:type: int
|
|
296
|
+
"""
|
|
297
|
+
|
|
298
|
+
self._public_write_bandwidth = public_write_bandwidth
|
|
299
|
+
|
|
191
300
|
@property
|
|
192
301
|
def quota(self):
|
|
193
302
|
"""Gets the quota of this UpdateWorkspaceRequest. # noqa: E501
|
|
@@ -209,6 +318,27 @@ class UpdateWorkspaceRequest(object):
|
|
|
209
318
|
|
|
210
319
|
self._quota = quota
|
|
211
320
|
|
|
321
|
+
@property
|
|
322
|
+
def search_latency_offset(self):
|
|
323
|
+
"""Gets the search_latency_offset of this UpdateWorkspaceRequest. # noqa: E501
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
:return: The search_latency_offset of this UpdateWorkspaceRequest. # noqa: E501
|
|
327
|
+
:rtype: str
|
|
328
|
+
"""
|
|
329
|
+
return self._search_latency_offset
|
|
330
|
+
|
|
331
|
+
@search_latency_offset.setter
|
|
332
|
+
def search_latency_offset(self, search_latency_offset):
|
|
333
|
+
"""Sets the search_latency_offset of this UpdateWorkspaceRequest.
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
:param search_latency_offset: The search_latency_offset of this UpdateWorkspaceRequest. # noqa: E501
|
|
337
|
+
:type: str
|
|
338
|
+
"""
|
|
339
|
+
|
|
340
|
+
self._search_latency_offset = search_latency_offset
|
|
341
|
+
|
|
212
342
|
@property
|
|
213
343
|
def username(self):
|
|
214
344
|
"""Gets the username of this UpdateWorkspaceRequest. # noqa: E501
|
|
@@ -0,0 +1,149 @@
|
|
|
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 VkeClusterInfoForGetIntegrationTaskOutput(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
|
+
'name': 'str',
|
|
37
|
+
'status': 'str'
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
attribute_map = {
|
|
41
|
+
'name': 'Name',
|
|
42
|
+
'status': 'Status'
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
def __init__(self, name=None, status=None, _configuration=None): # noqa: E501
|
|
46
|
+
"""VkeClusterInfoForGetIntegrationTaskOutput - a model defined in Swagger""" # noqa: E501
|
|
47
|
+
if _configuration is None:
|
|
48
|
+
_configuration = Configuration()
|
|
49
|
+
self._configuration = _configuration
|
|
50
|
+
|
|
51
|
+
self._name = None
|
|
52
|
+
self._status = None
|
|
53
|
+
self.discriminator = None
|
|
54
|
+
|
|
55
|
+
if name is not None:
|
|
56
|
+
self.name = name
|
|
57
|
+
if status is not None:
|
|
58
|
+
self.status = status
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
def name(self):
|
|
62
|
+
"""Gets the name of this VkeClusterInfoForGetIntegrationTaskOutput. # noqa: E501
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
:return: The name of this VkeClusterInfoForGetIntegrationTaskOutput. # noqa: E501
|
|
66
|
+
:rtype: str
|
|
67
|
+
"""
|
|
68
|
+
return self._name
|
|
69
|
+
|
|
70
|
+
@name.setter
|
|
71
|
+
def name(self, name):
|
|
72
|
+
"""Sets the name of this VkeClusterInfoForGetIntegrationTaskOutput.
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
:param name: The name of this VkeClusterInfoForGetIntegrationTaskOutput. # noqa: E501
|
|
76
|
+
:type: str
|
|
77
|
+
"""
|
|
78
|
+
|
|
79
|
+
self._name = name
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
def status(self):
|
|
83
|
+
"""Gets the status of this VkeClusterInfoForGetIntegrationTaskOutput. # noqa: E501
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
:return: The status of this VkeClusterInfoForGetIntegrationTaskOutput. # noqa: E501
|
|
87
|
+
:rtype: str
|
|
88
|
+
"""
|
|
89
|
+
return self._status
|
|
90
|
+
|
|
91
|
+
@status.setter
|
|
92
|
+
def status(self, status):
|
|
93
|
+
"""Sets the status of this VkeClusterInfoForGetIntegrationTaskOutput.
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
:param status: The status of this VkeClusterInfoForGetIntegrationTaskOutput. # noqa: E501
|
|
97
|
+
:type: str
|
|
98
|
+
"""
|
|
99
|
+
|
|
100
|
+
self._status = status
|
|
101
|
+
|
|
102
|
+
def to_dict(self):
|
|
103
|
+
"""Returns the model properties as a dict"""
|
|
104
|
+
result = {}
|
|
105
|
+
|
|
106
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
107
|
+
value = getattr(self, attr)
|
|
108
|
+
if isinstance(value, list):
|
|
109
|
+
result[attr] = list(map(
|
|
110
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
111
|
+
value
|
|
112
|
+
))
|
|
113
|
+
elif hasattr(value, "to_dict"):
|
|
114
|
+
result[attr] = value.to_dict()
|
|
115
|
+
elif isinstance(value, dict):
|
|
116
|
+
result[attr] = dict(map(
|
|
117
|
+
lambda item: (item[0], item[1].to_dict())
|
|
118
|
+
if hasattr(item[1], "to_dict") else item,
|
|
119
|
+
value.items()
|
|
120
|
+
))
|
|
121
|
+
else:
|
|
122
|
+
result[attr] = value
|
|
123
|
+
if issubclass(VkeClusterInfoForGetIntegrationTaskOutput, dict):
|
|
124
|
+
for key, value in self.items():
|
|
125
|
+
result[key] = value
|
|
126
|
+
|
|
127
|
+
return result
|
|
128
|
+
|
|
129
|
+
def to_str(self):
|
|
130
|
+
"""Returns the string representation of the model"""
|
|
131
|
+
return pprint.pformat(self.to_dict())
|
|
132
|
+
|
|
133
|
+
def __repr__(self):
|
|
134
|
+
"""For `print` and `pprint`"""
|
|
135
|
+
return self.to_str()
|
|
136
|
+
|
|
137
|
+
def __eq__(self, other):
|
|
138
|
+
"""Returns true if both objects are equal"""
|
|
139
|
+
if not isinstance(other, VkeClusterInfoForGetIntegrationTaskOutput):
|
|
140
|
+
return False
|
|
141
|
+
|
|
142
|
+
return self.to_dict() == other.to_dict()
|
|
143
|
+
|
|
144
|
+
def __ne__(self, other):
|
|
145
|
+
"""Returns true if both objects are not equal"""
|
|
146
|
+
if not isinstance(other, VkeClusterInfoForGetIntegrationTaskOutput):
|
|
147
|
+
return True
|
|
148
|
+
|
|
149
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -0,0 +1,149 @@
|
|
|
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 VkeClusterInfoForListIntegrationTasksOutput(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
|
+
'name': 'str',
|
|
37
|
+
'status': 'str'
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
attribute_map = {
|
|
41
|
+
'name': 'Name',
|
|
42
|
+
'status': 'Status'
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
def __init__(self, name=None, status=None, _configuration=None): # noqa: E501
|
|
46
|
+
"""VkeClusterInfoForListIntegrationTasksOutput - a model defined in Swagger""" # noqa: E501
|
|
47
|
+
if _configuration is None:
|
|
48
|
+
_configuration = Configuration()
|
|
49
|
+
self._configuration = _configuration
|
|
50
|
+
|
|
51
|
+
self._name = None
|
|
52
|
+
self._status = None
|
|
53
|
+
self.discriminator = None
|
|
54
|
+
|
|
55
|
+
if name is not None:
|
|
56
|
+
self.name = name
|
|
57
|
+
if status is not None:
|
|
58
|
+
self.status = status
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
def name(self):
|
|
62
|
+
"""Gets the name of this VkeClusterInfoForListIntegrationTasksOutput. # noqa: E501
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
:return: The name of this VkeClusterInfoForListIntegrationTasksOutput. # noqa: E501
|
|
66
|
+
:rtype: str
|
|
67
|
+
"""
|
|
68
|
+
return self._name
|
|
69
|
+
|
|
70
|
+
@name.setter
|
|
71
|
+
def name(self, name):
|
|
72
|
+
"""Sets the name of this VkeClusterInfoForListIntegrationTasksOutput.
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
:param name: The name of this VkeClusterInfoForListIntegrationTasksOutput. # noqa: E501
|
|
76
|
+
:type: str
|
|
77
|
+
"""
|
|
78
|
+
|
|
79
|
+
self._name = name
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
def status(self):
|
|
83
|
+
"""Gets the status of this VkeClusterInfoForListIntegrationTasksOutput. # noqa: E501
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
:return: The status of this VkeClusterInfoForListIntegrationTasksOutput. # noqa: E501
|
|
87
|
+
:rtype: str
|
|
88
|
+
"""
|
|
89
|
+
return self._status
|
|
90
|
+
|
|
91
|
+
@status.setter
|
|
92
|
+
def status(self, status):
|
|
93
|
+
"""Sets the status of this VkeClusterInfoForListIntegrationTasksOutput.
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
:param status: The status of this VkeClusterInfoForListIntegrationTasksOutput. # noqa: E501
|
|
97
|
+
:type: str
|
|
98
|
+
"""
|
|
99
|
+
|
|
100
|
+
self._status = status
|
|
101
|
+
|
|
102
|
+
def to_dict(self):
|
|
103
|
+
"""Returns the model properties as a dict"""
|
|
104
|
+
result = {}
|
|
105
|
+
|
|
106
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
107
|
+
value = getattr(self, attr)
|
|
108
|
+
if isinstance(value, list):
|
|
109
|
+
result[attr] = list(map(
|
|
110
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
111
|
+
value
|
|
112
|
+
))
|
|
113
|
+
elif hasattr(value, "to_dict"):
|
|
114
|
+
result[attr] = value.to_dict()
|
|
115
|
+
elif isinstance(value, dict):
|
|
116
|
+
result[attr] = dict(map(
|
|
117
|
+
lambda item: (item[0], item[1].to_dict())
|
|
118
|
+
if hasattr(item[1], "to_dict") else item,
|
|
119
|
+
value.items()
|
|
120
|
+
))
|
|
121
|
+
else:
|
|
122
|
+
result[attr] = value
|
|
123
|
+
if issubclass(VkeClusterInfoForListIntegrationTasksOutput, dict):
|
|
124
|
+
for key, value in self.items():
|
|
125
|
+
result[key] = value
|
|
126
|
+
|
|
127
|
+
return result
|
|
128
|
+
|
|
129
|
+
def to_str(self):
|
|
130
|
+
"""Returns the string representation of the model"""
|
|
131
|
+
return pprint.pformat(self.to_dict())
|
|
132
|
+
|
|
133
|
+
def __repr__(self):
|
|
134
|
+
"""For `print` and `pprint`"""
|
|
135
|
+
return self.to_str()
|
|
136
|
+
|
|
137
|
+
def __eq__(self, other):
|
|
138
|
+
"""Returns true if both objects are equal"""
|
|
139
|
+
if not isinstance(other, VkeClusterInfoForListIntegrationTasksOutput):
|
|
140
|
+
return False
|
|
141
|
+
|
|
142
|
+
return self.to_dict() == other.to_dict()
|
|
143
|
+
|
|
144
|
+
def __ne__(self, other):
|
|
145
|
+
"""Returns true if both objects are not equal"""
|
|
146
|
+
if not isinstance(other, VkeClusterInfoForListIntegrationTasksOutput):
|
|
147
|
+
return True
|
|
148
|
+
|
|
149
|
+
return self.to_dict() != other.to_dict()
|
|
File without changes
|
|
File without changes
|
{volcengine_python_sdk-4.0.22.dist-info → volcengine_python_sdk-4.0.24.dist-info}/licenses/NOTICE.md
RENAMED
|
File without changes
|