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
@@ -31,7 +31,7 @@ class ResourceDTO:
31
31
  }
32
32
 
33
33
  def __init__(self, resource_id=None, resource_name=None, tags=None, resource_detail=None):
34
- """ResourceDTO
34
+ r"""ResourceDTO
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -60,7 +60,7 @@ class ResourceDTO:
60
60
 
61
61
  @property
62
62
  def resource_id(self):
63
- """Gets the resource_id of this ResourceDTO.
63
+ r"""Gets the resource_id of this ResourceDTO.
64
64
 
65
65
  资源ID。
66
66
 
@@ -71,7 +71,7 @@ class ResourceDTO:
71
71
 
72
72
  @resource_id.setter
73
73
  def resource_id(self, resource_id):
74
- """Sets the resource_id of this ResourceDTO.
74
+ r"""Sets the resource_id of this ResourceDTO.
75
75
 
76
76
  资源ID。
77
77
 
@@ -82,7 +82,7 @@ class ResourceDTO:
82
82
 
83
83
  @property
84
84
  def resource_name(self):
85
- """Gets the resource_name of this ResourceDTO.
85
+ r"""Gets the resource_name of this ResourceDTO.
86
86
 
87
87
  资源名称。
88
88
 
@@ -93,7 +93,7 @@ class ResourceDTO:
93
93
 
94
94
  @resource_name.setter
95
95
  def resource_name(self, resource_name):
96
- """Sets the resource_name of this ResourceDTO.
96
+ r"""Sets the resource_name of this ResourceDTO.
97
97
 
98
98
  资源名称。
99
99
 
@@ -104,7 +104,7 @@ class ResourceDTO:
104
104
 
105
105
  @property
106
106
  def tags(self):
107
- """Gets the tags of this ResourceDTO.
107
+ r"""Gets the tags of this ResourceDTO.
108
108
 
109
109
  资源标签列表。
110
110
 
@@ -115,7 +115,7 @@ class ResourceDTO:
115
115
 
116
116
  @tags.setter
117
117
  def tags(self, tags):
118
- """Sets the tags of this ResourceDTO.
118
+ r"""Sets the tags of this ResourceDTO.
119
119
 
120
120
  资源标签列表。
121
121
 
@@ -126,7 +126,7 @@ class ResourceDTO:
126
126
 
127
127
  @property
128
128
  def resource_detail(self):
129
- """Gets the resource_detail of this ResourceDTO.
129
+ r"""Gets the resource_detail of this ResourceDTO.
130
130
 
131
131
  资源详情。
132
132
 
@@ -137,7 +137,7 @@ class ResourceDTO:
137
137
 
138
138
  @resource_detail.setter
139
139
  def resource_detail(self, resource_detail):
140
- """Sets the resource_detail of this ResourceDTO.
140
+ r"""Sets the resource_detail of this ResourceDTO.
141
141
 
142
142
  资源详情。
143
143
 
@@ -41,7 +41,7 @@ class ResourceShare:
41
41
  }
42
42
 
43
43
  def __init__(self, id=None, name=None, description=None, allow_external_principals=None, owning_account_id=None, status=None, tags=None, created_at=None, updated_at=None):
44
- """ResourceShare
44
+ r"""ResourceShare
45
45
 
46
46
  The model defined in huaweicloud sdk
47
47
 
@@ -92,7 +92,7 @@ class ResourceShare:
92
92
 
93
93
  @property
94
94
  def id(self):
95
- """Gets the id of this ResourceShare.
95
+ r"""Gets the id of this ResourceShare.
96
96
 
97
97
  资源共享实例的ID。
98
98
 
@@ -103,7 +103,7 @@ class ResourceShare:
103
103
 
104
104
  @id.setter
105
105
  def id(self, id):
106
- """Sets the id of this ResourceShare.
106
+ r"""Sets the id of this ResourceShare.
107
107
 
108
108
  资源共享实例的ID。
109
109
 
@@ -114,7 +114,7 @@ class ResourceShare:
114
114
 
115
115
  @property
116
116
  def name(self):
