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.
Files changed (42) hide show
  1. huaweicloudsdkgaussdbforopengauss/v3/__init__.py +32 -0
  2. huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_async_client.py +789 -20
  3. huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_client.py +789 -20
  4. huaweicloudsdkgaussdbforopengauss/v3/model/__init__.py +32 -0
  5. huaweicloudsdkgaussdbforopengauss/v3/model/cn_info_before_reduce.py +231 -0
  6. huaweicloudsdkgaussdbforopengauss/v3/model/create_slow_log_download_request.py +143 -0
  7. huaweicloudsdkgaussdbforopengauss/v3/model/create_slow_log_download_response.py +116 -0
  8. huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_tag_request.py +171 -0
  9. huaweicloudsdkgaussdbforopengauss/v3/model/delete_instance_tag_response.py +174 -0
  10. huaweicloudsdkgaussdbforopengauss/v3/model/instance_log_file.py +260 -0
  11. huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_request.py +143 -0
  12. huaweicloudsdkgaussdbforopengauss/v3/model/list_cn_infos_before_reduce_response.py +174 -0
  13. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_error_logs_request.py +257 -0
  14. huaweicloudsdkgaussdbforopengauss/v3/model/list_instance_error_logs_response.py +145 -0
  15. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_io_traffics_request.py +257 -0
  16. huaweicloudsdkgaussdbforopengauss/v3/model/list_top_io_traffics_response.py +116 -0
  17. huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_upgrade_request.py +230 -0
  18. huaweicloudsdkgaussdbforopengauss/v3/model/roll_upgrade_progress.py +231 -0
  19. huaweicloudsdkgaussdbforopengauss/v3/model/search_auto_enlarge_policy_request.py +143 -0
  20. huaweicloudsdkgaussdbforopengauss/v3/model/search_auto_enlarge_policy_response.py +261 -0
  21. huaweicloudsdkgaussdbforopengauss/v3/model/show_backup_policy.py +4 -4
  22. huaweicloudsdkgaussdbforopengauss/v3/model/show_error_log_switch_status_request.py +143 -0
  23. huaweicloudsdkgaussdbforopengauss/v3/model/show_error_log_switch_status_response.py +116 -0
  24. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_log_download_request.py +143 -0
  25. huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_log_download_response.py +116 -0
  26. huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_request.py +143 -0
  27. huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_response.py +315 -0
  28. huaweicloudsdkgaussdbforopengauss/v3/model/slow_log_download_info.py +463 -0
  29. huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request.py +168 -0
  30. huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request_body.py +114 -0
  31. huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_response.py +116 -0
  32. huaweicloudsdkgaussdbforopengauss/v3/model/top_io_info.py +405 -0
  33. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_action_info.py +144 -0
  34. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_error_response_body.py +142 -0
  35. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instance_version_request.py +168 -0
  36. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_instance_version_response.py +145 -0
  37. huaweicloudsdkgaussdbforopengauss/v3/model/upgrade_type_info.py +173 -0
  38. {huaweicloudsdkgaussdbforopengauss-3.1.90.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.92.dist-info}/METADATA +2 -2
  39. {huaweicloudsdkgaussdbforopengauss-3.1.90.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.92.dist-info}/RECORD +42 -10
  40. {huaweicloudsdkgaussdbforopengauss-3.1.90.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.92.dist-info}/LICENSE +0 -0
  41. {huaweicloudsdkgaussdbforopengauss-3.1.90.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.92.dist-info}/WHEEL +0 -0
  42. {huaweicloudsdkgaussdbforopengauss-3.1.90.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.92.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,144 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class UpgradeActionInfo:
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
+ 'upgrade_action': 'str',
21
+ 'enable': 'bool'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'upgrade_action': 'upgrade_action',
26
+ 'enable': 'enable'
27
+ }
28
+
29
+ def __init__(self, upgrade_action=None, enable=None):
30
+ """UpgradeActionInfo
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param upgrade_action: 升级操作,upgrade=升级,upgradeAutoCommit=升级自动提交,commit=提交,rollback=回滚
35
+ :type upgrade_action: str
36
+ :param enable: 可用,不可用
37
+ :type enable: bool
38
+ """
39
+
40
+
41
+
42
+ self._upgrade_action = None
43
+ self._enable = None
44
+ self.discriminator = None
45
+
46
+ if upgrade_action is not None:
47
+ self.upgrade_action = upgrade_action
48
+ if enable is not None:
49
+ self.enable = enable
50
+
51
+ @property
52
+ def upgrade_action(self):
53
+ """Gets the upgrade_action of this UpgradeActionInfo.
54
+
55
+ 升级操作,upgrade=升级,upgradeAutoCommit=升级自动提交,commit=提交,rollback=回滚
56
+
57
+ :return: The upgrade_action of this UpgradeActionInfo.
58
+ :rtype: str
59
+ """
60
+ return self._upgrade_action
61
+
62
+ @upgrade_action.setter
63
+ def upgrade_action(self, upgrade_action):
64
+ """Sets the upgrade_action of this UpgradeActionInfo.
65
+
66
+ 升级操作,upgrade=升级,upgradeAutoCommit=升级自动提交,commit=提交,rollback=回滚
67
+
68
+ :param upgrade_action: The upgrade_action of this UpgradeActionInfo.
69
+ :type upgrade_action: str
70
+ """
71
+ self._upgrade_action = upgrade_action
72
+
73
+ @property
74
+ def enable(self):
75
+ """Gets the enable of this UpgradeActionInfo.
76
+
77
+ 可用,不可用
78
+
79
+ :return: The enable of this UpgradeActionInfo.
80
+ :rtype: bool
81
+ """
82
+ return self._enable
83
+
84
+ @enable.setter
85
+ def enable(self, enable):
86
+ """Sets the enable of this UpgradeActionInfo.
87
+
88
+ 可用,不可用
89
+
90
+ :param enable: The enable of this UpgradeActionInfo.
91
+ :type enable: bool
92
+ """
93
+ self._enable = enable
94
+
95
+ def to_dict(self):
96
+ """Returns the model properties as a dict"""
97
+ result = {}
98
+
99
+ for attr, _ in six.iteritems(self.openapi_types):
100
+ value = getattr(self, attr)
101
+ if isinstance(value, list):
102
+ result[attr] = list(map(
103
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
104
+ value
105
+ ))
106
+ elif hasattr(value, "to_dict"):
107
+ result[attr] = value.to_dict()
108
+ elif isinstance(value, dict):
109
+ result[attr] = dict(map(
110
+ lambda item: (item[0], item[1].to_dict())
111
+ if hasattr(item[1], "to_dict") else item,
112
+ value.items()
113
+ ))
114
+ else:
115
+ if attr in self.sensitive_list:
116
+ result[attr] = "****"
117
+ else:
118
+ result[attr] = value
119
+
120
+ return result
121
+
122
+ def to_str(self):
123
+ """Returns the string representation of the model"""
124
+ import simplejson as json
125
+ if six.PY2:
126
+ import sys
127
+ reload(sys)
128
+ sys.setdefaultencoding("utf-8")
129
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
130
+
131
+ def __repr__(self):
132
+ """For `print`"""
133
+ return self.to_str()
134
+
135
+ def __eq__(self, other):
136
+ """Returns true if both objects are equal"""
137
+ if not isinstance(other, UpgradeActionInfo):
138
+ return False
139
+
140
+ return self.__dict__ == other.__dict__
141
+
142
+ def __ne__(self, other):
143
+ """Returns true if both objects are not equal"""
144
+ return not self == other
@@ -0,0 +1,142 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class UpgradeErrorResponseBody:
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
+ 'error_code': 'str',
21
+ 'error_msg': 'str'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'error_code': 'error_code',
26
+ 'error_msg': 'error_msg'
27
+ }
28
+
29
+ def __init__(self, error_code=None, error_msg=None):
30
+ """UpgradeErrorResponseBody
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param error_code: 错误码。
35
+ :type error_code: str
36
+ :param error_msg: 错误消息。
37
+ :type error_msg: str
38
+ """
39
+
40
+
41
+
42
+ self._error_code = None
43
+ self._error_msg = None
44
+ self.discriminator = None
45
+
46
+ self.error_code = error_code
47
+ self.error_msg = error_msg
48
+
49
+ @property
50
+ def error_code(self):
51
+ """Gets the error_code of this UpgradeErrorResponseBody.
52
+
53
+ 错误码。
54
+
55
+ :return: The error_code of this UpgradeErrorResponseBody.
56
+ :rtype: str
57
+ """
58
+ return self._error_code
59
+
60
+ @error_code.setter
61
+ def error_code(self, error_code):
62
+ """Sets the error_code of this UpgradeErrorResponseBody.
63
+
64
+ 错误码。
65
+
66
+ :param error_code: The error_code of this UpgradeErrorResponseBody.
67
+ :type error_code: str
68
+ """
69
+ self._error_code = error_code
70
+
71
+ @property
72
+ def error_msg(self):
73
+ """Gets the error_msg of this UpgradeErrorResponseBody.
74
+
75
+ 错误消息。
76
+
77
+ :return: The error_msg of this UpgradeErrorResponseBody.
78
+ :rtype: str
79
+ """
80
+ return self._error_msg
81
+
82
+ @error_msg.setter
83
+ def error_msg(self, error_msg):
84
+ """Sets the error_msg of this UpgradeErrorResponseBody.
85
+
86
+ 错误消息。
87
+
88
+ :param error_msg: The error_msg of this UpgradeErrorResponseBody.
89
+ :type error_msg: str
90
+ """
91
+ self._error_msg = error_msg
92
+
93
+ def to_dict(self):
94
+ """Returns the model properties as a dict"""
95
+ result = {}
96
+
97
+ for attr, _ in six.iteritems(self.openapi_types):
98
+ value = getattr(self, attr)
99
+ if isinstance(value, list):
100
+ result[attr] = list(map(
101
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
102
+ value
103
+ ))
104
+ elif hasattr(value, "to_dict"):
105
+ result[attr] = value.to_dict()
106
+ elif isinstance(value, dict):
107
+ result[attr] = dict(map(
108
+ lambda item: (item[0], item[1].to_dict())
109
+ if hasattr(item[1], "to_dict") else item,
110
+ value.items()
111
+ ))
112
+ else:
113
+ if attr in self.sensitive_list:
114
+ result[attr] = "****"
115
+ else:
116
+ result[attr] = value
117
+
118
+ return result
119
+
120
+ def to_str(self):
121
+ """Returns the string representation of the model"""
122
+ import simplejson as json
123
+ if six.PY2:
124
+ import sys
125
+ reload(sys)
126
+ sys.setdefaultencoding("utf-8")
127
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
128
+
129
+ def __repr__(self):
130
+ """For `print`"""
131
+ return self.to_str()
132
+
133
+ def __eq__(self, other):
134
+ """Returns true if both objects are equal"""
135
+ if not isinstance(other, UpgradeErrorResponseBody):
136
+ return False
137
+
138
+ return self.__dict__ == other.__dict__
139
+
140
+ def __ne__(self, other):
141
+ """Returns true if both objects are not equal"""
142
+ return not self == other
@@ -0,0 +1,168 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class UpgradeInstanceVersionRequest:
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
+ 'body': 'OpenGaussUpgradeRequest'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'x_language': 'X-Language',
27
+ 'instance_id': 'instance_id',
28
+ 'body': 'body'
29
+ }
30
+
31
+ def __init__(self, x_language=None, instance_id=None, body=None):
32
+ """UpgradeInstanceVersionRequest
33
+
34
+ The model defined in huaweicloud sdk
35
+
36
+ :param x_language: 语言
37
+ :type x_language: str
38
+ :param instance_id: 实例ID。
39
+ :type instance_id: str
40
+ :param body: Body of the UpgradeInstanceVersionRequest
41
+ :type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.OpenGaussUpgradeRequest`
42
+ """
43
+
44
+
45
+
46
+ self._x_language = None
47
+ self._instance_id = None
48
+ self._body = None
49
+ self.discriminator = None
50
+
51
+ if x_language is not None:
52
+ self.x_language = x_language
53
+ self.instance_id = instance_id
54
+ if body is not None:
55
+ self.body = body
56
+
57
+ @property
58
+ def x_language(self):
59
+ """Gets the x_language of this UpgradeInstanceVersionRequest.
60
+
61
+ 语言
62
+
63
+ :return: The x_language of this UpgradeInstanceVersionRequest.
64
+ :rtype: str
65
+ """
66
+ return self._x_language
67
+
68
+ @x_language.setter
69
+ def x_language(self, x_language):
70
+ """Sets the x_language of this UpgradeInstanceVersionRequest.
71
+
72
+ 语言
73
+
74
+ :param x_language: The x_language of this UpgradeInstanceVersionRequest.
75
+ :type x_language: str
76
+ """
77
+ self._x_language = x_language
78
+
79
+ @property
80
+ def instance_id(self):
81
+ """Gets the instance_id of this UpgradeInstanceVersionRequest.
82
+
83
+ 实例ID。
84
+
85
+ :return: The instance_id of this UpgradeInstanceVersionRequest.
86
+ :rtype: str
87
+ """
88
+ return self._instance_id
89
+
90
+ @instance_id.setter
91
+ def instance_id(self, instance_id):
92
+ """Sets the instance_id of this UpgradeInstanceVersionRequest.
93
+
94
+ 实例ID。
95
+
96
+ :param instance_id: The instance_id of this UpgradeInstanceVersionRequest.
97
+ :type instance_id: str
98
+ """
99
+ self._instance_id = instance_id
100
+
101
+ @property
102
+ def body(self):
103
+ """Gets the body of this UpgradeInstanceVersionRequest.
104
+
105
+ :return: The body of this UpgradeInstanceVersionRequest.
106
+ :rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.OpenGaussUpgradeRequest`
107
+ """
108
+ return self._body
109
+
110
+ @body.setter
111
+ def body(self, body):
112
+ """Sets the body of this UpgradeInstanceVersionRequest.
113
+
114
+ :param body: The body of this UpgradeInstanceVersionRequest.
115
+ :type body: :class:`huaweicloudsdkgaussdbforopengauss.v3.OpenGaussUpgradeRequest`
116
+ """
117
+ self._body = body
118
+
119
+ def to_dict(self):
120
+ """Returns the model properties as a dict"""
121
+ result = {}
122
+
123
+ for attr, _ in six.iteritems(self.openapi_types):
124
+ value = getattr(self, attr)
125
+ if isinstance(value, list):
126
+ result[attr] = list(map(
127
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
128
+ value
129
+ ))
130
+ elif hasattr(value, "to_dict"):
131
+ result[attr] = value.to_dict()
132
+ elif isinstance(value, dict):
133
+ result[attr] = dict(map(
134
+ lambda item: (item[0], item[1].to_dict())
135
+ if hasattr(item[1], "to_dict") else item,
136
+ value.items()
137
+ ))
138
+ else:
139
+ if attr in self.sensitive_list:
140
+ result[attr] = "****"
141
+ else:
142
+ result[attr] = value
143
+
144
+ return result
145
+
146
+ def to_str(self):
147
+ """Returns the string representation of the model"""
148
+ import simplejson as json
149
+ if six.PY2:
150
+ import sys
151
+ reload(sys)
152
+ sys.setdefaultencoding("utf-8")
153
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
154
+
155
+ def __repr__(self):
156
+ """For `print`"""
157
+ return self.to_str()
158
+
159
+ def __eq__(self, other):
160
+ """Returns true if both objects are equal"""
161
+ if not isinstance(other, UpgradeInstanceVersionRequest):
162
+ return False
163
+
164
+ return self.__dict__ == other.__dict__
165
+
166
+ def __ne__(self, other):
167
+ """Returns true if both objects are not equal"""
168
+ return not self == other
@@ -0,0 +1,145 @@
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 UpgradeInstanceVersionResponse(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
+ 'job_id': 'str',
22
+ 'order_id': 'str'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'job_id': 'job_id',
27
+ 'order_id': 'order_id'
28
+ }
29
+
30
+ def __init__(self, job_id=None, order_id=None):
31
+ """UpgradeInstanceVersionResponse
32
+
33
+ The model defined in huaweicloud sdk
34
+
35
+ :param job_id: 任务id。按需实例时仅返回任务id。
36
+ :type job_id: str
37
+ :param order_id: 订单id。包周期实例时仅返回订单id。
38
+ :type order_id: str
39
+ """
40
+
41
+ super(UpgradeInstanceVersionResponse, self).__init__()
42
+
43
+ self._job_id = None
44
+ self._order_id = None
45
+ self.discriminator = None
46
+
47
+ if job_id is not None:
48
+ self.job_id = job_id
49
+ if order_id is not None:
50
+ self.order_id = order_id
51
+
52
+ @property
53
+ def job_id(self):
54
+ """Gets the job_id of this UpgradeInstanceVersionResponse.
55
+
56
+ 任务id。按需实例时仅返回任务id。
57
+
58
+ :return: The job_id of this UpgradeInstanceVersionResponse.
59
+ :rtype: str
60
+ """
61
+ return self._job_id
62
+
63
+ @job_id.setter
64
+ def job_id(self, job_id):
65
+ """Sets the job_id of this UpgradeInstanceVersionResponse.
66
+
67
+ 任务id。按需实例时仅返回任务id。
68
+
69
+ :param job_id: The job_id of this UpgradeInstanceVersionResponse.
70
+ :type job_id: str
71
+ """
72
+ self._job_id = job_id
73
+
74
+ @property
75
+ def order_id(self):
76
+ """Gets the order_id of this UpgradeInstanceVersionResponse.
77
+
78
+ 订单id。包周期实例时仅返回订单id。
79
+
80
+ :return: The order_id of this UpgradeInstanceVersionResponse.
81
+ :rtype: str
82
+ """
83
+ return self._order_id
84
+
85
+ @order_id.setter
86
+ def order_id(self, order_id):
87
+ """Sets the order_id of this UpgradeInstanceVersionResponse.
88
+
89
+ 订单id。包周期实例时仅返回订单id。
90
+
91
+ :param order_id: The order_id of this UpgradeInstanceVersionResponse.
92
+ :type order_id: str
93
+ """
94
+ self._order_id = order_id
95
+
96
+ def to_dict(self):
97
+ """Returns the model properties as a dict"""
98
+ result = {}
99
+
100
+ for attr, _ in six.iteritems(self.openapi_types):
101
+ value = getattr(self, attr)
102
+ if isinstance(value, list):
103
+ result[attr] = list(map(
104
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
105
+ value
106
+ ))
107
+ elif hasattr(value, "to_dict"):
108
+ result[attr] = value.to_dict()
109
+ elif isinstance(value, dict):
110
+ result[attr] = dict(map(
111
+ lambda item: (item[0], item[1].to_dict())
112
+ if hasattr(item[1], "to_dict") else item,
113
+ value.items()
114
+ ))
115
+ else:
116
+ if attr in self.sensitive_list:
117
+ result[attr] = "****"
118
+ else:
119
+ result[attr] = value
120
+
121
+ return result
122
+
123
+ def to_str(self):
124
+ """Returns the string representation of the model"""
125
+ import simplejson as json
126
+ if six.PY2:
127
+ import sys
128
+ reload(sys)
129
+ sys.setdefaultencoding("utf-8")
130
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
131
+
132
+ def __repr__(self):
133
+ """For `print`"""
134
+ return self.to_str()
135
+
136
+ def __eq__(self, other):
137
+ """Returns true if both objects are equal"""
138
+ if not isinstance(other, UpgradeInstanceVersionResponse):
139
+ return False
140
+
141
+ return self.__dict__ == other.__dict__
142
+
143
+ def __ne__(self, other):
144
+ """Returns true if both objects are not equal"""
145
+ return not self == other