huaweicloudsdkram 3.1.142__py2.py3-none-any.whl → 3.1.143__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 (96) hide show
  1. huaweicloudsdkram/v1/model/accept_resource_share_invitation_request.py +5 -5
  2. huaweicloudsdkram/v1/model/accept_resource_share_invitation_response.py +3 -3
  3. huaweicloudsdkram/v1/model/associate_permission_req_body.py +5 -5
  4. huaweicloudsdkram/v1/model/associate_resource_share_permission_request.py +7 -7
  5. huaweicloudsdkram/v1/model/associate_resource_share_permission_response.py +1 -1
  6. huaweicloudsdkram/v1/model/associate_resource_share_request.py +7 -7
  7. huaweicloudsdkram/v1/model/associate_resource_share_response.py +3 -3
  8. huaweicloudsdkram/v1/model/associated_permission.py +13 -13
  9. huaweicloudsdkram/v1/model/batch_create_resource_share_tags_request.py +7 -7
  10. huaweicloudsdkram/v1/model/batch_create_resource_share_tags_response.py +1 -1
  11. huaweicloudsdkram/v1/model/batch_delete_resource_share_tags_request.py +7 -7
  12. huaweicloudsdkram/v1/model/batch_delete_resource_share_tags_response.py +1 -1
  13. huaweicloudsdkram/v1/model/create_resource_share_req_body.py +15 -15
  14. huaweicloudsdkram/v1/model/create_resource_share_request.py +5 -5
  15. huaweicloudsdkram/v1/model/create_resource_share_response.py +3 -3
  16. huaweicloudsdkram/v1/model/delete_resource_share_request.py +5 -5
  17. huaweicloudsdkram/v1/model/delete_resource_share_response.py +1 -1
  18. huaweicloudsdkram/v1/model/disable_organization_share_request.py +3 -3
  19. huaweicloudsdkram/v1/model/disable_organization_share_response.py +1 -1
  20. huaweicloudsdkram/v1/model/disassociate_permission_req_body.py +3 -3
  21. huaweicloudsdkram/v1/model/disassociate_resource_share_permission_request.py +7 -7
  22. huaweicloudsdkram/v1/model/disassociate_resource_share_permission_response.py +1 -1
  23. huaweicloudsdkram/v1/model/disassociate_resource_share_request.py +7 -7
  24. huaweicloudsdkram/v1/model/disassociate_resource_share_response.py +3 -3
  25. huaweicloudsdkram/v1/model/enable_organization_share_request.py +3 -3
  26. huaweicloudsdkram/v1/model/enable_organization_share_response.py +1 -1
  27. huaweicloudsdkram/v1/model/list_permission_versions_request.py +9 -9
  28. huaweicloudsdkram/v1/model/list_permission_versions_response.py +5 -5
  29. huaweicloudsdkram/v1/model/list_permissions_request.py +11 -11
  30. huaweicloudsdkram/v1/model/list_permissions_response.py +5 -5
  31. huaweicloudsdkram/v1/model/list_quota_request.py +3 -3
  32. huaweicloudsdkram/v1/model/list_quota_response.py +3 -3
  33. huaweicloudsdkram/v1/model/list_resource_share_permissions_request.py +11 -11
  34. huaweicloudsdkram/v1/model/list_resource_share_permissions_response.py +5 -5
  35. huaweicloudsdkram/v1/model/list_resource_share_tags_request.py +7 -7
  36. huaweicloudsdkram/v1/model/list_resource_share_tags_response.py +5 -5
  37. huaweicloudsdkram/v1/model/list_resource_shares_by_tags_request.py +9 -9
  38. huaweicloudsdkram/v1/model/list_resource_shares_by_tags_response.py +5 -5
  39. huaweicloudsdkram/v1/model/list_resource_types_request.py +7 -7
  40. huaweicloudsdkram/v1/model/list_resource_types_response.py +5 -5
  41. huaweicloudsdkram/v1/model/match.py +5 -5
  42. huaweicloudsdkram/v1/model/page_info.py +7 -7
  43. huaweicloudsdkram/v1/model/page_info_marker_by_key.py +7 -7
  44. huaweicloudsdkram/v1/model/permission.py +25 -25
  45. huaweicloudsdkram/v1/model/permission_summary.py +23 -23
  46. huaweicloudsdkram/v1/model/quota_resources_dto.py +3 -3
  47. huaweicloudsdkram/v1/model/quotas.py +11 -11
  48. huaweicloudsdkram/v1/model/reject_resource_share_invitation_request.py +5 -5
  49. huaweicloudsdkram/v1/model/reject_resource_share_invitation_response.py +3 -3
  50. huaweicloudsdkram/v1/model/resource_dto.py +9 -9
  51. huaweicloudsdkram/v1/model/resource_share.py +19 -19
  52. huaweicloudsdkram/v1/model/resource_share_association.py +19 -19
  53. huaweicloudsdkram/v1/model/resource_share_association_req_body.py +5 -5
  54. huaweicloudsdkram/v1/model/resource_share_invitation.py +17 -17
  55. huaweicloudsdkram/v1/model/resource_shares_by_tags_req_body.py +7 -7
  56. huaweicloudsdkram/v1/model/resource_types_summary.py +5 -5
  57. huaweicloudsdkram/v1/model/search_resource_share_associations_req_body.py +17 -17
  58. huaweicloudsdkram/v1/model/search_resource_share_associations_request.py +5 -5
  59. huaweicloudsdkram/v1/model/search_resource_share_associations_response.py +5 -5
  60. huaweicloudsdkram/v1/model/search_resource_share_count_by_tags_request.py +5 -5
  61. huaweicloudsdkram/v1/model/search_resource_share_count_by_tags_response.py +3 -3
  62. huaweicloudsdkram/v1/model/search_resource_share_invitation_req_body.py +11 -11
  63. huaweicloudsdkram/v1/model/search_resource_share_invitation_request.py +5 -5
  64. huaweicloudsdkram/v1/model/search_resource_share_invitation_response.py +5 -5
  65. huaweicloudsdkram/v1/model/search_resource_shares_req_body.py +17 -17
  66. huaweicloudsdkram/v1/model/search_resource_shares_request.py +5 -5
  67. huaweicloudsdkram/v1/model/search_resource_shares_response.py +5 -5
  68. huaweicloudsdkram/v1/model/search_shared_principals_req_body.py +13 -13
  69. huaweicloudsdkram/v1/model/search_shared_principals_request.py +5 -5
  70. huaweicloudsdkram/v1/model/search_shared_principals_response.py +5 -5
  71. huaweicloudsdkram/v1/model/search_shared_resources_req_body.py +19 -19
  72. huaweicloudsdkram/v1/model/search_shared_resources_request.py +5 -5
  73. huaweicloudsdkram/v1/model/search_shared_resources_response.py +5 -5
  74. huaweicloudsdkram/v1/model/shared_principal.py +9 -9
  75. huaweicloudsdkram/v1/model/shared_resource.py +13 -13
  76. huaweicloudsdkram/v1/model/show_organization_share_request.py +3 -3
  77. huaweicloudsdkram/v1/model/show_organization_share_response.py +3 -3
  78. huaweicloudsdkram/v1/model/show_permission_request.py +7 -7
  79. huaweicloudsdkram/v1/model/show_permission_response.py +3 -3
  80. huaweicloudsdkram/v1/model/tag.py +5 -5
  81. huaweicloudsdkram/v1/model/tag_dto.py +5 -5
  82. huaweicloudsdkram/v1/model/tag_filter.py +5 -5
  83. huaweicloudsdkram/v1/model/tag_resource_req_body.py +3 -3
  84. huaweicloudsdkram/v1/model/untag.py +5 -5
  85. huaweicloudsdkram/v1/model/untag_resource_req_body.py +3 -3
  86. huaweicloudsdkram/v1/model/update_resource_share_req_body.py +7 -7
  87. huaweicloudsdkram/v1/model/update_resource_share_request.py +7 -7
  88. huaweicloudsdkram/v1/model/update_resource_share_response.py +3 -3
  89. huaweicloudsdkram/v1/ram_async_client.py +28 -28
  90. huaweicloudsdkram/v1/ram_client.py +28 -28
  91. {huaweicloudsdkram-3.1.142.dist-info → huaweicloudsdkram-3.1.143.dist-info}/METADATA +2 -2
  92. huaweicloudsdkram-3.1.143.dist-info/RECORD +100 -0
  93. huaweicloudsdkram-3.1.142.dist-info/RECORD +0 -100
  94. {huaweicloudsdkram-3.1.142.dist-info → huaweicloudsdkram-3.1.143.dist-info}/LICENSE +0 -0
  95. {huaweicloudsdkram-3.1.142.dist-info → huaweicloudsdkram-3.1.143.dist-info}/WHEEL +0 -0
  96. {huaweicloudsdkram-3.1.142.dist-info → huaweicloudsdkram-3.1.143.dist-info}/top_level.txt +0 -0