117
- """Gets the name of this ResourceShare.
117
+ r"""Gets the name of this ResourceShare.
118
118
 
119
119
  资源共享实例的名称。
120
120
 
@@ -125,7 +125,7 @@ class ResourceShare:
125
125
 
126
126
  @name.setter
127
127
  def name(self, name):
128
- """Sets the name of this ResourceShare.
128
+ r"""Sets the name of this ResourceShare.
129
129
 
130
130
  资源共享实例的名称。
131
131
 
@@ -136,7 +136,7 @@ class ResourceShare:
136
136
 
137
137
  @property
138
138
  def description(self):
139
- """Gets the description of this ResourceShare.
139
+ r"""Gets the description of this ResourceShare.
140
140
 
141
141
  资源共享实例的描述。
142
142
 
@@ -147,7 +147,7 @@ class ResourceShare:
147
147
 
148
148
  @description.setter
149
149
  def description(self, description):
150
- """Sets the description of this ResourceShare.
150
+ r"""Sets the description of this ResourceShare.
151
151
 
152
152
  资源共享实例的描述。
153
153
 
@@ -158,7 +158,7 @@ class ResourceShare:
158
158
 
159
159
  @property
160
160
  def allow_external_principals(self):
161
- """Gets the allow_external_principals of this ResourceShare.
161
+ r"""Gets the allow_external_principals of this ResourceShare.
162
162
 
163
163
  资源共享实例是否支持共享给组织外账号。
164
164
 
@@ -169,7 +169,7 @@ class ResourceShare:
169
169
 
170
170
  @allow_external_principals.setter
171
171
  def allow_external_principals(self, allow_external_principals):
172
- """Sets the allow_external_principals of this ResourceShare.
172
+ r"""Sets the allow_external_principals of this ResourceShare.
173
173
 
174
174
  资源共享实例是否支持共享给组织外账号。
175
175
 
@@ -180,7 +180,7 @@ class ResourceShare:
180
180
 
181
181
  @property
182
182
  def owning_account_id(self):
183
- """Gets the owning_account_id of this ResourceShare.
183
+ r"""Gets the owning_account_id of this ResourceShare.
184
184
 
185
185
  资源共享实例的所有者ID。
186
186
 
@@ -191,7 +191,7 @@ class ResourceShare:
191
191
 
192
192
  @owning_account_id.setter
193
193
  def owning_account_id(self, owning_account_id):
194
- """Sets the owning_account_id of this ResourceShare.
194
+ r"""Sets the owning_account_id of this ResourceShare.
195
195
 
196
196
  资源共享实例的所有者ID。
197
197
 
@@ -202,7 +202,7 @@ class ResourceShare:
202
202
 
203
203
  @property
204
204
  def status(self):
205
- """Gets the status of this ResourceShare.
205
+ r"""Gets the status of this ResourceShare.
206
206
 
207
207
  资源共享实例的状态。
208
208
 
@@ -213,7 +213,7 @@ class ResourceShare:
213
213
 
214
214
  @status.setter
215
215
  def status(self, status):
216
- """Sets the status of this ResourceShare.
216
+ r"""Sets the status of this ResourceShare.
217
217
 
218
218
  资源共享实例的状态。
219
219
 
@@ -224,7 +224,7 @@ class ResourceShare:
224
224
 
225
225
  @property
226
226
  def tags(self):
227
- """Gets the tags of this ResourceShare.
227
+ r"""Gets the tags of this ResourceShare.
228
228
 
229
229
  资源共享实例的标签列表。
230
230
 
@@ -235,7 +235,7 @@ class ResourceShare:
235
235
 
236
236
  @tags.setter
237
237
  def tags(self, tags):
238
- """Sets the tags of this ResourceShare.
238
+ r"""Sets the tags of this ResourceShare.
239
239
 
240
240
  资源共享实例的标签列表。
241
241
 
@@ -246,7 +246,7 @@ class ResourceShare:
246
246
 
247
247
  @property
248
248
  def created_at(self):
