huaweicloudsdkgaussdbforopengauss 3.1.90__py2.py3-none-any.whl → 3.1.92__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.
- huaweicloudsdkgaussdbforopengauss/v3/__init__.py +32 -0
- huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_async_client.py +789 -20
- huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_client.py +789 -20
- huaweicloudsdkgaussdbforopengauss/v3/model/__init__.py +32 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/cn_info_before_reduce.py +231 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_slow_log_download_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/create_slow_log_download_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_tag_request.py +171 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_tag_response.py +174 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/instance_log_file.py +260 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_response.py +174 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_error_logs_request.py +257 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_error_logs_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_top_io_traffics_request.py +257 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/list_top_io_traffics_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_upgrade_request.py +230 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/roll_upgrade_progress.py +231 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/search_auto_enlarge_policy_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/search_auto_enlarge_policy_response.py +261 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_backup_policy.py +4 -4
- huaweicloudsdkgaussdbforopengauss/v3/model/show_error_log_switch_status_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_error_log_switch_status_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_log_download_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_log_download_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_request.py +143 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_response.py +315 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/slow_log_download_info.py +463 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request_body.py +114 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_response.py +116 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/top_io_info.py +405 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_action_info.py +144 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_error_response_body.py +142 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instance_version_request.py +168 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instance_version_response.py +145 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_type_info.py +173 -0
- {huaweicloudsdkgaussdbforopengauss-3.1.90.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.92.dist-info}/METADATA +2 -2
- {huaweicloudsdkgaussdbforopengauss-3.1.90.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.92.dist-info}/RECORD +42 -10
- {huaweicloudsdkgaussdbforopengauss-3.1.90.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.92.dist-info}/LICENSE +0 -0
- {huaweicloudsdkgaussdbforopengauss-3.1.90.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.92.dist-info}/WHEEL +0 -0
- {huaweicloudsdkgaussdbforopengauss-3.1.90.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.92.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,143 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class ListCnInfosBeforeReduceRequest:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'x_language': 'str',
|
21
|
+
'instance_id': 'str'
|
22
|
+
}
|
23
|
+
|
24
|
+
attribute_map = {
|
25
|
+
'x_language': 'X-Language',
|
26
|
+
'instance_id': 'instance_id'
|
27
|
+
}
|
28
|
+
|
29
|
+
def __init__(self, x_language=None, instance_id=None):
|
30
|
+
"""ListCnInfosBeforeReduceRequest
|
31
|
+
|
32
|
+
The model defined in huaweicloud sdk
|
33
|
+
|
34
|
+
:param x_language: 语言
|
35
|
+
:type x_language: str
|
36
|
+
:param instance_id: 实例ID。
|
37
|
+
:type instance_id: str
|
38
|
+
"""
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
self._x_language = None
|
43
|
+
self._instance_id = None
|
44
|
+
self.discriminator = None
|
45
|
+
|
46
|
+
if x_language is not None:
|
47
|
+
self.x_language = x_language
|
48
|
+
self.instance_id = instance_id
|
49
|
+
|
50
|
+
@property
|
51
|
+
def x_language(self):
|
52
|
+
"""Gets the x_language of this ListCnInfosBeforeReduceRequest.
|
53
|
+
|
54
|
+
语言
|
55
|
+
|
56
|
+
:return: The x_language of this ListCnInfosBeforeReduceRequest.
|
57
|
+
:rtype: str
|
58
|
+
"""
|
59
|
+
return self._x_language
|
60
|
+
|
61
|
+
@x_language.setter
|
62
|
+
def x_language(self, x_language):
|
63
|
+
"""Sets the x_language of this ListCnInfosBeforeReduceRequest.
|
64
|
+
|
65
|
+
语言
|
66
|
+
|
67
|
+
:param x_language: The x_language of this ListCnInfosBeforeReduceRequest.
|
68
|
+
:type x_language: str
|
69
|
+
"""
|
70
|
+
self._x_language = x_language
|
71
|
+
|
72
|
+
@property
|
73
|
+
def instance_id(self):
|
74
|
+
"""Gets the instance_id of this ListCnInfosBeforeReduceRequest.
|
75
|
+
|
76
|
+
实例ID。
|
77
|
+
|
78
|
+
:return: The instance_id of this ListCnInfosBeforeReduceRequest.
|
79
|
+
:rtype: str
|
80
|
+
"""
|
81
|
+
return self._instance_id
|
82
|
+
|
83
|
+
@instance_id.setter
|
84
|
+
def instance_id(self, instance_id):
|
85
|
+
"""Sets the instance_id of this ListCnInfosBeforeReduceRequest.
|
86
|
+
|
87
|
+
实例ID。
|
88
|
+
|
89
|
+
:param instance_id: The instance_id of this ListCnInfosBeforeReduceRequest.
|
90
|
+
:type instance_id: str
|
91
|
+
"""
|
92
|
+
self._instance_id = instance_id
|
93
|
+
|
94
|
+
def to_dict(self):
|
95
|
+
"""Returns the model properties as a dict"""
|
96
|
+
result = {}
|
97
|
+
|
98
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
99
|
+
value = getattr(self, attr)
|
100
|
+
if isinstance(value, list):
|
101
|
+
result[attr] = list(map(
|
102
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
103
|
+
value
|
104
|
+
))
|
105
|
+
elif hasattr(value, "to_dict"):
|
106
|
+
result[attr] = value.to_dict()
|
107
|
+
elif isinstance(value, dict):
|
108
|
+
result[attr] = dict(map(
|
109
|
+
lambda item: (item[0], item[1].to_dict())
|
110
|
+
if hasattr(item[1], "to_dict") else item,
|
111
|
+
value.items()
|
112
|
+
))
|
113
|
+
else:
|
114
|
+
if attr in self.sensitive_list:
|
115
|
+
result[attr] = "****"
|
116
|
+
else:
|
117
|
+
result[attr] = value
|
118
|
+
|
119
|
+
return result
|
120
|
+
|
121
|
+
def to_str(self):
|
122
|
+
"""Returns the string representation of the model"""
|
123
|
+
import simplejson as json
|
124
|
+
if six.PY2:
|
125
|
+
import sys
|
126
|
+
reload(sys)
|
127
|
+
sys.setdefaultencoding("utf-8")
|
128
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
129
|
+
|
130
|
+
def __repr__(self):
|
131
|
+
"""For `print`"""
|
132
|
+
return self.to_str()
|
133
|
+
|
134
|
+
def __eq__(self, other):
|
135
|
+
"""Returns true if both objects are equal"""
|
136
|
+
if not isinstance(other, ListCnInfosBeforeReduceRequest):
|
137
|
+
return False
|
138
|
+
|
139
|
+
return self.__dict__ == other.__dict__
|
140
|
+
|
141
|
+
def __ne__(self, other):
|
142
|
+
"""Returns true if both objects are not equal"""
|
143
|
+
return not self == other
|
@@ -0,0 +1,174 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.sdk_response import SdkResponse
|
6
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
7
|
+
|
8
|
+
|
9
|
+
class ListCnInfosBeforeReduceResponse(SdkResponse):
|
10
|
+
|
11
|
+
"""
|
12
|
+
Attributes:
|
13
|
+
openapi_types (dict): The key is attribute name
|
14
|
+
and the value is attribute type.
|
15
|
+
attribute_map (dict): The key is attribute name
|
16
|
+
and the value is json key in definition.
|
17
|
+
"""
|
18
|
+
sensitive_list = []
|
19
|
+
|
20
|
+
openapi_types = {
|
21
|
+
'instance_id': 'str',
|
22
|
+
'max_reduction_num': 'int',
|
23
|
+
'nodes': 'list[CnInfoBeforeReduce]'
|
24
|
+
}
|
25
|
+
|
26
|
+
attribute_map = {
|
27
|
+
'instance_id': 'instance_id',
|
28
|
+
'max_reduction_num': 'max_reduction_num',
|
29
|
+
'nodes': 'nodes'
|
30
|
+
}
|
31
|
+
|
32
|
+
def __init__(self, instance_id=None, max_reduction_num=None, nodes=None):
|
33
|
+
"""ListCnInfosBeforeReduceResponse
|
34
|
+
|
35
|
+
The model defined in huaweicloud sdk
|
36
|
+
|
37
|
+
:param instance_id: 实例ID。
|
38
|
+
:type instance_id: str
|
39
|
+
:param max_reduction_num: 单次缩容允许最大步长。
|
40
|
+
:type max_reduction_num: int
|
41
|
+
:param nodes: 节点信息列表。
|
42
|
+
:type nodes: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.CnInfoBeforeReduce`]
|
43
|
+
"""
|
44
|
+
|
45
|
+
super(ListCnInfosBeforeReduceResponse, self).__init__()
|
46
|
+
|
47
|
+
self._instance_id = None
|
48
|
+
self._max_reduction_num = None
|
49
|
+
self._nodes = None
|
50
|
+
self.discriminator = None
|
51
|
+
|
52
|
+
if instance_id is not None:
|
53
|
+
self.instance_id = instance_id
|
54
|
+
if max_reduction_num is not None:
|
55
|
+
self.max_reduction_num = max_reduction_num
|
56
|
+
if nodes is not None:
|
57
|
+
self.nodes = nodes
|
58
|
+
|
59
|
+
@property
|
60
|
+
def instance_id(self):
|
61
|
+
"""Gets the instance_id of this ListCnInfosBeforeReduceResponse.
|
62
|
+
|
63
|
+
实例ID。
|
64
|
+
|
65
|
+
:return: The instance_id of this ListCnInfosBeforeReduceResponse.
|
66
|
+
:rtype: str
|
67
|
+
"""
|
68
|
+
return self._instance_id
|
69
|
+
|
70
|
+
@instance_id.setter
|
71
|
+
def instance_id(self, instance_id):
|
72
|
+
"""Sets the instance_id of this ListCnInfosBeforeReduceResponse.
|
73
|
+
|
74
|
+
实例ID。
|
75
|
+
|
76
|
+
:param instance_id: The instance_id of this ListCnInfosBeforeReduceResponse.
|
77
|
+
:type instance_id: str
|
78
|
+
"""
|
79
|
+
self._instance_id = instance_id
|
80
|
+
|
81
|
+
@property
|
82
|
+
def max_reduction_num(self):
|
83
|
+
"""Gets the max_reduction_num of this ListCnInfosBeforeReduceResponse.
|
84
|
+
|
85
|
+
单次缩容允许最大步长。
|
86
|
+
|
87
|
+
:return: The max_reduction_num of this ListCnInfosBeforeReduceResponse.
|
88
|
+
:rtype: int
|
89
|
+
"""
|
90
|
+
return self._max_reduction_num
|
91
|
+
|
92
|
+
@max_reduction_num.setter
|
93
|
+
def max_reduction_num(self, max_reduction_num):
|
94
|
+
"""Sets the max_reduction_num of this ListCnInfosBeforeReduceResponse.
|
95
|
+
|
96
|
+
单次缩容允许最大步长。
|
97
|
+
|
98
|
+
:param max_reduction_num: The max_reduction_num of this ListCnInfosBeforeReduceResponse.
|
99
|
+
:type max_reduction_num: int
|
100
|
+
"""
|
101
|
+
self._max_reduction_num = max_reduction_num
|
102
|
+
|
103
|
+
@property
|
104
|
+
def nodes(self):
|
105
|
+
"""Gets the nodes of this ListCnInfosBeforeReduceResponse.
|
106
|
+
|
107
|
+
节点信息列表。
|
108
|
+
|
109
|
+
:return: The nodes of this ListCnInfosBeforeReduceResponse.
|
110
|
+
:rtype: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.CnInfoBeforeReduce`]
|
111
|
+
"""
|
112
|
+
return self._nodes
|
113
|
+
|
114
|
+
@nodes.setter
|
115
|
+
def nodes(self, nodes):
|
116
|
+
"""Sets the nodes of this ListCnInfosBeforeReduceResponse.
|
117
|
+
|
118
|
+
节点信息列表。
|
119
|
+
|
120
|
+
:param nodes: The nodes of this ListCnInfosBeforeReduceResponse.
|
121
|
+
:type nodes: list[:class:`huaweicloudsdkgaussdbforopengauss.v3.CnInfoBeforeReduce`]
|
122
|
+
"""
|
123
|
+
self._nodes = nodes
|
124
|
+
|
125
|
+
def to_dict(self):
|
126
|
+
"""Returns the model properties as a dict"""
|
127
|
+
result = {}
|
128
|
+
|
129
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
130
|
+
value = getattr(self, attr)
|
131
|
+
if isinstance(value, list):
|
132
|
+
result[attr] = list(map(
|
133
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
134
|
+
value
|
135
|
+
))
|
136
|
+
elif hasattr(value, "to_dict"):
|
137
|
+
result[attr] = value.to_dict()
|
138
|
+
elif isinstance(value, dict):
|
139
|
+
result[attr] = dict(map(
|
140
|
+
lambda item: (item[0], item[1].to_dict())
|
141
|
+
if hasattr(item[1], "to_dict") else item,
|
142
|
+
value.items()
|
143
|
+
))
|
144
|
+
else:
|
145
|
+
if attr in self.sensitive_list:
|
146
|
+
result[attr] = "****"
|
147
|
+
else:
|
148
|
+
result[attr] = value
|
149
|
+
|
150
|
+
return result
|
151
|
+
|
152
|
+
def to_str(self):
|
153
|
+
"""Returns the string representation of the model"""
|
154
|
+
import simplejson as json
|
155
|
+
if six.PY2:
|
156
|
+
import sys
|
157
|
+
reload(sys)
|
158
|
+
sys.setdefaultencoding("utf-8")
|
159
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
160
|
+
|
161
|
+
def __repr__(self):
|
162
|
+
"""For `print`"""
|
163
|
+
return self.to_str()
|
164
|
+
|
165
|
+
def __eq__(self, other):
|
166
|
+
"""Returns true if both objects are equal"""
|
167
|
+
if not isinstance(other, ListCnInfosBeforeReduceResponse):
|
168
|
+
return False
|
169
|
+
|
170
|
+
return self.__dict__ == other.__dict__
|
171
|
+
|
172
|
+
def __ne__(self, other):
|
173
|
+
"""Returns true if both objects are not equal"""
|
174
|
+
return not self == other
|
@@ -0,0 +1,257 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class ListInstanceErrorLogsRequest:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'x_language': 'str',
|
21
|
+
'instance_id': 'str',
|
22
|
+
'offset': 'int',
|
23
|
+
'limit': 'int',
|
24
|
+
'start_time': 'str',
|
25
|
+
'end_time': 'str'
|
26
|
+
}
|
27
|
+
|
28
|
+
attribute_map = {
|
29
|
+
'x_language': 'X-Language',
|
30
|
+
'instance_id': 'instance_id',
|
31
|
+
'offset': 'offset',
|
32
|
+
'limit': 'limit',
|
33
|
+
'start_time': 'start_time',
|
34
|
+
'end_time': 'end_time'
|
35
|
+
}
|
36
|
+
|
37
|
+
def __init__(self, x_language=None, instance_id=None, offset=None, limit=None, start_time=None, end_time=None):
|
38
|
+
"""ListInstanceErrorLogsRequest
|
39
|
+
|
40
|
+
The model defined in huaweicloud sdk
|
41
|
+
|
42
|
+
:param x_language: 语言
|
43
|
+
:type x_language: str
|
44
|
+
:param instance_id: 实例ID。
|
45
|
+
:type instance_id: str
|
46
|
+
:param offset: 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。例如:该参数指定为0,limit指定为10,则只展示第1-10条数据。
|
47
|
+
:type offset: int
|
48
|
+
:param limit: 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。例如该参数设定为10,则查询结果最多只显示10条记录。
|
49
|
+
:type limit: int
|
50
|
+
:param start_time: 开始时间,格式为“yyyy-mm-ddThh:mm:ssZ”。其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。
|
51
|
+
:type start_time: str
|
52
|
+
:param end_time: 结束时间,格式为“yyyy-mm-ddThh:mm:ssZ”。其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。只能查询当前时间前30天的错误日志。
|
53
|
+
:type end_time: str
|
54
|
+
"""
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
self._x_language = None
|
59
|
+
self._instance_id = None
|
60
|
+
self._offset = None
|
61
|
+
self._limit = None
|
62
|
+
self._start_time = None
|
63
|
+
self._end_time = None
|
64
|
+
self.discriminator = None
|
65
|
+
|
66
|
+
if x_language is not None:
|
67
|
+
self.x_language = x_language
|
68
|
+
self.instance_id = instance_id
|
69
|
+
if offset is not None:
|
70
|
+
self.offset = offset
|
71
|
+
if limit is not None:
|
72
|
+
self.limit = limit
|
73
|
+
self.start_time = start_time
|
74
|
+
self.end_time = end_time
|
75
|
+
|
76
|
+
@property
|
77
|
+
def x_language(self):
|
78
|
+
"""Gets the x_language of this ListInstanceErrorLogsRequest.
|
79
|
+
|
80
|
+
语言
|
81
|
+
|
82
|
+
:return: The x_language of this ListInstanceErrorLogsRequest.
|
83
|
+
:rtype: str
|
84
|
+
"""
|
85
|
+
return self._x_language
|
86
|
+
|
87
|
+
@x_language.setter
|
88
|
+
def x_language(self, x_language):
|
89
|
+
"""Sets the x_language of this ListInstanceErrorLogsRequest.
|
90
|
+
|
91
|
+
语言
|
92
|
+
|
93
|
+
:param x_language: The x_language of this ListInstanceErrorLogsRequest.
|
94
|
+
:type x_language: str
|
95
|
+
"""
|
96
|
+
self._x_language = x_language
|
97
|
+
|
98
|
+
@property
|
99
|
+
def instance_id(self):
|
100
|
+
"""Gets the instance_id of this ListInstanceErrorLogsRequest.
|
101
|
+
|
102
|
+
实例ID。
|
103
|
+
|
104
|
+
:return: The instance_id of this ListInstanceErrorLogsRequest.
|
105
|
+
:rtype: str
|
106
|
+
"""
|
107
|
+
return self._instance_id
|
108
|
+
|
109
|
+
@instance_id.setter
|
110
|
+
def instance_id(self, instance_id):
|
111
|
+
"""Sets the instance_id of this ListInstanceErrorLogsRequest.
|
112
|
+
|
113
|
+
实例ID。
|
114
|
+
|
115
|
+
:param instance_id: The instance_id of this ListInstanceErrorLogsRequest.
|
116
|
+
:type instance_id: str
|
117
|
+
"""
|
118
|
+
self._instance_id = instance_id
|
119
|
+
|
120
|
+
@property
|
121
|
+
def offset(self):
|
122
|
+
"""Gets the offset of this ListInstanceErrorLogsRequest.
|
123
|
+
|
124
|
+
索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。例如:该参数指定为0,limit指定为10,则只展示第1-10条数据。
|
125
|
+
|
126
|
+
:return: The offset of this ListInstanceErrorLogsRequest.
|
127
|
+
:rtype: int
|
128
|
+
"""
|
129
|
+
return self._offset
|
130
|
+
|
131
|
+
@offset.setter
|
132
|
+
def offset(self, offset):
|
133
|
+
"""Sets the offset of this ListInstanceErrorLogsRequest.
|
134
|
+
|
135
|
+
索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。例如:该参数指定为0,limit指定为10,则只展示第1-10条数据。
|
136
|
+
|
137
|
+
:param offset: The offset of this ListInstanceErrorLogsRequest.
|
138
|
+
:type offset: int
|
139
|
+
"""
|
140
|
+
self._offset = offset
|
141
|
+
|
142
|
+
@property
|
143
|
+
def limit(self):
|
144
|
+
"""Gets the limit of this ListInstanceErrorLogsRequest.
|
145
|
+
|
146
|
+
查询记录数。默认为10,不能为负数,最小值为1,最大值为100。例如该参数设定为10,则查询结果最多只显示10条记录。
|
147
|
+
|
148
|
+
:return: The limit of this ListInstanceErrorLogsRequest.
|
149
|
+
:rtype: int
|
150
|
+
"""
|
151
|
+
return self._limit
|
152
|
+
|
153
|
+
@limit.setter
|
154
|
+
def limit(self, limit):
|
155
|
+
"""Sets the limit of this ListInstanceErrorLogsRequest.
|
156
|
+
|
157
|
+
查询记录数。默认为10,不能为负数,最小值为1,最大值为100。例如该参数设定为10,则查询结果最多只显示10条记录。
|
158
|
+
|
159
|
+
:param limit: The limit of this ListInstanceErrorLogsRequest.
|
160
|
+
:type limit: int
|
161
|
+
"""
|
162
|
+
self._limit = limit
|
163
|
+
|
164
|
+
@property
|
165
|
+
def start_time(self):
|
166
|
+
"""Gets the start_time of this ListInstanceErrorLogsRequest.
|
167
|
+
|
168
|
+
开始时间,格式为“yyyy-mm-ddThh:mm:ssZ”。其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。
|
169
|
+
|
170
|
+
:return: The start_time of this ListInstanceErrorLogsRequest.
|
171
|
+
:rtype: str
|
172
|
+
"""
|
173
|
+
return self._start_time
|
174
|
+
|
175
|
+
@start_time.setter
|
176
|
+
def start_time(self, start_time):
|
177
|
+
"""Sets the start_time of this ListInstanceErrorLogsRequest.
|
178
|
+
|
179
|
+
开始时间,格式为“yyyy-mm-ddThh:mm:ssZ”。其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。
|
180
|
+
|
181
|
+
:param start_time: The start_time of this ListInstanceErrorLogsRequest.
|
182
|
+
:type start_time: str
|
183
|
+
"""
|
184
|
+
self._start_time = start_time
|
185
|
+
|
186
|
+
@property
|
187
|
+
def end_time(self):
|
188
|
+
"""Gets the end_time of this ListInstanceErrorLogsRequest.
|
189
|
+
|
190
|
+
结束时间,格式为“yyyy-mm-ddThh:mm:ssZ”。其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。只能查询当前时间前30天的错误日志。
|
191
|
+
|
192
|
+
:return: The end_time of this ListInstanceErrorLogsRequest.
|
193
|
+
:rtype: str
|
194
|
+
"""
|
195
|
+
return self._end_time
|
196
|
+
|
197
|
+
@end_time.setter
|
198
|
+
def end_time(self, end_time):
|
199
|
+
"""Sets the end_time of this ListInstanceErrorLogsRequest.
|
200
|
+
|
201
|
+
结束时间,格式为“yyyy-mm-ddThh:mm:ssZ”。其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。只能查询当前时间前30天的错误日志。
|
202
|
+
|
203
|
+
:param end_time: The end_time of this ListInstanceErrorLogsRequest.
|
204
|
+
:type end_time: str
|
205
|
+
"""
|
206
|
+
self._end_time = end_time
|
207
|
+
|
208
|
+
def to_dict(self):
|
209
|
+
"""Returns the model properties as a dict"""
|
210
|
+
result = {}
|
211
|
+
|
212
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
213
|
+
value = getattr(self, attr)
|
214
|
+
if isinstance(value, list):
|
215
|
+
result[attr] = list(map(
|
216
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
217
|
+
value
|
218
|
+
))
|
219
|
+
elif hasattr(value, "to_dict"):
|
220
|
+
result[attr] = value.to_dict()
|
221
|
+
elif isinstance(value, dict):
|
222
|
+
result[attr] = dict(map(
|
223
|
+
lambda item: (item[0], item[1].to_dict())
|
224
|
+
if hasattr(item[1], "to_dict") else item,
|
225
|
+
value.items()
|
226
|
+
))
|
227
|
+
else:
|
228
|
+
if attr in self.sensitive_list:
|
229
|
+
result[attr] = "****"
|
230
|
+
else:
|
231
|
+
result[attr] = value
|
232
|
+
|
233
|
+
return result
|
234
|
+
|
235
|
+
def to_str(self):
|
236
|
+
"""Returns the string representation of the model"""
|
237
|
+
import simplejson as json
|
238
|
+
if six.PY2:
|
239
|
+
import sys
|
240
|
+
reload(sys)
|
241
|
+
sys.setdefaultencoding("utf-8")
|
242
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
243
|
+
|
244
|
+
def __repr__(self):
|
245
|
+
"""For `print`"""
|
246
|
+
return self.to_str()
|
247
|
+
|
248
|
+
def __eq__(self, other):
|
249
|
+
"""Returns true if both objects are equal"""
|
250
|
+
if not isinstance(other, ListInstanceErrorLogsRequest):
|
251
|
+
return False
|
252
|
+
|
253
|
+
return self.__dict__ == other.__dict__
|
254
|
+
|
255
|
+
def __ne__(self, other):
|
256
|
+
"""Returns true if both objects are not equal"""
|
257
|
+
return not self == other
|