@@ -29,7 +29,7 @@ class PageInfoMarkerByKey:
29
29
  }
30
30
 
31
31
  def __init__(self, previous_marker=None, next_marker=None, current_count=None):
32
- """PageInfoMarkerByKey
32
+ r"""PageInfoMarkerByKey
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class PageInfoMarkerByKey:
57
57
 
58
58
  @property
59
59
  def previous_marker(self):
60
- """Gets the previous_marker of this PageInfoMarkerByKey.
60
+ r"""Gets the previous_marker of this PageInfoMarkerByKey.
61
61
 
62
62
  上一页的页面标识。
63
63
 
@@ -68,7 +68,7 @@ class PageInfoMarkerByKey:
68
68
 
69
69
  @previous_marker.setter
70
70
  def previous_marker(self, previous_marker):
71
- """Sets the previous_marker of this PageInfoMarkerByKey.
71
+ r"""Sets the previous_marker of this PageInfoMarkerByKey.
72
72
 
73
73
  上一页的页面标识。
74
74
 
@@ -79,7 +79,7 @@ class PageInfoMarkerByKey:
79
79
 
80
80
  @property
81
81
  def next_marker(self):
82
- """Gets the next_marker of this PageInfoMarkerByKey.
82
+ r"""Gets the next_marker of this PageInfoMarkerByKey.
83
83
 