249
- """Gets the created_at of this ResourceShare.
249
+ r"""Gets the created_at of this ResourceShare.
250
250
 
251
251
  创建资源共享实例的时间。
252
252
 
@@ -257,7 +257,7 @@ class ResourceShare:
257
257
 
258
258
  @created_at.setter
259
259
  def created_at(self, created_at):
260
- """Sets the created_at of this ResourceShare.
260
+ r"""Sets the created_at of this ResourceShare.
261
261
 
262
262
  创建资源共享实例的时间。
263
263
 
@@ -268,7 +268,7 @@ class ResourceShare:
268
268
 
269
269
  @property
270
270
  def updated_at(self):
271
- """Gets the updated_at of this ResourceShare.
271
+ r"""Gets the updated_at of this ResourceShare.
272
272
 
273
273
  最后一次更新资源共享实例的时间。
274
274
 
@@ -279,7 +279,7 @@ class ResourceShare:
279
279
 
280
280
  @updated_at.setter
281
281
  def updated_at(self, updated_at):
282
- """Sets the updated_at of this ResourceShare.
282
+ r"""Sets the updated_at of this ResourceShare.
283
283
 
284
284
  最后一次更新资源共享实例的时间。
285
285
 
@@ -41,7 +41,7 @@ class ResourceShareAssociation:
41
41
  }
42
42
 
43
43
  def __init__(self, associated_entity=None, association_type=None, created_at=None, updated_at=None, external=None, resource_share_id=None, resource_share_name=None, status=None, status_message=None):
44
- """ResourceShareAssociation
44
+ r"""ResourceShareAssociation
45
45
 
46
46
  The model defined in huaweicloud sdk
47
47
 
@@ -92,7 +92,7 @@ class ResourceShareAssociation:
92
92
 
93
93
  @property
94
94
  def associated_entity(self):
95
- """Gets the associated_entity of this ResourceShareAssociation.
95
+ r"""Gets the associated_entity of this ResourceShareAssociation.
96
96
 
97
97
  绑定的实体。这可以是共享资源的URN、账号ID、组织根的URN或OU的URN之一。
98
98
 
@@ -103,7 +103,7 @@ class ResourceShareAssociation:
103
103
 
104
104
  @associated_entity.setter
105
105
  def associated_entity(self, associated_entity):
106
- """Sets the associated_entity of this ResourceShareAssociation.
106
+ r"""Sets the associated_entity of this ResourceShareAssociation.
107
107
 
108
108
  绑定的实体。这可以是共享资源的URN、账号ID、组织根的URN或OU的URN之一。
109
109
 
@@ -114,7 +114,7 @@ class ResourceShareAssociation:
114
114
 
115
115
  @property
116
116
  def association_type(self):
117
- """Gets the association_type of this ResourceShareAssociation.
117
+ r"""Gets the association_type of this ResourceShareAssociation.
118
118
 
119
119
  绑定中包含的实体类型。
120
120
 
@@ -125,7 +125,7 @@ class ResourceShareAssociation:
125
125
 
126
126
  @association_type.setter
127
127
  def association_type(self, association_type):
128
- """Sets the association_type of this ResourceShareAssociation.
128
+ r"""Sets the association_type of this ResourceShareAssociation.
129
129
 
130
130
  绑定中包含的实体类型。
131
131
 
@@ -136,7 +136,7 @@ class ResourceShareAssociation:
136
136
 
137
137
  @property
138
138
  def created_at(self):
139
- """Gets the created_at of this ResourceShareAssociation.
139
+ r"""Gets the created_at of this ResourceShareAssociation.
140
140
 
141
141
  绑定被创建的时间。
142
142
 
@@ -147,7 +147,7 @@ class ResourceShareAssociation:
147
147
 
148
148
  @created_at.setter
149
149
  def created_at(self, created_at):
150
- """Sets the created_at of this ResourceShareAssociation.
150
+ r"""Sets the created_at of this ResourceShareAssociation.
151
151
 
152
152
  绑定被创建的时间。
153
153
 
@@ -158,7 +158,7 @@ class ResourceShareAssociation:
158
158
 
