huaweicloudsdkgaussdbforopengauss 3.1.98__py2.py3-none-any.whl → 3.1.100__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 +3 -1
- huaweicloudsdkgaussdbforopengauss/v3/model/__init__.py +3 -1
- huaweicloudsdkgaussdbforopengauss/v3/model/available_flavor_info_result.py +18 -18
- huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_for_list.py +50 -21
- huaweicloudsdkgaussdbforopengauss/v3/model/{gauss_d_bfor_open_gauss_user_for_list_attributes.py → gauss_d_bfor_open_gauss_user_for_list_attribute.py} +67 -38
- huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_rollback_infos.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_upgrade_infos.py +202 -0
- huaweicloudsdkgaussdbforopengauss/v3/model/instances_result.py +4 -4
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_request.py +3 -3
- huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_request_body.py +3 -3
- huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_response.py +53 -3
- {huaweicloudsdkgaussdbforopengauss-3.1.98.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.100.dist-info}/METADATA +2 -2
- {huaweicloudsdkgaussdbforopengauss-3.1.98.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.100.dist-info}/RECORD +16 -14
- {huaweicloudsdkgaussdbforopengauss-3.1.98.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.100.dist-info}/LICENSE +0 -0
- {huaweicloudsdkgaussdbforopengauss-3.1.98.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.100.dist-info}/WHEEL +0 -0
- {huaweicloudsdkgaussdbforopengauss-3.1.98.dist-info → huaweicloudsdkgaussdbforopengauss-3.1.100.dist-info}/top_level.txt +0 -0
@@ -83,9 +83,11 @@ from huaweicloudsdkgaussdbforopengauss.v3.model.gauss_d_bfor_open_gauss_grant_re
|
|
83
83
|
from huaweicloudsdkgaussdbforopengauss.v3.model.gauss_d_bfor_open_gauss_list_database import GaussDBforOpenGaussListDatabase
|
84
84
|
from huaweicloudsdkgaussdbforopengauss.v3.model.gauss_d_bfor_open_gauss_user_for_creation import GaussDBforOpenGaussUserForCreation
|
85
85
|
from huaweicloudsdkgaussdbforopengauss.v3.model.gauss_d_bfor_open_gauss_user_for_list import GaussDBforOpenGaussUserForList
|
86
|
-
from huaweicloudsdkgaussdbforopengauss.v3.model.
|
86
|
+
from huaweicloudsdkgaussdbforopengauss.v3.model.gauss_d_bfor_open_gauss_user_for_list_attribute import GaussDBforOpenGaussUserForListAttribute
|
87
87
|
from huaweicloudsdkgaussdbforopengauss.v3.model.gauss_d_bfor_open_gauss_user_with_privilege import GaussDBforOpenGaussUserWithPrivilege
|
88
88
|
from huaweicloudsdkgaussdbforopengauss.v3.model.get_restore_time_response_restore_time import GetRestoreTimeResponseRestoreTime
|
89
|
+
from huaweicloudsdkgaussdbforopengauss.v3.model.hotfix_rollback_infos import HotfixRollbackInfos
|
90
|
+
from huaweicloudsdkgaussdbforopengauss.v3.model.hotfix_upgrade_infos import HotfixUpgradeInfos
|
89
91
|
from huaweicloudsdkgaussdbforopengauss.v3.model.instance_info_result import InstanceInfoResult
|
90
92
|
from huaweicloudsdkgaussdbforopengauss.v3.model.instance_log_file import InstanceLogFile
|
91
93
|
from huaweicloudsdkgaussdbforopengauss.v3.model.instances_list_result import InstancesListResult
|
@@ -81,9 +81,11 @@ from huaweicloudsdkgaussdbforopengauss.v3.model.gauss_d_bfor_open_gauss_grant_re
|
|
81
81
|
from huaweicloudsdkgaussdbforopengauss.v3.model.gauss_d_bfor_open_gauss_list_database import GaussDBforOpenGaussListDatabase
|
82
82
|
from huaweicloudsdkgaussdbforopengauss.v3.model.gauss_d_bfor_open_gauss_user_for_creation import GaussDBforOpenGaussUserForCreation
|
83
83
|
from huaweicloudsdkgaussdbforopengauss.v3.model.gauss_d_bfor_open_gauss_user_for_list import GaussDBforOpenGaussUserForList
|
84
|
-
from huaweicloudsdkgaussdbforopengauss.v3.model.
|
84
|
+
from huaweicloudsdkgaussdbforopengauss.v3.model.gauss_d_bfor_open_gauss_user_for_list_attribute import GaussDBforOpenGaussUserForListAttribute
|
85
85
|
from huaweicloudsdkgaussdbforopengauss.v3.model.gauss_d_bfor_open_gauss_user_with_privilege import GaussDBforOpenGaussUserWithPrivilege
|
86
86
|
from huaweicloudsdkgaussdbforopengauss.v3.model.get_restore_time_response_restore_time import GetRestoreTimeResponseRestoreTime
|
87
|
+
from huaweicloudsdkgaussdbforopengauss.v3.model.hotfix_rollback_infos import HotfixRollbackInfos
|
88
|
+
from huaweicloudsdkgaussdbforopengauss.v3.model.hotfix_upgrade_infos import HotfixUpgradeInfos
|
87
89
|
from huaweicloudsdkgaussdbforopengauss.v3.model.instance_info_result import InstanceInfoResult
|
88
90
|
from huaweicloudsdkgaussdbforopengauss.v3.model.instance_log_file import InstanceLogFile
|
89
91
|
from huaweicloudsdkgaussdbforopengauss.v3.model.instances_list_result import InstancesListResult
|
@@ -17,26 +17,26 @@ class AvailableFlavorInfoResult:
|
|
17
17
|
sensitive_list = []
|
18
18
|
|
19
19
|
openapi_types = {
|
20
|
-
'
|
20
|
+
'spec_code': 'str',
|
21
21
|
'vcpus': 'str',
|
22
22
|
'ram': 'str',
|
23
23
|
'az_status': 'dict(str, str)'
|
24
24
|
}
|
25
25
|
|
26
26
|
attribute_map = {
|
27
|
-
'
|
27
|
+
'spec_code': 'spec_code',
|
28
28
|
'vcpus': 'vcpus',
|
29
29
|
'ram': 'ram',
|
30
30
|
'az_status': 'az_status'
|
31
31
|
}
|
32
32
|
|
33
|
-
def __init__(self,
|
33
|
+
def __init__(self, spec_code=None, vcpus=None, ram=None, az_status=None):
|
34
34
|
"""AvailableFlavorInfoResult
|
35
35
|
|
36
36
|
The model defined in huaweicloud sdk
|
37
37
|
|
38
|
-
:param
|
39
|
-
:type
|
38
|
+
:param spec_code: 资源规格编码。
|
39
|
+
:type spec_code: str
|
40
40
|
:param vcpus: CPU核数。
|
41
41
|
:type vcpus: str
|
42
42
|
:param ram: 内存大小,单位:GB。
|
@@ -47,14 +47,14 @@ class AvailableFlavorInfoResult:
|
|
47
47
|
|
48
48
|
|
49
49
|
|
50
|
-
self.
|
50
|
+
self._spec_code = None
|
51
51
|
self._vcpus = None
|
52
52
|
self._ram = None
|
53
53
|
self._az_status = None
|
54
54
|
self.discriminator = None
|
55
55
|
|
56
|
-
if
|
57
|
-
self.
|
56
|
+
if spec_code is not None:
|
57
|
+
self.spec_code = spec_code
|
58
58
|
if vcpus is not None:
|
59
59
|
self.vcpus = vcpus
|
60
60
|
if ram is not None:
|
@@ -63,26 +63,26 @@ class AvailableFlavorInfoResult:
|
|
63
63
|
self.az_status = az_status
|
64
64
|
|
65
65
|
@property
|
66
|
-
def
|
67
|
-
"""Gets the
|
66
|
+
def spec_code(self):
|
67
|
+
"""Gets the spec_code of this AvailableFlavorInfoResult.
|
68
68
|
|
69
69
|
资源规格编码。
|
70
70
|
|
71
|
-
:return: The
|
71
|
+
:return: The spec_code of this AvailableFlavorInfoResult.
|
72
72
|
:rtype: str
|
73
73
|
"""
|
74
|
-
return self.
|
74
|
+
return self._spec_code
|
75
75
|
|
76
|
-
@
|
77
|
-
def
|
78
|
-
"""Sets the
|
76
|
+
@spec_code.setter
|
77
|
+
def spec_code(self, spec_code):
|
78
|
+
"""Sets the spec_code of this AvailableFlavorInfoResult.
|
79
79
|
|
80
80
|
资源规格编码。
|
81
81
|
|
82
|
-
:param
|
83
|
-
:type
|
82
|
+
:param spec_code: The spec_code of this AvailableFlavorInfoResult.
|
83
|
+
:type spec_code: str
|
84
84
|
"""
|
85
|
-
self.
|
85
|
+
self._spec_code = spec_code
|
86
86
|
|
87
87
|
@property
|
88
88
|
def vcpus(self):
|
@@ -18,41 +18,48 @@ class GaussDBforOpenGaussUserForList:
|
|
18
18
|
|
19
19
|
openapi_types = {
|
20
20
|
'name': 'str',
|
21
|
-
'
|
22
|
-
'memberof': 'str'
|
21
|
+
'attribute': 'GaussDBforOpenGaussUserForListAttribute',
|
22
|
+
'memberof': 'str',
|
23
|
+
'lock_status': 'bool'
|
23
24
|
}
|
24
25
|
|
25
26
|
attribute_map = {
|
26
27
|
'name': 'name',
|
27
|
-
'
|
28
|
-
'memberof': 'memberof'
|
28
|
+
'attribute': 'attribute',
|
29
|
+
'memberof': 'memberof',
|
30
|
+
'lock_status': 'lock_status'
|
29
31
|
}
|
30
32
|
|
31
|
-
def __init__(self, name=None,
|
33
|
+
def __init__(self, name=None, attribute=None, memberof=None, lock_status=None):
|
32
34
|
"""GaussDBforOpenGaussUserForList
|
33
35
|
|
34
36
|
The model defined in huaweicloud sdk
|
35
37
|
|
36
38
|
:param name: 帐号名。
|
37
39
|
:type name: str
|
38
|
-
:param
|
39
|
-
:type
|
40
|
+
:param attribute:
|
41
|
+
:type attribute: :class:`huaweicloudsdkgaussdbforopengauss.v3.GaussDBforOpenGaussUserForListAttribute`
|
40
42
|
:param memberof: 用户的默认权限。
|
41
43
|
:type memberof: str
|
44
|
+
:param lock_status: 用户是否被锁,取值为“true”或“false”。
|
45
|
+
:type lock_status: bool
|
42
46
|
"""
|
43
47
|
|
44
48
|
|
45
49
|
|
46
50
|
self._name = None
|
47
|
-
self.
|
51
|
+
self._attribute = None
|
48
52
|
self._memberof = None
|
53
|
+
self._lock_status = None
|
49
54
|
self.discriminator = None
|
50
55
|
|
51
56
|
self.name = name
|
52
|
-
if
|
53
|
-
self.
|
57
|
+
if attribute is not None:
|
58
|
+
self.attribute = attribute
|
54
59
|
if memberof is not None:
|
55
60
|
self.memberof = memberof
|
61
|
+
if lock_status is not None:
|
62
|
+
self.lock_status = lock_status
|
56
63
|
|
57
64
|
@property
|
58
65
|
def name(self):
|
@@ -77,22 +84,22 @@ class GaussDBforOpenGaussUserForList:
|
|
77
84
|
self._name = name
|
78
85
|
|
79
86
|
@property
|
80
|
-
def
|
81
|
-
"""Gets the
|
87
|
+
def attribute(self):
|
88
|
+
"""Gets the attribute of this GaussDBforOpenGaussUserForList.
|
82
89
|
|
83
|
-
:return: The
|
84
|
-
:rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.
|
90
|
+
:return: The attribute of this GaussDBforOpenGaussUserForList.
|
91
|
+
:rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.GaussDBforOpenGaussUserForListAttribute`
|
85
92
|
"""
|
86
|
-
return self.
|
93
|
+
return self._attribute
|
87
94
|
|
88
|
-
@
|
89
|
-
def
|
90
|
-
"""Sets the
|
95
|
+
@attribute.setter
|
96
|
+
def attribute(self, attribute):
|
97
|
+
"""Sets the attribute of this GaussDBforOpenGaussUserForList.
|
91
98
|
|
92
|
-
:param
|
93
|
-
:type
|
99
|
+
:param attribute: The attribute of this GaussDBforOpenGaussUserForList.
|
100
|
+
:type attribute: :class:`huaweicloudsdkgaussdbforopengauss.v3.GaussDBforOpenGaussUserForListAttribute`
|
94
101
|
"""
|
95
|
-
self.
|
102
|
+
self._attribute = attribute
|
96
103
|
|
97
104
|
@property
|
98
105
|
def memberof(self):
|
@@ -116,6 +123,28 @@ class GaussDBforOpenGaussUserForList:
|
|
116
123
|
"""
|
117
124
|
self._memberof = memberof
|
118
125
|
|
126
|
+
@property
|
127
|
+
def lock_status(self):
|
128
|
+
"""Gets the lock_status of this GaussDBforOpenGaussUserForList.
|
129
|
+
|
130
|
+
用户是否被锁,取值为“true”或“false”。
|
131
|
+
|
132
|
+
:return: The lock_status of this GaussDBforOpenGaussUserForList.
|
133
|
+
:rtype: bool
|
134
|
+
"""
|
135
|
+
return self._lock_status
|
136
|
+
|
137
|
+
@lock_status.setter
|
138
|
+
def lock_status(self, lock_status):
|
139
|
+
"""Sets the lock_status of this GaussDBforOpenGaussUserForList.
|
140
|
+
|
141
|
+
用户是否被锁,取值为“true”或“false”。
|
142
|
+
|
143
|
+
:param lock_status: The lock_status of this GaussDBforOpenGaussUserForList.
|
144
|
+
:type lock_status: bool
|
145
|
+
"""
|
146
|
+
self._lock_status = lock_status
|
147
|
+
|
119
148
|
def to_dict(self):
|
120
149
|
"""Returns the model properties as a dict"""
|
121
150
|
result = {}
|
@@ -5,7 +5,7 @@ import six
|
|
5
5
|
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
6
|
|
7
7
|
|
8
|
-
class
|
8
|
+
class GaussDBforOpenGaussUserForListAttribute:
|
9
9
|
|
10
10
|
"""
|
11
11
|
Attributes:
|
@@ -24,7 +24,8 @@ class GaussDBforOpenGaussUserForListAttributes:
|
|
24
24
|
'rolcanlogin': 'bool',
|
25
25
|
'rolconnlimit': 'int',
|
26
26
|
'rolreplication': 'bool',
|
27
|
-
'rolbypassrls': 'bool'
|
27
|
+
'rolbypassrls': 'bool',
|
28
|
+
'rolpassworddeadline': 'str'
|
28
29
|
}
|
29
30
|
|
30
31
|
attribute_map = {
|
@@ -35,11 +36,12 @@ class GaussDBforOpenGaussUserForListAttributes:
|
|
35
36
|
'rolcanlogin': 'rolcanlogin',
|
36
37
|
'rolconnlimit': 'rolconnlimit',
|
37
38
|
'rolreplication': 'rolreplication',
|
38
|
-
'rolbypassrls': 'rolbypassrls'
|
39
|
+
'rolbypassrls': 'rolbypassrls',
|
40
|
+
'rolpassworddeadline': 'rolpassworddeadline'
|
39
41
|
}
|
40
42
|
|
41
|
-
def __init__(self, rolsuper=None, rolinherit=None, rolcreaterole=None, rolcreatedb=None, rolcanlogin=None, rolconnlimit=None, rolreplication=None, rolbypassrls=None):
|
42
|
-
"""
|
43
|
+
def __init__(self, rolsuper=None, rolinherit=None, rolcreaterole=None, rolcreatedb=None, rolcanlogin=None, rolconnlimit=None, rolreplication=None, rolbypassrls=None, rolpassworddeadline=None):
|
44
|
+
"""GaussDBforOpenGaussUserForListAttribute
|
43
45
|
|
44
46
|
The model defined in huaweicloud sdk
|
45
47
|
|
@@ -59,6 +61,8 @@ class GaussDBforOpenGaussUserForListAttributes:
|
|
59
61
|
:type rolreplication: bool
|
60
62
|
:param rolbypassrls: 用户是否绕过每个行级安全策略,取值为“true”或“false”。
|
61
63
|
:type rolbypassrls: bool
|
64
|
+
:param rolpassworddeadline: 用户密码过期时间。
|
65
|
+
:type rolpassworddeadline: str
|
62
66
|
"""
|
63
67
|
|
64
68
|
|
@@ -71,6 +75,7 @@ class GaussDBforOpenGaussUserForListAttributes:
|
|
71
75
|
self._rolconnlimit = None
|
72
76
|
self._rolreplication = None
|
73
77
|
self._rolbypassrls = None
|
78
|
+
self._rolpassworddeadline = None
|
74
79
|
self.discriminator = None
|
75
80
|
|
76
81
|
if rolsuper is not None:
|
@@ -89,183 +94,207 @@ class GaussDBforOpenGaussUserForListAttributes:
|
|
89
94
|
self.rolreplication = rolreplication
|
90
95
|
if rolbypassrls is not None:
|
91
96
|
self.rolbypassrls = rolbypassrls
|
97
|
+
if rolpassworddeadline is not None:
|
98
|
+
self.rolpassworddeadline = rolpassworddeadline
|
92
99
|
|
93
100
|
@property
|
94
101
|
def rolsuper(self):
|
95
|
-
"""Gets the rolsuper of this
|
102
|
+
"""Gets the rolsuper of this GaussDBforOpenGaussUserForListAttribute.
|
96
103
|
|
97
104
|
用户是否具有超级用户权限,取值为“true”或“false”。
|
98
105
|
|
99
|
-
:return: The rolsuper of this
|
106
|
+
:return: The rolsuper of this GaussDBforOpenGaussUserForListAttribute.
|
100
107
|
:rtype: bool
|
101
108
|
"""
|
102
109
|
return self._rolsuper
|
103
110
|
|
104
111
|
@rolsuper.setter
|
105
112
|
def rolsuper(self, rolsuper):
|
106
|
-
"""Sets the rolsuper of this
|
113
|
+
"""Sets the rolsuper of this GaussDBforOpenGaussUserForListAttribute.
|
107
114
|
|
108
115
|
用户是否具有超级用户权限,取值为“true”或“false”。
|
109
116
|
|
110
|
-
:param rolsuper: The rolsuper of this
|
117
|
+
:param rolsuper: The rolsuper of this GaussDBforOpenGaussUserForListAttribute.
|
111
118
|
:type rolsuper: bool
|
112
119
|
"""
|
113
120
|
self._rolsuper = rolsuper
|
114
121
|
|
115
122
|
@property
|
116
123
|
def rolinherit(self):
|
117
|
-
"""Gets the rolinherit of this
|
124
|
+
"""Gets the rolinherit of this GaussDBforOpenGaussUserForListAttribute.
|
118
125
|
|
119
126
|
用户是否自动继承其所属角色的权限,取值为“true”或“false”。
|
120
127
|
|
121
|
-
:return: The rolinherit of this
|
128
|
+
:return: The rolinherit of this GaussDBforOpenGaussUserForListAttribute.
|
122
129
|
:rtype: bool
|
123
130
|
"""
|
124
131
|
return self._rolinherit
|
125
132
|
|
126
133
|
@rolinherit.setter
|
127
134
|
def rolinherit(self, rolinherit):
|
128
|
-
"""Sets the rolinherit of this
|
135
|
+
"""Sets the rolinherit of this GaussDBforOpenGaussUserForListAttribute.
|
129
136
|
|
130
137
|
用户是否自动继承其所属角色的权限,取值为“true”或“false”。
|
131
138
|
|
132
|
-
:param rolinherit: The rolinherit of this
|
139
|
+
:param rolinherit: The rolinherit of this GaussDBforOpenGaussUserForListAttribute.
|
133
140
|
:type rolinherit: bool
|
134
141
|
"""
|
135
142
|
self._rolinherit = rolinherit
|
136
143
|
|
137
144
|
@property
|
138
145
|
def rolcreaterole(self):
|
139
|
-
"""Gets the rolcreaterole of this
|
146
|
+
"""Gets the rolcreaterole of this GaussDBforOpenGaussUserForListAttribute.
|
140
147
|
|
141
148
|
用户是否支持创建其他子用户,取值为“true”或“false”。
|
142
149
|
|
143
|
-
:return: The rolcreaterole of this
|
150
|
+
:return: The rolcreaterole of this GaussDBforOpenGaussUserForListAttribute.
|
144
151
|
:rtype: bool
|
145
152
|
"""
|
146
153
|
return self._rolcreaterole
|
147
154
|
|
148
155
|
@rolcreaterole.setter
|
149
156
|
def rolcreaterole(self, rolcreaterole):
|
150
|
-
"""Sets the rolcreaterole of this
|
157
|
+
"""Sets the rolcreaterole of this GaussDBforOpenGaussUserForListAttribute.
|
151
158
|
|
152
159
|
用户是否支持创建其他子用户,取值为“true”或“false”。
|
153
160
|
|
154
|
-
:param rolcreaterole: The rolcreaterole of this
|
161
|
+
:param rolcreaterole: The rolcreaterole of this GaussDBforOpenGaussUserForListAttribute.
|
155
162
|
:type rolcreaterole: bool
|
156
163
|
"""
|
157
164
|
self._rolcreaterole = rolcreaterole
|
158
165
|
|
159
166
|
@property
|
160
167
|
def rolcreatedb(self):
|
161
|
-
"""Gets the rolcreatedb of this
|
168
|
+
"""Gets the rolcreatedb of this GaussDBforOpenGaussUserForListAttribute.
|
162
169
|
|
163
170
|
用户是否可以创建数据库,取值为“true”或“false”。
|
164
171
|
|
165
|
-
:return: The rolcreatedb of this
|
172
|
+
:return: The rolcreatedb of this GaussDBforOpenGaussUserForListAttribute.
|
166
173
|
:rtype: bool
|
167
174
|
"""
|
168
175
|
return self._rolcreatedb
|
169
176
|
|
170
177
|
@rolcreatedb.setter
|
171
178
|
def rolcreatedb(self, rolcreatedb):
|
172
|
-
"""Sets the rolcreatedb of this
|
179
|
+
"""Sets the rolcreatedb of this GaussDBforOpenGaussUserForListAttribute.
|
173
180
|
|
174
181
|
用户是否可以创建数据库,取值为“true”或“false”。
|
175
182
|
|
176
|
-
:param rolcreatedb: The rolcreatedb of this
|
183
|
+
:param rolcreatedb: The rolcreatedb of this GaussDBforOpenGaussUserForListAttribute.
|
177
184
|
:type rolcreatedb: bool
|
178
185
|
"""
|
179
186
|
self._rolcreatedb = rolcreatedb
|
180
187
|
|
181
188
|
@property
|
182
189
|
def rolcanlogin(self):
|
183
|
-
"""Gets the rolcanlogin of this
|
190
|
+
"""Gets the rolcanlogin of this GaussDBforOpenGaussUserForListAttribute.
|
184
191
|
|
185
192
|
用户是否可以登录数据库,取值为“true”或“false”。
|
186
193
|
|
187
|
-
:return: The rolcanlogin of this
|
194
|
+
:return: The rolcanlogin of this GaussDBforOpenGaussUserForListAttribute.
|
188
195
|
:rtype: bool
|
189
196
|
"""
|
190
197
|
return self._rolcanlogin
|
191
198
|
|
192
199
|
@rolcanlogin.setter
|
193
200
|
def rolcanlogin(self, rolcanlogin):
|
194
|
-
"""Sets the rolcanlogin of this
|
201
|
+
"""Sets the rolcanlogin of this GaussDBforOpenGaussUserForListAttribute.
|
195
202
|
|
196
203
|
用户是否可以登录数据库,取值为“true”或“false”。
|
197
204
|
|
198
|
-
:param rolcanlogin: The rolcanlogin of this
|
205
|
+
:param rolcanlogin: The rolcanlogin of this GaussDBforOpenGaussUserForListAttribute.
|
199
206
|
:type rolcanlogin: bool
|
200
207
|
"""
|
201
208
|
self._rolcanlogin = rolcanlogin
|
202
209
|
|
203
210
|
@property
|
204
211
|
def rolconnlimit(self):
|
205
|
-
"""Gets the rolconnlimit of this
|
212
|
+
"""Gets the rolconnlimit of this GaussDBforOpenGaussUserForListAttribute.
|
206
213
|
|
207
214
|
用户连接实例的最大并发连接数。-1表示没有限制。
|
208
215
|
|
209
|
-
:return: The rolconnlimit of this
|
216
|
+
:return: The rolconnlimit of this GaussDBforOpenGaussUserForListAttribute.
|
210
217
|
:rtype: int
|
211
218
|
"""
|
212
219
|
return self._rolconnlimit
|
213
220
|
|
214
221
|
@rolconnlimit.setter
|
215
222
|
def rolconnlimit(self, rolconnlimit):
|
216
|
-
"""Sets the rolconnlimit of this
|
223
|
+
"""Sets the rolconnlimit of this GaussDBforOpenGaussUserForListAttribute.
|
217
224
|
|
218
225
|
用户连接实例的最大并发连接数。-1表示没有限制。
|
219
226
|
|
220
|
-
:param rolconnlimit: The rolconnlimit of this
|
227
|
+
:param rolconnlimit: The rolconnlimit of this GaussDBforOpenGaussUserForListAttribute.
|
221
228
|
:type rolconnlimit: int
|
222
229
|
"""
|
223
230
|
self._rolconnlimit = rolconnlimit
|
224
231
|
|
225
232
|
@property
|
226
233
|
def rolreplication(self):
|
227
|
-
"""Gets the rolreplication of this
|
234
|
+
"""Gets the rolreplication of this GaussDBforOpenGaussUserForListAttribute.
|
228
235
|
|
229
236
|
用户是否属于复制角色,取值为“true”或“false”。
|
230
237
|
|
231
|
-
:return: The rolreplication of this
|
238
|
+
:return: The rolreplication of this GaussDBforOpenGaussUserForListAttribute.
|
232
239
|
:rtype: bool
|
233
240
|
"""
|
234
241
|
return self._rolreplication
|
235
242
|
|
236
243
|
@rolreplication.setter
|
237
244
|
def rolreplication(self, rolreplication):
|
238
|
-
"""Sets the rolreplication of this
|
245
|
+
"""Sets the rolreplication of this GaussDBforOpenGaussUserForListAttribute.
|
239
246
|
|
240
247
|
用户是否属于复制角色,取值为“true”或“false”。
|
241
248
|
|
242
|
-
:param rolreplication: The rolreplication of this
|
249
|
+
:param rolreplication: The rolreplication of this GaussDBforOpenGaussUserForListAttribute.
|
243
250
|
:type rolreplication: bool
|
244
251
|
"""
|
245
252
|
self._rolreplication = rolreplication
|
246
253
|
|
247
254
|
@property
|
248
255
|
def rolbypassrls(self):
|
249
|
-
"""Gets the rolbypassrls of this
|
256
|
+
"""Gets the rolbypassrls of this GaussDBforOpenGaussUserForListAttribute.
|
250
257
|
|
251
258
|
用户是否绕过每个行级安全策略,取值为“true”或“false”。
|
252
259
|
|
253
|
-
:return: The rolbypassrls of this
|
260
|
+
:return: The rolbypassrls of this GaussDBforOpenGaussUserForListAttribute.
|
254
261
|
:rtype: bool
|
255
262
|
"""
|
256
263
|
return self._rolbypassrls
|
257
264
|
|
258
265
|
@rolbypassrls.setter
|
259
266
|
def rolbypassrls(self, rolbypassrls):
|
260
|
-
"""Sets the rolbypassrls of this
|
267
|
+
"""Sets the rolbypassrls of this GaussDBforOpenGaussUserForListAttribute.
|
261
268
|
|
262
269
|
用户是否绕过每个行级安全策略,取值为“true”或“false”。
|
263
270
|
|
264
|
-
:param rolbypassrls: The rolbypassrls of this
|
271
|
+
:param rolbypassrls: The rolbypassrls of this GaussDBforOpenGaussUserForListAttribute.
|
265
272
|
:type rolbypassrls: bool
|
266
273
|
"""
|
267
274
|
self._rolbypassrls = rolbypassrls
|
268
275
|
|
276
|
+
@property
|
277
|
+
def rolpassworddeadline(self):
|
278
|
+
"""Gets the rolpassworddeadline of this GaussDBforOpenGaussUserForListAttribute.
|
279
|
+
|
280
|
+
用户密码过期时间。
|
281
|
+
|
282
|
+
:return: The rolpassworddeadline of this GaussDBforOpenGaussUserForListAttribute.
|
283
|
+
:rtype: str
|
284
|
+
"""
|
285
|
+
return self._rolpassworddeadline
|
286
|
+
|
287
|
+
@rolpassworddeadline.setter
|
288
|
+
def rolpassworddeadline(self, rolpassworddeadline):
|
289
|
+
"""Sets the rolpassworddeadline of this GaussDBforOpenGaussUserForListAttribute.
|
290
|
+
|
291
|
+
用户密码过期时间。
|
292
|
+
|
293
|
+
:param rolpassworddeadline: The rolpassworddeadline of this GaussDBforOpenGaussUserForListAttribute.
|
294
|
+
:type rolpassworddeadline: str
|
295
|
+
"""
|
296
|
+
self._rolpassworddeadline = rolpassworddeadline
|
297
|
+
|
269
298
|
def to_dict(self):
|
270
299
|
"""Returns the model properties as a dict"""
|
271
300
|
result = {}
|
@@ -308,7 +337,7 @@ class GaussDBforOpenGaussUserForListAttributes:
|
|
308
337
|
|
309
338
|
def __eq__(self, other):
|
310
339
|
"""Returns true if both objects are equal"""
|
311
|
-
if not isinstance(other,
|
340
|
+
if not isinstance(other, GaussDBforOpenGaussUserForListAttribute):
|
312
341
|
return False
|
313
342
|
|
314
343
|
return self.__dict__ == other.__dict__
|
@@ -0,0 +1,202 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class HotfixRollbackInfos:
|
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
|
+
'version': 'str',
|
21
|
+
'common_patch': 'str',
|
22
|
+
'backup_sensitive': 'bool',
|
23
|
+
'descripition': 'str'
|
24
|
+
}
|
25
|
+
|
26
|
+
attribute_map = {
|
27
|
+
'version': 'version',
|
28
|
+
'common_patch': 'common_patch',
|
29
|
+
'backup_sensitive': 'backup_sensitive',
|
30
|
+
'descripition': 'descripition'
|
31
|
+
}
|
32
|
+
|
33
|
+
def __init__(self, version=None, common_patch=None, backup_sensitive=None, descripition=None):
|
34
|
+
"""HotfixRollbackInfos
|
35
|
+
|
36
|
+
The model defined in huaweicloud sdk
|
37
|
+
|
38
|
+
:param version: 热补丁版本。
|
39
|
+
:type version: str
|
40
|
+
:param common_patch: 通用/非通用补丁信息。 枚举值: \"common\": 通用补丁。 \"certain\": 定制补丁。
|
41
|
+
:type common_patch: str
|
42
|
+
:param backup_sensitive: 是否和备份相关。
|
43
|
+
:type backup_sensitive: bool
|
44
|
+
:param descripition: 补丁的描述信息。
|
45
|
+
:type descripition: str
|
46
|
+
"""
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
self._version = None
|
51
|
+
self._common_patch = None
|
52
|
+
self._backup_sensitive = None
|
53
|
+
self._descripition = None
|
54
|
+
self.discriminator = None
|
55
|
+
|
56
|
+
if version is not None:
|
57
|
+
self.version = version
|
58
|
+
if common_patch is not None:
|
59
|
+
self.common_patch = common_patch
|
60
|
+
if backup_sensitive is not None:
|
61
|
+
self.backup_sensitive = backup_sensitive
|
62
|
+
if descripition is not None:
|
63
|
+
self.descripition = descripition
|
64
|
+
|
65
|
+
@property
|
66
|
+
def version(self):
|
67
|
+
"""Gets the version of this HotfixRollbackInfos.
|
68
|
+
|
69
|
+
热补丁版本。
|
70
|
+
|
71
|
+
:return: The version of this HotfixRollbackInfos.
|
72
|
+
:rtype: str
|
73
|
+
"""
|
74
|
+
return self._version
|
75
|
+
|
76
|
+
@version.setter
|
77
|
+
def version(self, version):
|
78
|
+
"""Sets the version of this HotfixRollbackInfos.
|
79
|
+
|
80
|
+
热补丁版本。
|
81
|
+
|
82
|
+
:param version: The version of this HotfixRollbackInfos.
|
83
|
+
:type version: str
|
84
|
+
"""
|
85
|
+
self._version = version
|
86
|
+
|
87
|
+
@property
|
88
|
+
def common_patch(self):
|
89
|
+
"""Gets the common_patch of this HotfixRollbackInfos.
|
90
|
+
|
91
|
+
通用/非通用补丁信息。 枚举值: \"common\": 通用补丁。 \"certain\": 定制补丁。
|
92
|
+
|
93
|
+
:return: The common_patch of this HotfixRollbackInfos.
|
94
|
+
:rtype: str
|
95
|
+
"""
|
96
|
+
return self._common_patch
|
97
|
+
|
98
|
+
@common_patch.setter
|
99
|
+
def common_patch(self, common_patch):
|
100
|
+
"""Sets the common_patch of this HotfixRollbackInfos.
|
101
|
+
|
102
|
+
通用/非通用补丁信息。 枚举值: \"common\": 通用补丁。 \"certain\": 定制补丁。
|
103
|
+
|
104
|
+
:param common_patch: The common_patch of this HotfixRollbackInfos.
|
105
|
+
:type common_patch: str
|
106
|
+
"""
|
107
|
+
self._common_patch = common_patch
|
108
|
+
|
109
|
+
@property
|
110
|
+
def backup_sensitive(self):
|
111
|
+
"""Gets the backup_sensitive of this HotfixRollbackInfos.
|
112
|
+
|
113
|
+
是否和备份相关。
|
114
|
+
|
115
|
+
:return: The backup_sensitive of this HotfixRollbackInfos.
|
116
|
+
:rtype: bool
|
117
|
+
"""
|
118
|
+
return self._backup_sensitive
|
119
|
+
|
120
|
+
@backup_sensitive.setter
|
121
|
+
def backup_sensitive(self, backup_sensitive):
|
122
|
+
"""Sets the backup_sensitive of this HotfixRollbackInfos.
|
123
|
+
|
124
|
+
是否和备份相关。
|
125
|
+
|
126
|
+
:param backup_sensitive: The backup_sensitive of this HotfixRollbackInfos.
|
127
|
+
:type backup_sensitive: bool
|
128
|
+
"""
|
129
|
+
self._backup_sensitive = backup_sensitive
|
130
|
+
|
131
|
+
@property
|
132
|
+
def descripition(self):
|
133
|
+
"""Gets the descripition of this HotfixRollbackInfos.
|
134
|
+
|
135
|
+
补丁的描述信息。
|
136
|
+
|
137
|
+
:return: The descripition of this HotfixRollbackInfos.
|
138
|
+
:rtype: str
|
139
|
+
"""
|
140
|
+
return self._descripition
|
141
|
+
|
142
|
+
@descripition.setter
|
143
|
+
def descripition(self, descripition):
|
144
|
+
"""Sets the descripition of this HotfixRollbackInfos.
|
145
|
+
|
146
|
+
补丁的描述信息。
|
147
|
+
|
148
|
+
:param descripition: The descripition of this HotfixRollbackInfos.
|
149
|
+
:type descripition: str
|
150
|
+
"""
|
151
|
+
self._descripition = descripition
|
152
|
+
|
153
|
+
def to_dict(self):
|
154
|
+
"""Returns the model properties as a dict"""
|
155
|
+
result = {}
|
156
|
+
|
157
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
158
|
+
value = getattr(self, attr)
|
159
|
+
if isinstance(value, list):
|
160
|
+
result[attr] = list(map(
|
161
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
162
|
+
value
|
163
|
+
))
|
164
|
+
elif hasattr(value, "to_dict"):
|
165
|
+
result[attr] = value.to_dict()
|
166
|
+
elif isinstance(value, dict):
|
167
|
+
result[attr] = dict(map(
|
168
|
+
lambda item: (item[0], item[1].to_dict())
|
169
|
+
if hasattr(item[1], "to_dict") else item,
|
170
|
+
value.items()
|
171
|
+
))
|
172
|
+
else:
|
173
|
+
if attr in self.sensitive_list:
|
174
|
+
result[attr] = "****"
|
175
|
+
else:
|
176
|
+
result[attr] = value
|
177
|
+
|
178
|
+
return result
|
179
|
+
|
180
|
+
def to_str(self):
|
181
|
+
"""Returns the string representation of the model"""
|
182
|
+
import simplejson as json
|
183
|
+
if six.PY2:
|
184
|
+
import sys
|
185
|
+
reload(sys)
|
186
|
+
sys.setdefaultencoding("utf-8")
|
187
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
188
|
+
|
189
|
+
def __repr__(self):
|
190
|
+
"""For `print`"""
|
191
|
+
return self.to_str()
|
192
|
+
|
193
|
+
def __eq__(self, other):
|
194
|
+
"""Returns true if both objects are equal"""
|
195
|
+
if not isinstance(other, HotfixRollbackInfos):
|
196
|
+
return False
|
197
|
+
|
198
|
+
return self.__dict__ == other.__dict__
|
199
|
+
|
200
|
+
def __ne__(self, other):
|
201
|
+
"""Returns true if both objects are not equal"""
|
202
|
+
return not self == other
|
@@ -0,0 +1,202 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class HotfixUpgradeInfos:
|
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
|
+
'version': 'str',
|
21
|
+
'common_patch': 'str',
|
22
|
+
'backup_sensitive': 'bool',
|
23
|
+
'descripition': 'str'
|
24
|
+
}
|
25
|
+
|
26
|
+
attribute_map = {
|
27
|
+
'version': 'version',
|
28
|
+
'common_patch': 'common_patch',
|
29
|
+
'backup_sensitive': 'backup_sensitive',
|
30
|
+
'descripition': 'descripition'
|
31
|
+
}
|
32
|
+
|
33
|
+
def __init__(self, version=None, common_patch=None, backup_sensitive=None, descripition=None):
|
34
|
+
"""HotfixUpgradeInfos
|
35
|
+
|
36
|
+
The model defined in huaweicloud sdk
|
37
|
+
|
38
|
+
:param version: 热补丁版本。
|
39
|
+
:type version: str
|
40
|
+
:param common_patch: 通用/非通用补丁信息。 枚举值: \"common\": 通用补丁。 \"certain\": 定制补丁。
|
41
|
+
:type common_patch: str
|
42
|
+
:param backup_sensitive: 是否和备份相关。
|
43
|
+
:type backup_sensitive: bool
|
44
|
+
:param descripition: 补丁的描述信息。
|
45
|
+
:type descripition: str
|
46
|
+
"""
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
self._version = None
|
51
|
+
self._common_patch = None
|
52
|
+
self._backup_sensitive = None
|
53
|
+
self._descripition = None
|
54
|
+
self.discriminator = None
|
55
|
+
|
56
|
+
if version is not None:
|
57
|
+
self.version = version
|
58
|
+
if common_patch is not None:
|
59
|
+
self.common_patch = common_patch
|
60
|
+
if backup_sensitive is not None:
|
61
|
+
self.backup_sensitive = backup_sensitive
|
62
|
+
if descripition is not None:
|
63
|
+
self.descripition = descripition
|
64
|
+
|
65
|
+
@property
|
66
|
+
def version(self):
|
67
|
+
"""Gets the version of this HotfixUpgradeInfos.
|
68
|
+
|
69
|
+
热补丁版本。
|
70
|
+
|
71
|
+
:return: The version of this HotfixUpgradeInfos.
|
72
|
+
:rtype: str
|
73
|
+
"""
|
74
|
+
return self._version
|
75
|
+
|
76
|
+
@version.setter
|
77
|
+
def version(self, version):
|
78
|
+
"""Sets the version of this HotfixUpgradeInfos.
|
79
|
+
|
80
|
+
热补丁版本。
|
81
|
+
|
82
|
+
:param version: The version of this HotfixUpgradeInfos.
|
83
|
+
:type version: str
|
84
|
+
"""
|
85
|
+
self._version = version
|
86
|
+
|
87
|
+
@property
|
88
|
+
def common_patch(self):
|
89
|
+
"""Gets the common_patch of this HotfixUpgradeInfos.
|
90
|
+
|
91
|
+
通用/非通用补丁信息。 枚举值: \"common\": 通用补丁。 \"certain\": 定制补丁。
|
92
|
+
|
93
|
+
:return: The common_patch of this HotfixUpgradeInfos.
|
94
|
+
:rtype: str
|
95
|
+
"""
|
96
|
+
return self._common_patch
|
97
|
+
|
98
|
+
@common_patch.setter
|
99
|
+
def common_patch(self, common_patch):
|
100
|
+
"""Sets the common_patch of this HotfixUpgradeInfos.
|
101
|
+
|
102
|
+
通用/非通用补丁信息。 枚举值: \"common\": 通用补丁。 \"certain\": 定制补丁。
|
103
|
+
|
104
|
+
:param common_patch: The common_patch of this HotfixUpgradeInfos.
|
105
|
+
:type common_patch: str
|
106
|
+
"""
|
107
|
+
self._common_patch = common_patch
|
108
|
+
|
109
|
+
@property
|
110
|
+
def backup_sensitive(self):
|
111
|
+
"""Gets the backup_sensitive of this HotfixUpgradeInfos.
|
112
|
+
|
113
|
+
是否和备份相关。
|
114
|
+
|
115
|
+
:return: The backup_sensitive of this HotfixUpgradeInfos.
|
116
|
+
:rtype: bool
|
117
|
+
"""
|
118
|
+
return self._backup_sensitive
|
119
|
+
|
120
|
+
@backup_sensitive.setter
|
121
|
+
def backup_sensitive(self, backup_sensitive):
|
122
|
+
"""Sets the backup_sensitive of this HotfixUpgradeInfos.
|
123
|
+
|
124
|
+
是否和备份相关。
|
125
|
+
|
126
|
+
:param backup_sensitive: The backup_sensitive of this HotfixUpgradeInfos.
|
127
|
+
:type backup_sensitive: bool
|
128
|
+
"""
|
129
|
+
self._backup_sensitive = backup_sensitive
|
130
|
+
|
131
|
+
@property
|
132
|
+
def descripition(self):
|
133
|
+
"""Gets the descripition of this HotfixUpgradeInfos.
|
134
|
+
|
135
|
+
补丁的描述信息。
|
136
|
+
|
137
|
+
:return: The descripition of this HotfixUpgradeInfos.
|
138
|
+
:rtype: str
|
139
|
+
"""
|
140
|
+
return self._descripition
|
141
|
+
|
142
|
+
@descripition.setter
|
143
|
+
def descripition(self, descripition):
|
144
|
+
"""Sets the descripition of this HotfixUpgradeInfos.
|
145
|
+
|
146
|
+
补丁的描述信息。
|
147
|
+
|
148
|
+
:param descripition: The descripition of this HotfixUpgradeInfos.
|
149
|
+
:type descripition: str
|
150
|
+
"""
|
151
|
+
self._descripition = descripition
|
152
|
+
|
153
|
+
def to_dict(self):
|
154
|
+
"""Returns the model properties as a dict"""
|
155
|
+
result = {}
|
156
|
+
|
157
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
158
|
+
value = getattr(self, attr)
|
159
|
+
if isinstance(value, list):
|
160
|
+
result[attr] = list(map(
|
161
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
162
|
+
value
|
163
|
+
))
|
164
|
+
elif hasattr(value, "to_dict"):
|
165
|
+
result[attr] = value.to_dict()
|
166
|
+
elif isinstance(value, dict):
|
167
|
+
result[attr] = dict(map(
|
168
|
+
lambda item: (item[0], item[1].to_dict())
|
169
|
+
if hasattr(item[1], "to_dict") else item,
|
170
|
+
value.items()
|
171
|
+
))
|
172
|
+
else:
|
173
|
+
if attr in self.sensitive_list:
|
174
|
+
result[attr] = "****"
|
175
|
+
else:
|
176
|
+
result[attr] = value
|
177
|
+
|
178
|
+
return result
|
179
|
+
|
180
|
+
def to_str(self):
|
181
|
+
"""Returns the string representation of the model"""
|
182
|
+
import simplejson as json
|
183
|
+
if six.PY2:
|
184
|
+
import sys
|
185
|
+
reload(sys)
|
186
|
+
sys.setdefaultencoding("utf-8")
|
187
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
188
|
+
|
189
|
+
def __repr__(self):
|
190
|
+
"""For `print`"""
|
191
|
+
return self.to_str()
|
192
|
+
|
193
|
+
def __eq__(self, other):
|
194
|
+
"""Returns true if both objects are equal"""
|
195
|
+
if not isinstance(other, HotfixUpgradeInfos):
|
196
|
+
return False
|
197
|
+
|
198
|
+
return self.__dict__ == other.__dict__
|
199
|
+
|
200
|
+
def __ne__(self, other):
|
201
|
+
"""Returns true if both objects are not equal"""
|
202
|
+
return not self == other
|
@@ -21,7 +21,7 @@ class InstancesResult:
|
|
21
21
|
'instance_id': 'str',
|
22
22
|
'volume_type': 'str',
|
23
23
|
'data_volume_size': 'float',
|
24
|
-
'version': '
|
24
|
+
'version': 'str',
|
25
25
|
'mode': 'str',
|
26
26
|
'instance_mode': 'str'
|
27
27
|
}
|
@@ -50,7 +50,7 @@ class InstancesResult:
|
|
50
50
|
:param data_volume_size: 磁盘大小,单位:GB。
|
51
51
|
:type data_volume_size: float
|
52
52
|
:param version: 实例版本信息。
|
53
|
-
:type version:
|
53
|
+
:type version: str
|
54
54
|
:param mode: 部署形态。
|
55
55
|
:type mode: str
|
56
56
|
:param instance_mode: 实例模型,企业版,标准版,基础版。
|
@@ -178,7 +178,7 @@ class InstancesResult:
|
|
178
178
|
实例版本信息。
|
179
179
|
|
180
180
|
:return: The version of this InstancesResult.
|
181
|
-
:rtype:
|
181
|
+
:rtype: str
|
182
182
|
"""
|
183
183
|
return self._version
|
184
184
|
|
@@ -189,7 +189,7 @@ class InstancesResult:
|
|
189
189
|
实例版本信息。
|
190
190
|
|
191
191
|
:param version: The version of this InstancesResult.
|
192
|
-
:type version:
|
192
|
+
:type version: str
|
193
193
|
"""
|
194
194
|
self._version = version
|
195
195
|
|
@@ -111,7 +111,7 @@ class OpenGaussInstanceRequest:
|
|
111
111
|
:type sharding_num: int
|
112
112
|
:param coordinator_num: 仅分布式形态需要填写该参数。协调节点数量,取值范围1~9。CN数量必须小于或等于两倍的分片数。
|
113
113
|
:type coordinator_num: int
|
114
|
-
:param replica_num: 实例副本数,支持取值
|
114
|
+
:param replica_num: 实例副本数,支持取值3。不填默认为3。仅支持1.3.0及以上版本的实例。 说明: 2副本选项仅针对特定用户开放,如需配置白名单权限,您可以在管理控制台右上角,选择“[工单 > 新建工单](https://auth.huaweicloud.com/authui/login.html?service=https%3A%2F%2Fconsole.huaweicloud.com%2Fticket%2F%3Fregion%3Dcn-north-1%26locale%3Dzh-cn%26cloud_route_state%3D%2Fticketindex%2FcreateIndex#/login)”,提交开通白名单的申请。
|
115
115
|
:type replica_num: int
|
116
116
|
:param enable_force_switch: enable_force_switch表示是否开启备机强升主功能,enable_force_switch=true表示开启备机强升主功能,enable_force_switch=false表示关闭,默认关闭。仅支持1.2.2及以上版本。 说明: 备机强升主功能适用场景:在主机发生故障后,为了保障集群的可用性,强制拉起备机作为新主机对外提供服务的场景。 本功能在集群故障状态下,以丢失部分数据为代价换取集群尽可能快的恢复服务。本功能是集群状态为不可用时的一个逃生方法,如果操作者不清楚备机强升后丢失数据对业务的影响,请勿使用本功能。 备机强升主相关介绍请参考《故障处理》备机强升主章节。
|
117
117
|
:type enable_force_switch: bool
|
@@ -601,7 +601,7 @@ class OpenGaussInstanceRequest:
|
|
601
601
|
def replica_num(self):
|
602
602
|
"""Gets the replica_num of this OpenGaussInstanceRequest.
|
603
603
|
|
604
|
-
实例副本数,支持取值
|
604
|
+
实例副本数,支持取值3。不填默认为3。仅支持1.3.0及以上版本的实例。 说明: 2副本选项仅针对特定用户开放,如需配置白名单权限,您可以在管理控制台右上角,选择“[工单 > 新建工单](https://auth.huaweicloud.com/authui/login.html?service=https%3A%2F%2Fconsole.huaweicloud.com%2Fticket%2F%3Fregion%3Dcn-north-1%26locale%3Dzh-cn%26cloud_route_state%3D%2Fticketindex%2FcreateIndex#/login)”,提交开通白名单的申请。
|
605
605
|
|
606
606
|
:return: The replica_num of this OpenGaussInstanceRequest.
|
607
607
|
:rtype: int
|
@@ -612,7 +612,7 @@ class OpenGaussInstanceRequest:
|
|
612
612
|
def replica_num(self, replica_num):
|
613
613
|
"""Sets the replica_num of this OpenGaussInstanceRequest.
|
614
614
|
|
615
|
-
实例副本数,支持取值
|
615
|
+
实例副本数,支持取值3。不填默认为3。仅支持1.3.0及以上版本的实例。 说明: 2副本选项仅针对特定用户开放,如需配置白名单权限,您可以在管理控制台右上角,选择“[工单 > 新建工单](https://auth.huaweicloud.com/authui/login.html?service=https%3A%2F%2Fconsole.huaweicloud.com%2Fticket%2F%3Fregion%3Dcn-north-1%26locale%3Dzh-cn%26cloud_route_state%3D%2Fticketindex%2FcreateIndex#/login)”,提交开通白名单的申请。
|
616
616
|
|
617
617
|
:param replica_num: The replica_num of this OpenGaussInstanceRequest.
|
618
618
|
:type replica_num: int
|
@@ -113,7 +113,7 @@ class OpenGaussInstanceRequestBody:
|
|
113
113
|
:type sharding_num: int
|
114
114
|
:param coordinator_num: 仅分布式形态需要填写该参数。协调节点数量,取值范围1~9。CN数量必须小于或等于两倍的分片数。
|
115
115
|
:type coordinator_num: int
|
116
|
-
:param replica_num: 实例副本数,支持取值
|
116
|
+
:param replica_num: 实例副本数,支持取值3。不填默认为3。仅支持1.3.0及以上版本的实例。 说明: 2副本选项仅针对特定用户开放,如需配置白名单权限,您可以在管理控制台右上角,选择“[工单 > 新建工单](https://auth.huaweicloud.com/authui/login.html?service=https%3A%2F%2Fconsole.huaweicloud.com%2Fticket%2F%3Fregion%3Dcn-north-1%26locale%3Dzh-cn%26cloud_route_state%3D%2Fticketindex%2FcreateIndex#/login)”,提交开通白名单的申请。
|
117
117
|
:type replica_num: int
|
118
118
|
:param enable_force_switch: enable_force_switch表示是否开启备机强升主功能,enable_force_switch=true表示开启备机强升主功能,enable_force_switch=false表示关闭,默认关闭。仅支持1.2.2及以上版本。 说明: 备机强升主功能适用场景:在主机发生故障后,为了保障集群的可用性,强制拉起备机作为新主机对外提供服务的场景。 本功能在集群故障状态下,以丢失部分数据为代价换取集群尽可能快的恢复服务。本功能是集群状态为不可用时的一个逃生方法,如果操作者不清楚备机强升后丢失数据对业务的影响,请勿使用本功能。 备机强升主相关介绍请参考《故障处理》备机强升主章节。
|
119
119
|
:type enable_force_switch: bool
|
@@ -608,7 +608,7 @@ class OpenGaussInstanceRequestBody:
|
|
608
608
|
def replica_num(self):
|
609
609
|
"""Gets the replica_num of this OpenGaussInstanceRequestBody.
|
610
610
|
|
611
|
-
实例副本数,支持取值
|
611
|
+
实例副本数,支持取值3。不填默认为3。仅支持1.3.0及以上版本的实例。 说明: 2副本选项仅针对特定用户开放,如需配置白名单权限,您可以在管理控制台右上角,选择“[工单 > 新建工单](https://auth.huaweicloud.com/authui/login.html?service=https%3A%2F%2Fconsole.huaweicloud.com%2Fticket%2F%3Fregion%3Dcn-north-1%26locale%3Dzh-cn%26cloud_route_state%3D%2Fticketindex%2FcreateIndex#/login)”,提交开通白名单的申请。
|
612
612
|
|
613
613
|
:return: The replica_num of this OpenGaussInstanceRequestBody.
|
614
614
|
:rtype: int
|
@@ -619,7 +619,7 @@ class OpenGaussInstanceRequestBody:
|
|
619
619
|
def replica_num(self, replica_num):
|
620
620
|
"""Sets the replica_num of this OpenGaussInstanceRequestBody.
|
621
621
|
|
622
|
-
实例副本数,支持取值
|
622
|
+
实例副本数,支持取值3。不填默认为3。仅支持1.3.0及以上版本的实例。 说明: 2副本选项仅针对特定用户开放,如需配置白名单权限,您可以在管理控制台右上角,选择“[工单 > 新建工单](https://auth.huaweicloud.com/authui/login.html?service=https%3A%2F%2Fconsole.huaweicloud.com%2Fticket%2F%3Fregion%3Dcn-north-1%26locale%3Dzh-cn%26cloud_route_state%3D%2Fticketindex%2FcreateIndex#/login)”,提交开通白名单的申请。
|
623
623
|
|
624
624
|
:param replica_num: The replica_num of this OpenGaussInstanceRequestBody.
|
625
625
|
:type replica_num: int
|
@@ -25,7 +25,9 @@ class ShowUpgradeCandidateVersionsResponse(SdkResponse):
|
|
25
25
|
'roll_upgrade_progress': 'RollUpgradeProgress',
|
26
26
|
'upgrade_candidate_versions': 'list[str]',
|
27
27
|
'hotfix_upgrade_candidate_versions': 'list[str]',
|
28
|
-
'hotfix_rollback_candidate_versions': 'list[str]'
|
28
|
+
'hotfix_rollback_candidate_versions': 'list[str]',
|
29
|
+
'hotfix_upgrade_infos': 'HotfixUpgradeInfos',
|
30
|
+
'hotfix_rollback_infos': 'HotfixRollbackInfos'
|
29
31
|
}
|
30
32
|
|
31
33
|
attribute_map = {
|
@@ -36,10 +38,12 @@ class ShowUpgradeCandidateVersionsResponse(SdkResponse):
|
|
36
38
|
'roll_upgrade_progress': 'roll_upgrade_progress',
|
37
39
|
'upgrade_candidate_versions': 'upgrade_candidate_versions',
|
38
40
|
'hotfix_upgrade_candidate_versions': 'hotfix_upgrade_candidate_versions',
|
39
|
-
'hotfix_rollback_candidate_versions': 'hotfix_rollback_candidate_versions'
|
41
|
+
'hotfix_rollback_candidate_versions': 'hotfix_rollback_candidate_versions',
|
42
|
+
'hotfix_upgrade_infos': 'hotfix_upgrade_infos',
|
43
|
+
'hotfix_rollback_infos': 'hotfix_rollback_infos'
|
40
44
|
}
|
41
45
|
|
42
|
-
def __init__(self, upgrade_type_list=None, rollback_enabled=None, source_version=None, target_version=None, roll_upgrade_progress=None, upgrade_candidate_versions=None, hotfix_upgrade_candidate_versions=None, hotfix_rollback_candidate_versions=None):
|
46
|
+
def __init__(self, upgrade_type_list=None, rollback_enabled=None, source_version=None, target_version=None, roll_upgrade_progress=None, upgrade_candidate_versions=None, hotfix_upgrade_candidate_versions=None, hotfix_rollback_candidate_versions=None, hotfix_upgrade_infos=None, hotfix_rollback_infos=None):
|
43
47
|
"""ShowUpgradeCandidateVersionsResponse
|
44
48
|
|
45
49
|
The model defined in huaweicloud sdk
|
@@ -60,6 +64,10 @@ class ShowUpgradeCandidateVersionsResponse(SdkResponse):
|
|
60
64
|
:type hotfix_upgrade_candidate_versions: list[str]
|
61
65
|
:param hotfix_rollback_candidate_versions: 可以回滚的热补丁版本,滚动升级中返回空数组
|
62
66
|
:type hotfix_rollback_candidate_versions: list[str]
|
67
|
+
:param hotfix_upgrade_infos:
|
68
|
+
:type hotfix_upgrade_infos: :class:`huaweicloudsdkgaussdbforopengauss.v3.HotfixUpgradeInfos`
|
69
|
+
:param hotfix_rollback_infos:
|
70
|
+
:type hotfix_rollback_infos: :class:`huaweicloudsdkgaussdbforopengauss.v3.HotfixRollbackInfos`
|
63
71
|
"""
|
64
72
|
|
65
73
|
super(ShowUpgradeCandidateVersionsResponse, self).__init__()
|
@@ -72,6 +80,8 @@ class ShowUpgradeCandidateVersionsResponse(SdkResponse):
|
|
72
80
|
self._upgrade_candidate_versions = None
|
73
81
|
self._hotfix_upgrade_candidate_versions = None
|
74
82
|
self._hotfix_rollback_candidate_versions = None
|
83
|
+
self._hotfix_upgrade_infos = None
|
84
|
+
self._hotfix_rollback_infos = None
|
75
85
|
self.discriminator = None
|
76
86
|
|
77
87
|
if upgrade_type_list is not None:
|
@@ -90,6 +100,10 @@ class ShowUpgradeCandidateVersionsResponse(SdkResponse):
|
|
90
100
|
self.hotfix_upgrade_candidate_versions = hotfix_upgrade_candidate_versions
|
91
101
|
if hotfix_rollback_candidate_versions is not None:
|
92
102
|
self.hotfix_rollback_candidate_versions = hotfix_rollback_candidate_versions
|
103
|
+
if hotfix_upgrade_infos is not None:
|
104
|
+
self.hotfix_upgrade_infos = hotfix_upgrade_infos
|
105
|
+
if hotfix_rollback_infos is not None:
|
106
|
+
self.hotfix_rollback_infos = hotfix_rollback_infos
|
93
107
|
|
94
108
|
@property
|
95
109
|
def upgrade_type_list(self):
|
@@ -263,6 +277,42 @@ class ShowUpgradeCandidateVersionsResponse(SdkResponse):
|
|
263
277
|
"""
|
264
278
|
self._hotfix_rollback_candidate_versions = hotfix_rollback_candidate_versions
|
265
279
|
|
280
|
+
@property
|
281
|
+
def hotfix_upgrade_infos(self):
|
282
|
+
"""Gets the hotfix_upgrade_infos of this ShowUpgradeCandidateVersionsResponse.
|
283
|
+
|
284
|
+
:return: The hotfix_upgrade_infos of this ShowUpgradeCandidateVersionsResponse.
|
285
|
+
:rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.HotfixUpgradeInfos`
|
286
|
+
"""
|
287
|
+
return self._hotfix_upgrade_infos
|
288
|
+
|
289
|
+
@hotfix_upgrade_infos.setter
|
290
|
+
def hotfix_upgrade_infos(self, hotfix_upgrade_infos):
|
291
|
+
"""Sets the hotfix_upgrade_infos of this ShowUpgradeCandidateVersionsResponse.
|
292
|
+
|
293
|
+
:param hotfix_upgrade_infos: The hotfix_upgrade_infos of this ShowUpgradeCandidateVersionsResponse.
|
294
|
+
:type hotfix_upgrade_infos: :class:`huaweicloudsdkgaussdbforopengauss.v3.HotfixUpgradeInfos`
|
295
|
+
"""
|
296
|
+
self._hotfix_upgrade_infos = hotfix_upgrade_infos
|
297
|
+
|
298
|
+
@property
|
299
|
+
def hotfix_rollback_infos(self):
|
300
|
+
"""Gets the hotfix_rollback_infos of this ShowUpgradeCandidateVersionsResponse.
|
301
|
+
|
302
|
+
:return: The hotfix_rollback_infos of this ShowUpgradeCandidateVersionsResponse.
|
303
|
+
:rtype: :class:`huaweicloudsdkgaussdbforopengauss.v3.HotfixRollbackInfos`
|
304
|
+
"""
|
305
|
+
return self._hotfix_rollback_infos
|
306
|
+
|
307
|
+
@hotfix_rollback_infos.setter
|
308
|
+
def hotfix_rollback_infos(self, hotfix_rollback_infos):
|
309
|
+
"""Sets the hotfix_rollback_infos of this ShowUpgradeCandidateVersionsResponse.
|
310
|
+
|
311
|
+
:param hotfix_rollback_infos: The hotfix_rollback_infos of this ShowUpgradeCandidateVersionsResponse.
|
312
|
+
:type hotfix_rollback_infos: :class:`huaweicloudsdkgaussdbforopengauss.v3.HotfixRollbackInfos`
|
313
|
+
"""
|
314
|
+
self._hotfix_rollback_infos = hotfix_rollback_infos
|
315
|
+
|
266
316
|
def to_dict(self):
|
267
317
|
"""Returns the model properties as a dict"""
|
268
318
|
result = {}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: huaweicloudsdkgaussdbforopengauss
|
3
|
-
Version: 3.1.
|
3
|
+
Version: 3.1.100
|
4
4
|
Summary: GaussDBforopenGauss
|
5
5
|
Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
|
6
6
|
Author: HuaweiCloud SDK
|
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
|
|
22
22
|
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
|
23
23
|
Description-Content-Type: text/markdown
|
24
24
|
License-File: LICENSE
|
25
|
-
Requires-Dist: huaweicloudsdkcore >=3.1.
|
25
|
+
Requires-Dist: huaweicloudsdkcore >=3.1.100
|
26
26
|
|
27
27
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|
@@ -1,8 +1,8 @@
|
|
1
1
|
huaweicloudsdkgaussdbforopengauss/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
huaweicloudsdkgaussdbforopengauss/v3/__init__.py,sha256=
|
2
|
+
huaweicloudsdkgaussdbforopengauss/v3/__init__.py,sha256=SzzdCQrbjfe6yl1icvFfJY9BlEKgBtkceEZ_9xXpn58,32243
|
3
3
|
huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_async_client.py,sha256=64syMxzbFaQio_s2v_A_h-UW4Hoja3N6lG8IaWt_mAo,214166
|
4
4
|
huaweicloudsdkgaussdbforopengauss/v3/gaussdbforopengauss_client.py,sha256=S6gtVbokKCNzpGmWeNjnHFMz4cqSoalFKYEMN_2ZFh8,214235
|
5
|
-
huaweicloudsdkgaussdbforopengauss/v3/model/__init__.py,sha256=
|
5
|
+
huaweicloudsdkgaussdbforopengauss/v3/model/__init__.py,sha256=TJMXx6-iTL5ogbL3nJdzELYn5d-8tvuw9Aabritk_p0,32061
|
6
6
|
huaweicloudsdkgaussdbforopengauss/v3/model/add_instance_tags_request.py,sha256=wWayfcbJ4P3MA7CINc1L_BEj_RNLWXExO8YR_m1US58,4784
|
7
7
|
huaweicloudsdkgaussdbforopengauss/v3/model/add_instance_tags_response.py,sha256=Z3MBz9wjgIqiNE3XJlcgsYJYKfIPvYYhoJIUsQ2uuiQ,4273
|
8
8
|
huaweicloudsdkgaussdbforopengauss/v3/model/add_tags_request_body.py,sha256=fV7_rS3Q-6vMRmostu9KLEwy4BPMnw7oqTmArLTosUE,3076
|
@@ -12,7 +12,7 @@ huaweicloudsdkgaussdbforopengauss/v3/model/applied_histories_result.py,sha256=B2
|
|
12
12
|
huaweicloudsdkgaussdbforopengauss/v3/model/apply_configuration_request_body.py,sha256=32DU8RZ41Jwwbpd8fseBVOoTnlAxzTECFjitauwvY1I,3234
|
13
13
|
huaweicloudsdkgaussdbforopengauss/v3/model/attach_eip_request.py,sha256=j5ge9tRr_me9-_xrrjcJg-e7fuI2jIHEIJJOZ8eLVT8,5430
|
14
14
|
huaweicloudsdkgaussdbforopengauss/v3/model/attach_eip_response.py,sha256=FCb978L4QXaGTDg5t3a6wdEKHshiBUCJk6r-2YQZheY,3121
|
15
|
-
huaweicloudsdkgaussdbforopengauss/v3/model/available_flavor_info_result.py,sha256=
|
15
|
+
huaweicloudsdkgaussdbforopengauss/v3/model/available_flavor_info_result.py,sha256=DTGqs7AxwOiuzyr5k_Yl7VztVUjt1qi5EMx4ApAqpsQ,5605
|
16
16
|
huaweicloudsdkgaussdbforopengauss/v3/model/backup_info.py,sha256=ArMB2MP5r5IbNrgdAk-_2VcD5hLSQDXchM8DqNm41oI,7892
|
17
17
|
huaweicloudsdkgaussdbforopengauss/v3/model/backup_policy.py,sha256=UkpTHZaqnWRI2_nkmfD8Bfsjayi3O2OkaJsV-Vmuv4M,13453
|
18
18
|
huaweicloudsdkgaussdbforopengauss/v3/model/backup_policy_error_response.py,sha256=JadO2B1JccAPwJGBt7FIF6Q97BK9nXtKMhexZhblaWs,3891
|
@@ -80,14 +80,16 @@ huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_database_sche
|
|
80
80
|
huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_grant_request.py,sha256=EV9M-6HcjqVV1CquyEhKFgdwlpPxcMusUdKgP6cDDPc,5108
|
81
81
|
huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_list_database.py,sha256=7ELMSDaiyDAFTgDCFjXfPvzwEIGkNOjzlyeybNxPGSg,8701
|
82
82
|
huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_for_creation.py,sha256=lgjk-MZqHqlMgqgVQnNyAGTnm8WJHbgDM14qFJlYX3Q,7305
|
83
|
-
huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_for_list.py,sha256=
|
84
|
-
huaweicloudsdkgaussdbforopengauss/v3/model/
|
83
|
+
huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_for_list.py,sha256=wTUUST944g7wQiWKi6VXx3AsJSsWErnGtpDQ96-kyOY,5928
|
84
|
+
huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_for_list_attribute.py,sha256=pbqFVzyz8shMYRaZmQ301XLrnFEnEW7LjM13ZvQ2rho,12391
|
85
85
|
huaweicloudsdkgaussdbforopengauss/v3/model/gauss_d_bfor_open_gauss_user_with_privilege.py,sha256=WaFKkndJJEQHSIp5NwXd_6GW1hS471zLlSCi-9GtKug,6782
|
86
86
|
huaweicloudsdkgaussdbforopengauss/v3/model/get_restore_time_response_restore_time.py,sha256=RoezLqgaEl2kj9pS0EuJTYPuFKF3HIvS_whmjCDpEDc,4449
|
87
|
+
huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_rollback_infos.py,sha256=kjjOTsz7RASQcPTiGH6k7aHsTuoEbNBL0HgxXGXSJvU,6089
|
88
|
+
huaweicloudsdkgaussdbforopengauss/v3/model/hotfix_upgrade_infos.py,sha256=42I1MihTpclRB5t1QQy3RSsMyshnGnvprht8ciZw8ME,6070
|
87
89
|
huaweicloudsdkgaussdbforopengauss/v3/model/instance_info_result.py,sha256=F-IRdC5BnXejA0JizSF3-X3-EuBBtJcFCjp9GjOJABk,4937
|
88
90
|
huaweicloudsdkgaussdbforopengauss/v3/model/instance_log_file.py,sha256=-CNIDxPTfQqtnEipdnPv37YkVcZxnaAqFNKytIXPmWo,7043
|
89
91
|
huaweicloudsdkgaussdbforopengauss/v3/model/instances_list_result.py,sha256=JAn3VuBgrccL0xwSewKj3srcsda4m_DdcDmPUUhE6lA,4023
|
90
|
-
huaweicloudsdkgaussdbforopengauss/v3/model/instances_result.py,sha256=
|
92
|
+
huaweicloudsdkgaussdbforopengauss/v3/model/instances_result.py,sha256=a2584ySWWIVWPfCd_uTqv8hCUPjUccb1LpjOlKdoiSY,8168
|
91
93
|
huaweicloudsdkgaussdbforopengauss/v3/model/job_detail.py,sha256=DxWwDqx3hIZs_0XP4jaz4SGqQa5oPLFb0D239qI01m4,7963
|
92
94
|
huaweicloudsdkgaussdbforopengauss/v3/model/job_instance_info.py,sha256=K3Xfa3TlJlA1aEgXoWthAgliYSr85MkXdMLaa9gx8aM,3501
|
93
95
|
huaweicloudsdkgaussdbforopengauss/v3/model/list_applicable_instances_request.py,sha256=Y-bgvawOa0njjnd16wrPPOxD3VONDWqen7SxxgZKKI8,6265
|
@@ -188,8 +190,8 @@ huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_ha_option.py,sha256=Ca9rfB
|
|
188
190
|
huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_ha_response.py,sha256=pR7Ko0KH2M_WWmd_4f2_a63vK2ACM0w_hpLQpQMrrOY,5532
|
189
191
|
huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_ha_result.py,sha256=618o2wpyYRe-GkyP9-qTI_c1u7tf1EOeOKEMAXUDNdA,6850
|
190
192
|
huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_action_request.py,sha256=UiYxeSXdczfYQNIVWZrB9hSdeHAjI03CxqYzAhuq31w,6048
|
191
|
-
huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_request.py,sha256=
|
192
|
-
huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_request_body.py,sha256=
|
193
|
+
huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_request.py,sha256=W0H8bOilR9fi69yn-ltrmUCMGogilkaGkGTjgf-Bn6k,35330
|
194
|
+
huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_request_body.py,sha256=q2qz8kDFa9hYGN0wNgLlpbM61rihcMv3j0sdMYhzrDM,38150
|
193
195
|
huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_response.py,sha256=0T7GVPeyAtWqLbGgX8-c-Kdx0KhbUxqp8ERNB7Gp5eQ,18300
|
194
196
|
huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_instance_result.py,sha256=RqQgaST5bpHsYEerQlmebtrL1cSt3ArMyp5yYaMd9ps,18131
|
195
197
|
huaweicloudsdkgaussdbforopengauss/v3/model/open_gauss_modify_instance_configuration_request.py,sha256=bm8Cpo1dKvKfw1E4OB9xBUnJVeOHh8PIv2n_PuOvHpI,3445
|
@@ -270,7 +272,7 @@ huaweicloudsdkgaussdbforopengauss/v3/model/show_slow_log_download_response.py,sh
|
|
270
272
|
huaweicloudsdkgaussdbforopengauss/v3/model/show_ssl_cert_download_link_request.py,sha256=dpWJE55hnNWs7-Oiw8u4Sfg8ejPLWxr_QfE7zxlz9s0,4017
|
271
273
|
huaweicloudsdkgaussdbforopengauss/v3/model/show_ssl_cert_download_link_response.py,sha256=63WuuxbW7mIyAtTvyP2I3z3lbHqWId0PtF3z_k4rUbE,3415
|
272
274
|
huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_request.py,sha256=pdNEMW1_7O5pqlr4DJW9BFM_78QUWaTAzro5z0nz_pc,4105
|
273
|
-
huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_response.py,sha256=
|
275
|
+
huaweicloudsdkgaussdbforopengauss/v3/model/show_upgrade_candidate_versions_response.py,sha256=SUmtCsOpKLMz9SFujLPaUjm7Tekvq5x3u4zPnr-Nf3I,15408
|
274
276
|
huaweicloudsdkgaussdbforopengauss/v3/model/slow_log_download_info.py,sha256=F5ashodvTY5IeYlcWXMaiWm1pvs5QLOmrfMWOKGaRmo,12258
|
275
277
|
huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request.py,sha256=ehp1y2DxzxGoaX7rTmriMQoQYCJ-lqGIXpJssXbOw8s,4821
|
276
278
|
huaweicloudsdkgaussdbforopengauss/v3/model/start_instance_request_body.py,sha256=zZBdFgTJpDd-696YZpDZLA4KBEabNpVwsp6kn5hGDJ8,3330
|
@@ -305,8 +307,8 @@ huaweicloudsdkgaussdbforopengauss/v3/model/validate_weak_password_response.py,sh
|
|
305
307
|
huaweicloudsdkgaussdbforopengauss/v3/model/weak_password_request_body.py,sha256=o6aHUH5vLvSBEf2BJZkKk4XCiwcJgVu7rHklOd476B0,3101
|
306
308
|
huaweicloudsdkgaussdbforopengauss/v3/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
307
309
|
huaweicloudsdkgaussdbforopengauss/v3/region/gaussdbforopengauss_region.py,sha256=12tDcVvpGUM3dRQG38MK4JaveqrmzOwxPrDpJ9AVC84,2971
|
308
|
-
huaweicloudsdkgaussdbforopengauss-3.1.
|
309
|
-
huaweicloudsdkgaussdbforopengauss-3.1.
|
310
|
-
huaweicloudsdkgaussdbforopengauss-3.1.
|
311
|
-
huaweicloudsdkgaussdbforopengauss-3.1.
|
312
|
-
huaweicloudsdkgaussdbforopengauss-3.1.
|
310
|
+
huaweicloudsdkgaussdbforopengauss-3.1.100.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
|
311
|
+
huaweicloudsdkgaussdbforopengauss-3.1.100.dist-info/METADATA,sha256=10X426umkBCExz-u_QiCWdFQQxzT4CZA1i_tl1Bu0_o,1184
|
312
|
+
huaweicloudsdkgaussdbforopengauss-3.1.100.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
313
|
+
huaweicloudsdkgaussdbforopengauss-3.1.100.dist-info/top_level.txt,sha256=Eu0Q0tFHFbnL_PjFOY4Uagc9Xd6tEIZWVieOKIvJ5-A,34
|
314
|
+
huaweicloudsdkgaussdbforopengauss-3.1.100.dist-info/RECORD,,
|
File without changes
|
File without changes
|