84
84
  下一页的页面标识。
85
85
 
@@ -90,7 +90,7 @@ class PageInfoMarkerByKey:
90
90
 
91
91
  @next_marker.setter
92
92
  def next_marker(self, next_marker):
93
- """Sets the next_marker of this PageInfoMarkerByKey.
93
+ r"""Sets the next_marker of this PageInfoMarkerByKey.
94
94
 
95
95
  下一页的页面标识。
96
96
 
@@ -101,7 +101,7 @@ class PageInfoMarkerByKey:
101
101
 
102
102
  @property
103
103
  def current_count(self):
104
- """Gets the current_count of this PageInfoMarkerByKey.
104
+ r"""Gets the current_count of this PageInfoMarkerByKey.
105
105
 
106
106
  页面数量。
107
107
 
@@ -112,7 +112,7 @@ class PageInfoMarkerByKey:
112
112
 
113
113
  @current_count.setter
114
114
  def current_count(self, current_count):
115
- """Sets the current_count of this PageInfoMarkerByKey.
115
+ r"""Sets the current_count of this PageInfoMarkerByKey.
116
116
 
117
117
  页面数量。
118
118
 
@@ -47,7 +47,7 @@ class Permission:
47
47
  }
48
48
 
49
49
  def __init__(self, id=None, name=None, resource_type=None, content=None, is_resource_type_default=None, created_at=None, updated_at=None, permission_urn=None, permission_type=None, default_version=None, version=None, status=None):
50
- """Permission
50
+ r"""Permission
51
51
 
52
52
  The model defined in huaweicloud sdk
53
53
 
@@ -113,7 +113,7 @@ class Permission:
113
113
 
114
114
  @property
115
115
  def id(self):
116
- """Gets the id of this Permission.
116
+ r"""Gets the id of this Permission.
117
117
 
118
118
  权限ID。
119
119
 
@@ -124,7 +124,7 @@ class Permission:
124
124
 
125
125
  @id.setter
126
126
  def id(self, id):
127
- """Sets the id of this Permission.
127
+ r"""Sets the id of this Permission.
128
128
 
129
129
  权限ID。
130
130
 
@@ -135,7 +135,7 @@ class Permission:
135
135
 
136
136
  @property
137
137
  def name(self):
138
- """Gets the name of this Permission.
138
+ r"""Gets the name of this Permission.
139
139
 
140
140
  权限名称。
141
141
 
@@ -146,7 +146,7 @@ class Permission:
146
146
 
147
147
  @name.setter
148
148
  def name(self, name):