159
159
  @property
160
160
  def updated_at(self):
161
- """Gets the updated_at of this ResourceShareAssociation.
161
+ r"""Gets the updated_at of this ResourceShareAssociation.
162
162
 
163
163
  最后一次更新绑定的时间。
164
164
 
@@ -169,7 +169,7 @@ class ResourceShareAssociation:
169
169
 
170
170
  @updated_at.setter
171
171
  def updated_at(self, updated_at):
172
- """Sets the updated_at of this ResourceShareAssociation.
172
+ r"""Sets the updated_at of this ResourceShareAssociation.
173
173
 
174
174
  最后一次更新绑定的时间。
175
175
 
@@ -180,7 +180,7 @@ class ResourceShareAssociation:
180
180
 
181
181
  @property
182
182
  def external(self):
183
- """Gets the external of this ResourceShareAssociation.
183
+ r"""Gets the external of this ResourceShareAssociation.
184
184
 
185
185
  标识资源使用者是否和共享的拥有者属于同一个组织
186
186
 
@@ -191,7 +191,7 @@ class ResourceShareAssociation:
191
191
 
192
192
  @external.setter
193
193
  def external(self, external):
194
- """Sets the external of this ResourceShareAssociation.
194
+ r"""Sets the external of this ResourceShareAssociation.
195
195
 
196
196
  标识资源使用者是否和共享的拥有者属于同一个组织
197
197
 
@@ -202,7 +202,7 @@ class ResourceShareAssociation:
202
202
 
203
203
  @property
204
204
  def resource_share_id(self):
205
- """Gets the resource_share_id of this ResourceShareAssociation.
205
+ r"""Gets the resource_share_id of this ResourceShareAssociation.
206
206
 
207
207
  资源共享实例的ID。
208
208
 
@@ -213,7 +213,7 @@ class ResourceShareAssociation:
213
213
 
214
214
  @resource_share_id.setter
215
215
  def resource_share_id(self, resource_share_id):
216
- """Sets the resource_share_id of this ResourceShareAssociation.
216
+ r"""Sets the resource_share_id of this ResourceShareAssociation.
217
217
 
218
218
  资源共享实例的ID。
219
219
 
@@ -224,7 +224,7 @@ class ResourceShareAssociation:
224
224
 
225
225
  @property
226
226
  def resource_share_name(self):
227
- """Gets the resource_share_name of this ResourceShareAssociation.
227
+ r"""Gets the resource_share_name of this ResourceShareAssociation.
228
228
 
229
229
  资源共享实例的名称。
230
230
 
@@ -235,7 +235,7 @@ class ResourceShareAssociation:
235
235
 
236
236
  @resource_share_name.setter
237
237
  def resource_share_name(self, resource_share_name):
238
- """Sets the resource_share_name of this ResourceShareAssociation.
238
+ r"""Sets the resource_share_name of this ResourceShareAssociation.
239
239
 
240
240
  资源共享实例的名称。
241
241
 
@@ -246,7 +246,7 @@ class ResourceShareAssociation:
246
246
 
247
247
  @property
248
248
  def status(self):
249
- """Gets the status of this ResourceShareAssociation.
249
+ r"""Gets the status of this ResourceShareAssociation.
250
250
 
251
251
  绑定的当前状态。
252
252
 
@@ -257,7 +257,7 @@ class ResourceShareAssociation:
257
257
 
258
258
  @status.setter
259
259
  def status(self, status):
260
- """Sets the status of this ResourceShareAssociation.
260
+ r"""Sets the status of this ResourceShareAssociation.
261
261
 
262
262
  绑定的当前状态。
263
263
 
@@ -268,7 +268,7 @@ class ResourceShareAssociation:
268
268
 
269
269
  @property
270
270
  def status_message(self):
271
- """Gets the status_message of this ResourceShareAssociation.
271
+ r"""Gets the status_message of this ResourceShareAssociation.
272
272
 
273
273
  绑定的当前状态的描述。
274
274
 
@@ -279,7 +279,7 @@ class ResourceShareAssociation:
279
279
 