149
- """Sets the name of this Permission.
149
+ r"""Sets the name of this Permission.
150
150
 
151
151
  权限名称。
152
152
 
@@ -157,7 +157,7 @@ class Permission:
157
157
 
158
158
  @property
159
159
  def resource_type(self):
160
- """Gets the resource_type of this Permission.
160
+ r"""Gets the resource_type of this Permission.
161
161
 
162
162
  资源类型。
163
163
 
@@ -168,7 +168,7 @@ class Permission:
168
168
 
169
169
  @resource_type.setter
170
170
  def resource_type(self, resource_type):
171
- """Sets the resource_type of this Permission.
171
+ r"""Sets the resource_type of this Permission.
172
172
 
173
173
  资源类型。
174
174
 
@@ -179,7 +179,7 @@ class Permission:
179
179
 
180
180
  @property
181
181
  def content(self):
182
- """Gets the content of this Permission.
182
+ r"""Gets the content of this Permission.
183
183
 
184
184
  权限的影响和行为。
185
185
 
@@ -190,7 +190,7 @@ class Permission:
190
190
 
191
191
  @content.setter
192
192
  def content(self, content):
193
- """Sets the content of this Permission.
193
+ r"""Sets the content of this Permission.
194
194
 
195
195
  权限的影响和行为。
196
196
 
@@ -201,7 +201,7 @@ class Permission:
201
201
 
202
202
  @property
203
203
  def is_resource_type_default(self):
204
- """Gets the is_resource_type_default of this Permission.
204
+ r"""Gets the is_resource_type_default of this Permission.
205
205
 
206
206
  该权限是否是此资源类型的默认权限。
207
207
 
@@ -212,7 +212,7 @@ class Permission:
212
212
 
213
213
  @is_resource_type_default.setter
214
214
  def is_resource_type_default(self, is_resource_type_default):
215
- """Sets the is_resource_type_default of this Permission.
215
+ r"""Sets the is_resource_type_default of this Permission.
216
216
 
217
217
  该权限是否是此资源类型的默认权限。
218
218
 
@@ -223,7 +223,7 @@ class Permission:
223
223
 
224
224
  @property
225
225
  def created_at(self):
226
- """Gets the created_at of this Permission.
226
+ r"""Gets the created_at of this Permission.
227
227
 
228
228
  权限的创建时间。
229
229
 
@@ -234,7 +234,7 @@ class Permission:
234
234
 
235
235
  @created_at.setter
236
236
  def created_at(self, created_at):
237
- """Sets the created_at of this Permission.
237
+ r"""Sets the created_at of this Permission.
238
238
 
239
239
  权限的创建时间。
240
240
 
@@ -245,7 +245,7 @@ class Permission:
245
245
 
246
246
  @property
247
247
  def updated_at(self):
248
- """Gets the updated_at of this Permission.
248
+ r"""Gets the updated_at of this Permission.
249
249
 
250
250
  最后一次更新权限的时间。
251
251
 
@@ -256,7 +256,7 @@ class Permission:
256
256
 
257
257
  @updated_at.setter
258
258
  def updated_at(self, updated_at):
259
- """Sets the updated_at of this Permission.
259
+ r"""Sets the updated_at of this Permission.
260
260
 
261
261
  最后一次更新权限的时间。
262
262
 
@@ -267,7 +267,7 @@ class Permission:
267
267
 
268
268
  @property
269
269
  def permission_urn(self):
270
- """Gets the permission_urn of this Permission.
270
+ r"""Gets the permission_urn of this Permission.
271
271
 
272
272
  权限URN。
273
273
 
@@ -278,7 +278,7 @@ class Permission:
278
278
 
279
279
  @permission_urn.setter
280
280
  def permission_urn(self, permission_urn):
281
- """Sets the permission_urn of this Permission.
281
+ r"""Sets the permission_urn of this Permission.
282
282
 
283
283
  权限URN。
284
284
 
@@ -289,7 +289,7 @@ class Permission:
289
289
 
290
290
  @property
291
291
  def permission_type(self):
292
- """Gets the permission_type of this Permission.
292
+ r"""Gets the permission_type of this Permission.
293
293
 
294
294
  权限类型。
295
295
 
@@ -300,7 +300,7 @@ class Permission:
300
300
 
301
301
  @permission_type.setter
302
302
  def permission_type(self, permission_type):
303
- """Sets the permission_type of this Permission.
303
+ r"""Sets the permission_type of this Permission.
304
304
 
305
305
  权限类型。
306
306
 
@@ -311,7 +311,7 @@ class Permission:
311
311
 
312
312
  @property
313
313
  def default_version(self):
314
- """Gets the default_version of this Permission.
314
+ r"""Gets the default_version of this Permission.
315
315
 
316
316
  此权限是否为默认版本。
317
317
 
@@ -322,7 +322,7 @@ class Permission:
322
322
 
323
323
  @default_version.setter
324
324
  def default_version(self, default_version):
325
- """Sets the default_version of this Permission.
325
+ r"""Sets the default_version of this Permission.
326
326
 
327
327
  此权限是否为默认版本。
328
328
 
@@ -333,7 +333,7 @@ class Permission:
333
333
 
334
334
  @property
335
335
  def version(self):
336
- """Gets the version of this Permission.
336
+ r"""Gets the version of this Permission.
337
337
 
338
338
  权限版本。
339
339
 
@@ -344,7 +344,7 @@ class Permission:
344
344
 
345
345
  @version.setter
346
346
  def version(self, version):
347
- """Sets the version of this Permission.
347
+ r"""Sets the version of this Permission.
348
348
 
349
349
  权限版本。
350
350
 
@@ -355,7 +355,7 @@ class Permission:
355
355
 
356
356
  @property
357
357
  def status(self):
358
- """Gets the status of this Permission.
358
+ r"""Gets the status of this Permission.
359
359
 
360
360
  权限的状态
361
361
 
@@ -366,7 +366,7 @@ class Permission:
366
366
 
367
367
  @status.setter
368
368
  def status(self, status):
369
- """Sets the status of this Permission.
369
+ r"""Sets the status of this Permission.
370
370
 
371
371
  权限的状态
372
372
 
@@ -45,7 +45,7 @@ class PermissionSummary:
45
45
  }
46
46
 
47
47
  def __init__(self, id=None, name=None, resource_type=None, is_resource_type_default=None, created_at=None, updated_at=None, permission_urn=None, permission_type=None, default_version=None, version=None, status=None):
48
- """PermissionSummary
48
+ r"""PermissionSummary
49
49
 
50
50
  The model defined in huaweicloud sdk
51
51
 
@@ -107,7 +107,7 @@ class PermissionSummary:
107
107
 
108
108
  @property
109
109
  def id(self):
110
- """Gets the id of this PermissionSummary.
110
+ r"""Gets the id of this PermissionSummary.
111
111
 
112
112
  权限ID。
113
113
 
@@ -118,7 +118,7 @@ class PermissionSummary:
118
118
 
119
119
  @id.setter
120
120
  def id(self, id):
121
- """Sets the id of this PermissionSummary.
121
+ r"""Sets the id of this PermissionSummary.
122
122
 
123
123
  权限ID。
124
124
 
@@ -129,7 +129,7 @@ class PermissionSummary:
129
129
 
130
130
  @property
131
131
  def name(self):
132
- """Gets the name of this PermissionSummary.
132
+ r"""Gets the name of this PermissionSummary.
133
133
 
134
134
  权限名称。
135
135
 
@@ -140,7 +140,7 @@ class PermissionSummary:
140
140
 
141
141
  @name.setter
142
142
  def name(self, name):
143
- """Sets the name of this PermissionSummary.
143
+ r"""Sets the name of this PermissionSummary.
144
144
 
145
145
  权限名称。
146
146
 
@@ -151,7 +151,7 @@ class PermissionSummary:
151
151
 
152
152
  @property
153
153
  def resource_type(self):
154
- """Gets the resource_type of this PermissionSummary.
154
+ r"""Gets the resource_type of this PermissionSummary.
155
155
 
156
156
  此权限适用的资源类型。
157
157
 
@@ -162,7 +162,7 @@ class PermissionSummary:
162
162
 
163
163
  @resource_type.setter
164
164
  def resource_type(self, resource_type):
165
- """Sets the resource_type of this PermissionSummary.
165
+ r"""Sets the resource_type of this PermissionSummary.
166
166
 
167
167
  此权限适用的资源类型。
168
168
 
@@ -173,7 +173,7 @@ class PermissionSummary:
173
173
 
174
174
  @property
175
175
  def is_resource_type_default(self):