280
280
  @status_message.setter
281
281
  def status_message(self, status_message):
282
- """Sets the status_message of this ResourceShareAssociation.
282
+ r"""Sets the status_message of this ResourceShareAssociation.
283
283
 
284
284
  绑定的当前状态的描述。
285
285
 
@@ -27,7 +27,7 @@ class ResourceShareAssociationReqBody:
27
27
  }
28
28
 
29
29
  def __init__(self, principals=None, resource_urns=None):
30
- """ResourceShareAssociationReqBody
30
+ r"""ResourceShareAssociationReqBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class ResourceShareAssociationReqBody:
50
50
 
51
51
  @property
52
52
  def principals(self):
53
- """Gets the principals of this ResourceShareAssociationReqBody.
53
+ r"""Gets the principals of this ResourceShareAssociationReqBody.
54
54
 
55
55
  指定与资源共享实例关联的一个或多个资源使用者的列表。
56
56
 
@@ -61,7 +61,7 @@ class ResourceShareAssociationReqBody:
61
61
 
62
62
  @principals.setter
63
63
  def principals(self, principals):
64
- """Sets the principals of this ResourceShareAssociationReqBody.
64
+ r"""Sets the principals of this ResourceShareAssociationReqBody.
65
65
 
66
66
  指定与资源共享实例关联的一个或多个资源使用者的列表。
67
67
 
@@ -72,7 +72,7 @@ class ResourceShareAssociationReqBody:
72
72
 
73
73
  @property
74
74
  def resource_urns(self):
75
- """Gets the resource_urns of this ResourceShareAssociationReqBody.
75
+ r"""Gets the resource_urns of this ResourceShareAssociationReqBody.
76
76
 
77
77
  指定与资源共享实例关联的一个或多个共享资源URN的列表。
78
78
 
@@ -83,7 +83,7 @@ class ResourceShareAssociationReqBody:
83
83
 
84
84
  @resource_urns.setter
85
85
  def resource_urns(self, resource_urns):
86
- """Sets the resource_urns of this ResourceShareAssociationReqBody.
86
+ r"""Sets the resource_urns of this ResourceShareAssociationReqBody.
87
87
 
88
88
  指定与资源共享实例关联的一个或多个共享资源URN的列表。
89
89
 
@@ -39,7 +39,7 @@ class ResourceShareInvitation:
39
39
  }
40
40
 
41
41
  def __init__(self, receiver_account_id=None, resource_share_id=None, resource_share_name=None, resource_share_invitation_id=None, sender_account_id=None, status=None, created_at=None, updated_at=None):
42
- """ResourceShareInvitation
42
+ r"""ResourceShareInvitation
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
@@ -92,7 +92,7 @@ class ResourceShareInvitation:
92
92
 
93
93
  @property
94
94
  def receiver_account_id(self):
95
- """Gets the receiver_account_id of this ResourceShareInvitation.
95
+ r"""Gets the receiver_account_id of this ResourceShareInvitation.
96
96
 
97
97
  接收资源共享邀请的账号ID。
98
98
 
@@ -103,7 +103,7 @@ class ResourceShareInvitation:
103
103
 
104
104
  @receiver_account_id.setter
105
105
  def receiver_account_id(self, receiver_account_id):
106
- """Sets the receiver_account_id of this ResourceShareInvitation.
106
+ r"""Sets the receiver_account_id of this ResourceShareInvitation.
107
107
 
108
108
  接收资源共享邀请的账号ID。
109
109
 
@@ -114,7 +114,7 @@ class ResourceShareInvitation:
114
114
 
115
115
  @property
116
116
  def resource_share_id(self):
117
- """Gets the resource_share_id of this ResourceShareInvitation.
117
+ r"""Gets the resource_share_id of this ResourceShareInvitation.
118
118
 
119
119
  资源共享实例的ID。
120
120
 
@@ -125,7 +125,7 @@ class ResourceShareInvitation:
125
125
 
126
126
  @resource_share_id.setter
127
127
  def resource_share_id(self, resource_share_id):