176
- """Gets the is_resource_type_default of this PermissionSummary.
176
+ r"""Gets the is_resource_type_default of this PermissionSummary.
177
177
 
178
178
  该权限是否是此资源类型的默认权限。
179
179
 
@@ -184,7 +184,7 @@ class PermissionSummary:
184
184
 
185
185
  @is_resource_type_default.setter
186
186
  def is_resource_type_default(self, is_resource_type_default):
187
- """Sets the is_resource_type_default of this PermissionSummary.
187
+ r"""Sets the is_resource_type_default of this PermissionSummary.
188
188
 
189
189
  该权限是否是此资源类型的默认权限。
190
190
 
@@ -195,7 +195,7 @@ class PermissionSummary:
195
195
 
196
196
  @property
197
197
  def created_at(self):
198
- """Gets the created_at of this PermissionSummary.
198
+ r"""Gets the created_at of this PermissionSummary.
199
199
 
200
200
  权限的创建时间。
201
201
 
@@ -206,7 +206,7 @@ class PermissionSummary:
206
206
 
207
207
  @created_at.setter
208
208
  def created_at(self, created_at):
209
- """Sets the created_at of this PermissionSummary.
209
+ r"""Sets the created_at of this PermissionSummary.
210
210
 
211
211
  权限的创建时间。
212
212
 
@@ -217,7 +217,7 @@ class PermissionSummary:
217
217
 
218
218
  @property
219
219
  def updated_at(self):
220
- """Gets the updated_at of this PermissionSummary.
220
+ r"""Gets the updated_at of this PermissionSummary.
221
221
 
222
222
  上次更新权限的时间。
223
223
 
@@ -228,7 +228,7 @@ class PermissionSummary:
228
228
 
229
229
  @updated_at.setter
230
230
  def updated_at(self, updated_at):
231
- """Sets the updated_at of this PermissionSummary.
231
+ r"""Sets the updated_at of this PermissionSummary.
232
232
 
233
233
  上次更新权限的时间。
234
234
 
@@ -239,7 +239,7 @@ class PermissionSummary:
239
239
 
240
240
  @property
241
241
  def permission_urn(self):
242
- """Gets the permission_urn of this PermissionSummary.
242
+ r"""Gets the permission_urn of this PermissionSummary.
243
243
 
244
244
  权限URN。
245
245
 
@@ -250,7 +250,7 @@ class PermissionSummary:
250
250
 
251
251
  @permission_urn.setter
252
252
  def permission_urn(self, permission_urn):
253
- """Sets the permission_urn of this PermissionSummary.
253
+ r"""Sets the permission_urn of this PermissionSummary.
254
254
 
255
255
  权限URN。
256
256
 
@@ -261,7 +261,7 @@ class PermissionSummary:
261
261
 
262
262
  @property
263
263
  def permission_type(self):
264
- """Gets the permission_type of this PermissionSummary.
264
+ r"""Gets the permission_type of this PermissionSummary.
265
265
 
266
266
  权限类型,RAM托管或者租户自定义权限。
267
267
 
@@ -272,7 +272,7 @@ class PermissionSummary:
272
272
 
273
273
  @permission_type.setter
274
274
  def permission_type(self, permission_type):
275
- """Sets the permission_type of this PermissionSummary.
275
+ r"""Sets the permission_type of this PermissionSummary.
276
276
 
277
277
  权限类型,RAM托管或者租户自定义权限。
278
278
 
@@ -283,7 +283,7 @@ class PermissionSummary:
283
283
 
284
284
  @property
285
285
  def default_version(self):
286
- """Gets the default_version of this PermissionSummary.
286
+ r"""Gets the default_version of this PermissionSummary.
287
287
 
288
288
  是否是默认版本。
289
289
 
@@ -294,7 +294,7 @@ class PermissionSummary:
294
294
 
295
295
  @default_version.setter
296
296
  def default_version(self, default_version):
297
- """Sets the default_version of this PermissionSummary.
297
+ r"""Sets the default_version of this PermissionSummary.
298
298
 
299
299
  是否是默认版本。
300
300
 
@@ -305,7 +305,7 @@ class PermissionSummary:
305
305
 
306
306
  @property
307
307
  def version(self):
308
- """Gets the version of this PermissionSummary.
308
+ r"""Gets the version of this PermissionSummary.
309
309
 