128
- """Sets the resource_share_id of this ResourceShareInvitation.
128
+ r"""Sets the resource_share_id of this ResourceShareInvitation.
129
129
 
130
130
  资源共享实例的ID。
131
131
 
@@ -136,7 +136,7 @@ class ResourceShareInvitation:
136
136
 
137
137
  @property
138
138
  def resource_share_name(self):
139
- """Gets the resource_share_name of this ResourceShareInvitation.
139
+ r"""Gets the resource_share_name of this ResourceShareInvitation.
140
140
 
141
141
  资源共享实例的名称。
142
142
 
@@ -147,7 +147,7 @@ class ResourceShareInvitation:
147
147
 
148
148
  @resource_share_name.setter
149
149
  def resource_share_name(self, resource_share_name):
150
- """Sets the resource_share_name of this ResourceShareInvitation.
150
+ r"""Sets the resource_share_name of this ResourceShareInvitation.
151
151
 
152
152
  资源共享实例的名称。
153
153
 
@@ -158,7 +158,7 @@ class ResourceShareInvitation:
158
158
 
159
159
  @property
160
160
  def resource_share_invitation_id(self):
161
- """Gets the resource_share_invitation_id of this ResourceShareInvitation.
161
+ r"""Gets the resource_share_invitation_id of this ResourceShareInvitation.
162
162
 
163
163
  资源共享邀请的ID。
164
164
 
@@ -169,7 +169,7 @@ class ResourceShareInvitation:
169
169
 
170
170
  @resource_share_invitation_id.setter
171
171
  def resource_share_invitation_id(self, resource_share_invitation_id):
172
- """Sets the resource_share_invitation_id of this ResourceShareInvitation.
172
+ r"""Sets the resource_share_invitation_id of this ResourceShareInvitation.
173
173
 
174
174
  资源共享邀请的ID。
175
175
 
@@ -180,7 +180,7 @@ class ResourceShareInvitation:
180
180
 
181
181
  @property
182
182
  def sender_account_id(self):
183
- """Gets the sender_account_id of this ResourceShareInvitation.
183
+ r"""Gets the sender_account_id of this ResourceShareInvitation.
184
184
 
185
185
  发送资源共享邀请的账号ID。
186
186
 
@@ -191,7 +191,7 @@ class ResourceShareInvitation:
191
191
 
192
192
  @sender_account_id.setter
193
193
  def sender_account_id(self, sender_account_id):
194
- """Sets the sender_account_id of this ResourceShareInvitation.
194
+ r"""Sets the sender_account_id of this ResourceShareInvitation.
195
195
 
196
196
  发送资源共享邀请的账号ID。
197
197
 
@@ -202,7 +202,7 @@ class ResourceShareInvitation:
202
202
 
203
203
  @property
204
204
  def status(self):
205
- """Gets the status of this ResourceShareInvitation.
205
+ r"""Gets the status of this ResourceShareInvitation.
206
206
 
207
207
  资源共享邀请的当前状态。
208
208
 
@@ -213,7 +213,7 @@ class ResourceShareInvitation:
213
213
 
214
214
  @status.setter
215
215
  def status(self, status):
216
- """Sets the status of this ResourceShareInvitation.
216
+ r"""Sets the status of this ResourceShareInvitation.
217
217
 
218
218
  资源共享邀请的当前状态。
219
219
 
@@ -224,7 +224,7 @@ class ResourceShareInvitation:
224
224
 
225
225
  @property
226
226
  def created_at(self):
227
- """Gets the created_at of this ResourceShareInvitation.
227
+ r"""Gets the created_at of this ResourceShareInvitation.
228
228
 
229
229
  创建邀请的时间。
230
230
 
@@ -235,7 +235,7 @@ class ResourceShareInvitation:
235
235
 
236
236
  @created_at.setter
237
237
  def created_at(self, created_at):
238
- """Sets the created_at of this ResourceShareInvitation.
238
+ r"""Sets the created_at of this ResourceShareInvitation.
239
239
 
240
240
  创建邀请的时间。
241
241
 
@@ -246,7 +246,7 @@ class ResourceShareInvitation:
246
246
 
247
247
  @property
248
248
  def updated_at(self):
249
- """Gets the updated_at of this ResourceShareInvitation.
249
+ r"""Gets the updated_at of this ResourceShareInvitation.
250
250
 
251
251
  最后一次更新邀请的时间。
252
252
 
@@ -257,7 +257,7 @@ class ResourceShareInvitation:
257
257
 
258
258
  @updated_at.setter
259
259
  def updated_at(self, updated_at):
260
- """Sets the updated_at of this ResourceShareInvitation.
260
+ r"""Sets the updated_at of this ResourceShareInvitation.
261
261
 
262
262
  最后一次更新邀请的时间。
263
263
 
@@ -29,7 +29,7 @@ class ResourceSharesByTagsReqBody:
29
29
  }
30
30
 
31
31
  def __init__(self, without_any_tag=None, tags=None, matches=None):
32
- """ResourceSharesByTagsReqBody
32
+ r"""ResourceSharesByTagsReqBody
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class ResourceSharesByTagsReqBody:
57
57
 
58
58
  @property
59
59
  def without_any_tag(self):
60
- """Gets the without_any_tag of this ResourceSharesByTagsReqBody.
60
+ r"""Gets the without_any_tag of this ResourceSharesByTagsReqBody.
61
61
 
62
62
  不包含任意一个标签,该字段为true时查询所有不带标签的资源。
63
63
 
@@ -68,7 +68,7 @@ class ResourceSharesByTagsReqBody:
68
68
 
69
69
  @without_any_tag.setter
70
70
  def without_any_tag(self, without_any_tag):
71
- """Sets the without_any_tag of this ResourceSharesByTagsReqBody.
71
+ r"""Sets the without_any_tag of this ResourceSharesByTagsReqBody.
72
72
 
73
73
  不包含任意一个标签,该字段为true时查询所有不带标签的资源。
74
74
 
@@ -79,7 +79,7 @@ class ResourceSharesByTagsReqBody:
79
79
 
80
80
  @property
81
81
  def tags(self):
82
- """Gets the tags of this ResourceSharesByTagsReqBody.
82
+ r"""Gets the tags of this ResourceSharesByTagsReqBody.
83
83
 
84
84
  包含标签,最多包含20个key,每个key下面的value最多20个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。返回包含所有标签的资源列表,key之间是\"与\"的关系,key-value结构中value是\"或\"的关系。无tag过滤条件时返回全量数据。
85
85
 
@@ -90,7 +90,7 @@ class ResourceSharesByTagsReqBody:
90
90
 
91
91
  @tags.setter
92
92
  def tags(self, tags):
93
- """Sets the tags of this ResourceSharesByTagsReqBody.
93
+ r"""Sets the tags of this ResourceSharesByTagsReqBody.
94
94
 
95
95
  包含标签,最多包含20个key,每个key下面的value最多20个,结构体不能缺失,key不能为空或者空字符串。Key不能重复,同一个key中values不能重复。返回包含所有标签的资源列表,key之间是\"与\"的关系,key-value结构中value是\"或\"的关系。无tag过滤条件时返回全量数据。
96
96
 
@@ -101,7 +101,7 @@ class ResourceSharesByTagsReqBody:
101
101
 
102
102
  @property
103
103
  def matches(self):
104
- """Gets the matches of this ResourceSharesByTagsReqBody.
104
+ r"""Gets the matches of this ResourceSharesByTagsReqBody.
105
105
 
106
106
  资源共享实例绑定标签列表的匹配字段。
107
107
 
@@ -112,7 +112,7 @@ class ResourceSharesByTagsReqBody:
112
112
 
113
113
  @matches.setter
114
114
  def matches(self, matches):
115
- """Sets the matches of this ResourceSharesByTagsReqBody.
115
+ r"""Sets the matches of this ResourceSharesByTagsReqBody.
116
116
 
117
117
  资源共享实例绑定标签列表的匹配字段。
118
118