310
310
  权限版本。
311
311
 
@@ -316,7 +316,7 @@ class PermissionSummary:
316
316
 
317
317
  @version.setter
318
318
  def version(self, version):
319
- """Sets the version of this PermissionSummary.
319
+ r"""Sets the version of this PermissionSummary.
320
320
 
321
321
  权限版本。
322
322
 
@@ -327,7 +327,7 @@ class PermissionSummary:
327
327
 
328
328
  @property
329
329
  def status(self):
330
- """Gets the status of this PermissionSummary.
330
+ r"""Gets the status of this PermissionSummary.
331
331
 
332
332
  权限的状态
333
333
 
@@ -338,7 +338,7 @@ class PermissionSummary:
338
338
 
339
339
  @status.setter
340
340
  def status(self, status):
341
- """Sets the status of this PermissionSummary.
341
+ r"""Sets the status of this PermissionSummary.
342
342
 
343
343
  权限的状态
344
344
 
@@ -25,7 +25,7 @@ class QuotaResourcesDto:
25
25
  }
26
26
 
27
27
  def __init__(self, resources=None):
28
- """QuotaResourcesDto
28
+ r"""QuotaResourcesDto
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class QuotaResourcesDto:
42
42
 
43
43
  @property
44
44
  def resources(self):
45
- """Gets the resources of this QuotaResourcesDto.
45
+ r"""Gets the resources of this QuotaResourcesDto.
46
46
 
47
47
  配额信息。
48
48
 
@@ -53,7 +53,7 @@ class QuotaResourcesDto:
53
53
 
54
54
  @resources.setter
55
55
  def resources(self, resources):
56
- """Sets the resources of this QuotaResourcesDto.
56
+ r"""Sets the resources of this QuotaResourcesDto.
57
57
 
58
58
  配额信息。
59
59
 
@@ -33,7 +33,7 @@ class Quotas:
33
33
  }
34
34
 
35
35
  def __init__(self, type=None, quota=None, min=None, max=None, used=None):
36
- """Quotas
36
+ r"""Quotas
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -66,7 +66,7 @@ class Quotas:
66
66
 
67
67
  @property
68
68
  def type(self):
69
- """Gets the type of this Quotas.
69
+ r"""Gets the type of this Quotas.
70
70
 
71
71
  配额类型。resource_share账号创建资源共享的数量,resource_association资源共享关联的资源数量,principal_association资源共享关联的身份数量,permission_association资源共享关联的权限数量,tag_association资源共享关联的标签数量。
72
72
 
@@ -77,7 +77,7 @@ class Quotas:
77
77
 
78
78
  @type.setter
79
79
  def type(self, type):
80
- """Sets the type of this Quotas.
80
+ r"""Sets the type of this Quotas.
81
81
 
82
82
  配额类型。resource_share账号创建资源共享的数量,resource_association资源共享关联的资源数量,principal_association资源共享关联的身份数量,permission_association资源共享关联的权限数量,tag_association资源共享关联的标签数量。
83
83
 
@@ -88,7 +88,7 @@ class Quotas:
88
88
 
89
89
  @property
90
90
  def quota(self):
91
- """Gets the quota of this Quotas.
91
+ r"""Gets the quota of this Quotas.
92
92
 
93
93
  总配额数量。
94
94
 
@@ -99,7 +99,7 @@ class Quotas:
99
99
 
100
100
  @quota.setter
101
101
  def quota(self, quota):
102
- """Sets the quota of this Quotas.
102
+ r"""Sets the quota of this Quotas.
103
103
 
104
104
  总配额数量。
105
105
 
@@ -110,7 +110,7 @@ class Quotas:
110
110
 
111
111
  @property
112
112
  def min(self):
113
- """Gets the min of this Quotas.
113
+ r"""Gets the min of this Quotas.
114
114
 
115
115
  最小配额。
116
116
 
@@ -121,7 +121,7 @@ class Quotas:
121
121
 
122
122
  @min.setter
123
123
  def min(self, min):
124
- """Sets the min of this Quotas.
124
+ r"""Sets the min of this Quotas.
125
125
 
126
126
  最小配额。
127
127
 
@@ -132,7 +132,7 @@ class Quotas:
132
132
 
133
133
  @property
134
134
  def max(self):
135
- """Gets the max of this Quotas.
135
+ r"""Gets the max of this Quotas.
136
136
 
137
137
  最大配额。
138
138
 
@@ -143,7 +143,7 @@ class Quotas:
143
143
 
144
144
  @max.setter
145
145
  def max(self, max):
146
- """Sets the max of this Quotas.
146
+ r"""Sets the max of this Quotas.
147
147
 
148
148
  最大配额。
149
149
 
@@ -154,7 +154,7 @@ class Quotas:
154
154
 
155
155
  @property
156
156
  def used(self):
157
- """Gets the used of this Quotas.
157
+ r"""Gets the used of this Quotas.
158
158
 
159
159
  已使用的配额数量。
160
160
 
@@ -165,7 +165,7 @@ class Quotas:
165
165
 
166
166
  @used.setter
167
167
  def used(self, used):
168
- """Sets the used of this Quotas.
168
+ r"""Sets the used of this Quotas.
169
169
 
170
170
  已使用的配额数量。
171
171
 
@@ -28,7 +28,7 @@ class RejectResourceShareInvitationRequest:
28
28
  }
29
29
 
30
30
  def __init__(self, x_security_token=None, resource_share_invitation_id=None):
31
- """RejectResourceShareInvitationRequest
31
+ r"""RejectResourceShareInvitationRequest
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -50,7 +50,7 @@ class RejectResourceShareInvitationRequest:
50
50
 
51
51
  @property
52
52
  def x_security_token(self):
53
- """Gets the x_security_token of this RejectResourceShareInvitationRequest.
53
+ r"""Gets the x_security_token of this RejectResourceShareInvitationRequest.
54
54
 
55
55
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
56
56
 
@@ -61,7 +61,7 @@ class RejectResourceShareInvitationRequest:
61
61
 
62
62
  @x_security_token.setter
63
63
  def x_security_token(self, x_security_token):
64
- """Sets the x_security_token of this RejectResourceShareInvitationRequest.
64
+ r"""Sets the x_security_token of this RejectResourceShareInvitationRequest.
65
65
 
66
66
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
67
67
 
@@ -72,7 +72,7 @@ class RejectResourceShareInvitationRequest:
72
72
 
73
73
  @property
74
74
  def resource_share_invitation_id(self):
75
- """Gets the resource_share_invitation_id of this RejectResourceShareInvitationRequest.
75
+ r"""Gets the resource_share_invitation_id of this RejectResourceShareInvitationRequest.
76
76
 
77
77
  资源共享邀请的ID。
78
78
 
@@ -83,7 +83,7 @@ class RejectResourceShareInvitationRequest:
83
83
 
84
84
  @resource_share_invitation_id.setter
85
85
  def resource_share_invitation_id(self, resource_share_invitation_id):
86
- """Sets the resource_share_invitation_id of this RejectResourceShareInvitationRequest.
86
+ r"""Sets the resource_share_invitation_id of this RejectResourceShareInvitationRequest.
87
87
 
88
88
  资源共享邀请的ID。
89
89
 
@@ -26,7 +26,7 @@ class RejectResourceShareInvitationResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, resource_share_invitation=None):
29
- """RejectResourceShareInvitationResponse
29
+ r"""RejectResourceShareInvitationResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class RejectResourceShareInvitationResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def resource_share_invitation(self):
47
- """Gets the resource_share_invitation of this RejectResourceShareInvitationResponse.
47
+ r"""Gets the resource_share_invitation of this RejectResourceShareInvitationResponse.
48
48
 
49
49
  :return: The resource_share_invitation of this RejectResourceShareInvitationResponse.
50
50
  :rtype: :class:`huaweicloudsdkram.v1.ResourceShareInvitation`
@@ -53,7 +53,7 @@ class RejectResourceShareInvitationResponse(SdkResponse):
53
53
 
54
54
  @resource_share_invitation.setter
55
55
  def resource_share_invitation(self, resource_share_invitation):
56
- """Sets the resource_share_invitation of this RejectResourceShareInvitationResponse.
56
+ r"""Sets the resource_share_invitation of this RejectResourceShareInvitationResponse.
57
57
 
58
58
  :param resource_share_invitation: The resource_share_invitation of this RejectResourceShareInvitationResponse.
59
59
  :type resource_share_invitation: :class:`huaweicloudsdkram.v1.ResourceShareInvitation`