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
@@ -39,7 +39,7 @@ class SearchResourceSharesReqBody:
39
39
  }
40
40
 
41
41
  def __init__(self, limit=None, name=None, marker=None, permission_id=None, resource_owner=None, resource_share_ids=None, resource_share_status=None, tag_filters=None):
42
- """SearchResourceSharesReqBody
42
+ r"""SearchResourceSharesReqBody
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
@@ -91,7 +91,7 @@ class SearchResourceSharesReqBody:
91
91
 
92
92
  @property
93
93
  def limit(self):
94
- """Gets the limit of this SearchResourceSharesReqBody.
94
+ r"""Gets the limit of this SearchResourceSharesReqBody.
95
95
 
96
96
  分页页面的最大值。
97
97
 
@@ -102,7 +102,7 @@ class SearchResourceSharesReqBody:
102
102
 
103
103
  @limit.setter
104
104
  def limit(self, limit):
105
- """Sets the limit of this SearchResourceSharesReqBody.
105
+ r"""Sets the limit of this SearchResourceSharesReqBody.
106
106
 
107
107
  分页页面的最大值。
108
108
 
@@ -113,7 +113,7 @@ class SearchResourceSharesReqBody:
113
113
 
114
114
  @property
115
115
  def name(self):
116
- """Gets the name of this SearchResourceSharesReqBody.
116
+ r"""Gets the name of this SearchResourceSharesReqBody.
117
117
 
118
118
  资源共享实例名称。
119
119
 
@@ -124,7 +124,7 @@ class SearchResourceSharesReqBody:
124
124
 
125
125
  @name.setter
126
126
  def name(self, name):
127
- """Sets the name of this SearchResourceSharesReqBody.
127
+ r"""Sets the name of this SearchResourceSharesReqBody.
128
128
 
129
129
  资源共享实例名称。
130
130
 
@@ -135,7 +135,7 @@ class SearchResourceSharesReqBody:
135
135
 
136
136
  @property
137
137
  def marker(self):
138
- """Gets the marker of this SearchResourceSharesReqBody.
138
+ r"""Gets the marker of this SearchResourceSharesReqBody.
139
139
 
140
140
  页面标记。
141
141
 
@@ -146,7 +146,7 @@ class SearchResourceSharesReqBody:
146
146
 
147
147
  @marker.setter
148
148
  def marker(self, marker):
149
- """Sets the marker of this SearchResourceSharesReqBody.
149
+ r"""Sets the marker of this SearchResourceSharesReqBody.
150
150
 
151
151
  页面标记。
152
152
 
@@ -157,7 +157,7 @@ class SearchResourceSharesReqBody:
157
157
 
158
158
  @property
159
159
  def permission_id(self):
160
- """Gets the permission_id of this SearchResourceSharesReqBody.
160
+ r"""Gets the permission_id of this SearchResourceSharesReqBody.
161
161
 
162
162
  权限ID。
163
163
 
@@ -168,7 +168,7 @@ class SearchResourceSharesReqBody:
168
168
 
169
169
  @permission_id.setter
170
170
  def permission_id(self, permission_id):
171
- """Sets the permission_id of this SearchResourceSharesReqBody.
171
+ r"""Sets the permission_id of this SearchResourceSharesReqBody.
172
172
 
173
173
  权限ID。
174
174
 
@@ -179,7 +179,7 @@ class SearchResourceSharesReqBody:
179
179
 
180
180
  @property
181
181
  def resource_owner(self):
182
- """Gets the resource_owner of this SearchResourceSharesReqBody.
182
+ r"""Gets the resource_owner of this SearchResourceSharesReqBody.
183
183
 
184
184
  检索您创建的或共享给您的(self或者other-accounts)资源共享实例。
185
185
 
@@ -190,7 +190,7 @@ class SearchResourceSharesReqBody:
190
190
 
191
191
  @resource_owner.setter
192
192
  def resource_owner(self, resource_owner):
193
- """Sets the resource_owner of this SearchResourceSharesReqBody.
193
+ r"""Sets the resource_owner of this SearchResourceSharesReqBody.
194
194
 
195
195
  检索您创建的或共享给您的(self或者other-accounts)资源共享实例。
196
196
 
@@ -201,7 +201,7 @@ class SearchResourceSharesReqBody:
201
201
 
202
202
  @property
203
203
  def resource_share_ids(self):
204
- """Gets the resource_share_ids of this SearchResourceSharesReqBody.
204
+ r"""Gets the resource_share_ids of this SearchResourceSharesReqBody.
205
205
 
206
206
  资源共享实例的ID列表。
207
207
 
@@ -212,7 +212,7 @@ class SearchResourceSharesReqBody:
212
212
 
213
213
  @resource_share_ids.setter
214
214
  def resource_share_ids(self, resource_share_ids):
215
- """Sets the resource_share_ids of this SearchResourceSharesReqBody.
215
+ r"""Sets the resource_share_ids of this SearchResourceSharesReqBody.
216
216
 
217
217
  资源共享实例的ID列表。
218
218
 
@@ -223,7 +223,7 @@ class SearchResourceSharesReqBody:
223
223
 
224
224
  @property
225
225
  def resource_share_status(self):
226
- """Gets the resource_share_status of this SearchResourceSharesReqBody.
226
+ r"""Gets the resource_share_status of this SearchResourceSharesReqBody.
227
227
 
228
228
  资源共享实例的状态。
229
229
 
@@ -234,7 +234,7 @@ class SearchResourceSharesReqBody:
234
234
 
235
235
  @resource_share_status.setter
236
236
  def resource_share_status(self, resource_share_status):
237
- """Sets the resource_share_status of this SearchResourceSharesReqBody.
237
+ r"""Sets the resource_share_status of this SearchResourceSharesReqBody.
238
238
 
239
239
  资源共享实例的状态。
240
240
 
@@ -245,7 +245,7 @@ class SearchResourceSharesReqBody:
245
245
 
246
246
  @property
247
247
  def tag_filters(self):
248
- """Gets the tag_filters of this SearchResourceSharesReqBody.
248
+ r"""Gets the tag_filters of this SearchResourceSharesReqBody.
249
249
 
250
250
  资源共享实例的标签。
251
251
 
@@ -256,7 +256,7 @@ class SearchResourceSharesReqBody:
256
256
 
257
257
  @tag_filters.setter
258
258
  def tag_filters(self, tag_filters):
259
- """Sets the tag_filters of this SearchResourceSharesReqBody.
259
+ r"""Sets the tag_filters of this SearchResourceSharesReqBody.
260
260
 
261
261
  资源共享实例的标签。
262
262
 
@@ -28,7 +28,7 @@ class SearchResourceSharesRequest:
28
28
  }
29
29
 
30
30
  def __init__(self, x_security_token=None, body=None):
31
- """SearchResourceSharesRequest
31
+ r"""SearchResourceSharesRequest
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class SearchResourceSharesRequest:
51
51
 
52
52
  @property
53
53
  def x_security_token(self):
54
- """Gets the x_security_token of this SearchResourceSharesRequest.
54
+ r"""Gets the x_security_token of this SearchResourceSharesRequest.
55
55
 
56
56
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
57
57
 
@@ -62,7 +62,7 @@ class SearchResourceSharesRequest:
62
62
 
63
63
  @x_security_token.setter
64
64
  def x_security_token(self, x_security_token):
65
- """Sets the x_security_token of this SearchResourceSharesRequest.
65
+ r"""Sets the x_security_token of this SearchResourceSharesRequest.
66
66
 
67
67
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
68
68
 
@@ -73,7 +73,7 @@ class SearchResourceSharesRequest:
73
73
 
74
74
  @property
75
75
  def body(self):
76
- """Gets the body of this SearchResourceSharesRequest.
76
+ r"""Gets the body of this SearchResourceSharesRequest.
77
77
 
78
78
  :return: The body of this SearchResourceSharesRequest.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.SearchResourceSharesReqBody`
@@ -82,7 +82,7 @@ class SearchResourceSharesRequest:
82
82
 
83
83
  @body.setter
84
84
  def body(self, body):
85
- """Sets the body of this SearchResourceSharesRequest.
85
+ r"""Sets the body of this SearchResourceSharesRequest.
86
86
 
87
87
  :param body: The body of this SearchResourceSharesRequest.
88
88
  :type body: :class:`huaweicloudsdkram.v1.SearchResourceSharesReqBody`
@@ -28,7 +28,7 @@ class SearchResourceSharesResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, resource_shares=None, page_info=None):
31
- """SearchResourceSharesResponse
31
+ r"""SearchResourceSharesResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class SearchResourceSharesResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def resource_shares(self):
54
- """Gets the resource_shares of this SearchResourceSharesResponse.
54
+ r"""Gets the resource_shares of this SearchResourceSharesResponse.
55
55
 
56
56
  资源共享实例的详细信息列表。
57
57
 
@@ -62,7 +62,7 @@ class SearchResourceSharesResponse(SdkResponse):
62
62
 
63
63
  @resource_shares.setter
64
64
  def resource_shares(self, resource_shares):
65
- """Sets the resource_shares of this SearchResourceSharesResponse.
65
+ r"""Sets the resource_shares of this SearchResourceSharesResponse.
66
66
 
67
67
  资源共享实例的详细信息列表。
68
68
 
@@ -73,7 +73,7 @@ class SearchResourceSharesResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def page_info(self):
76
- """Gets the page_info of this SearchResourceSharesResponse.
76
+ r"""Gets the page_info of this SearchResourceSharesResponse.
77
77
 
78
78
  :return: The page_info of this SearchResourceSharesResponse.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -82,7 +82,7 @@ class SearchResourceSharesResponse(SdkResponse):
82
82
 
83
83
  @page_info.setter
84
84
  def page_info(self, page_info):
85
- """Sets the page_info of this SearchResourceSharesResponse.
85
+ r"""Sets the page_info of this SearchResourceSharesResponse.
86
86
 
87
87
  :param page_info: The page_info of this SearchResourceSharesResponse.
88
88
  :type page_info: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -35,7 +35,7 @@ class SearchSharedPrincipalsReqBody:
35
35
  }
36
36
 
37
37
  def __init__(self, limit=None, marker=None, principals=None, resource_urn=None, resource_owner=None, resource_share_ids=None):
38
- """SearchSharedPrincipalsReqBody
38
+ r"""SearchSharedPrincipalsReqBody
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -77,7 +77,7 @@ class SearchSharedPrincipalsReqBody:
77
77
 
78
78
  @property
79
79
  def limit(self):
80
- """Gets the limit of this SearchSharedPrincipalsReqBody.
80
+ r"""Gets the limit of this SearchSharedPrincipalsReqBody.
81
81
 
82
82
  分页页面的最大值。
83
83
 
@@ -88,7 +88,7 @@ class SearchSharedPrincipalsReqBody:
88
88
 
89
89
  @limit.setter
90
90
  def limit(self, limit):
91
- """Sets the limit of this SearchSharedPrincipalsReqBody.
91
+ r"""Sets the limit of this SearchSharedPrincipalsReqBody.
92
92
 
93
93
  分页页面的最大值。
94
94
 
@@ -99,7 +99,7 @@ class SearchSharedPrincipalsReqBody:
99
99
 
100
100
  @property
101
101
  def marker(self):
102
- """Gets the marker of this SearchSharedPrincipalsReqBody.
102
+ r"""Gets the marker of this SearchSharedPrincipalsReqBody.
103
103
 
104
104
  页面标记。
105
105
 
@@ -110,7 +110,7 @@ class SearchSharedPrincipalsReqBody:
110
110
 
111
111
  @marker.setter
112
112
  def marker(self, marker):
113
- """Sets the marker of this SearchSharedPrincipalsReqBody.
113
+ r"""Sets the marker of this SearchSharedPrincipalsReqBody.
114
114
 
115
115
  页面标记。
116
116
 
@@ -121,7 +121,7 @@ class SearchSharedPrincipalsReqBody:
121
121
 
122
122
  @property
123
123
  def principals(self):
124
- """Gets the principals of this SearchSharedPrincipalsReqBody.
124
+ r"""Gets the principals of this SearchSharedPrincipalsReqBody.
125
125
 
126
126
  指定资源使用者。
127
127
 
@@ -132,7 +132,7 @@ class SearchSharedPrincipalsReqBody:
132
132
 
133
133
  @principals.setter
134
134
  def principals(self, principals):
135
- """Sets the principals of this SearchSharedPrincipalsReqBody.
135
+ r"""Sets the principals of this SearchSharedPrincipalsReqBody.
136
136
 
137
137
  指定资源使用者。
138
138
 
@@ -143,7 +143,7 @@ class SearchSharedPrincipalsReqBody:
143
143
 
144
144
  @property
145
145
  def resource_urn(self):
146
- """Gets the resource_urn of this SearchSharedPrincipalsReqBody.
146
+ r"""Gets the resource_urn of this SearchSharedPrincipalsReqBody.
147
147
 
148
148
  指定资源的URN。
149
149
 
@@ -154,7 +154,7 @@ class SearchSharedPrincipalsReqBody:
154
154
 
155
155
  @resource_urn.setter
156
156
  def resource_urn(self, resource_urn):
157
- """Sets the resource_urn of this SearchSharedPrincipalsReqBody.
157
+ r"""Sets the resource_urn of this SearchSharedPrincipalsReqBody.
158
158
 
159
159
  指定资源的URN。
160
160
 
@@ -165,7 +165,7 @@ class SearchSharedPrincipalsReqBody:
165
165
 
166
166
  @property
167
167
  def resource_owner(self):
168
- """Gets the resource_owner of this SearchSharedPrincipalsReqBody.
168
+ r"""Gets the resource_owner of this SearchSharedPrincipalsReqBody.
169
169
 
170
170
  指定资源共享实例的所有者(self或者other-accounts)。
171
171
 
@@ -176,7 +176,7 @@ class SearchSharedPrincipalsReqBody:
176
176
 
177
177
  @resource_owner.setter
178
178
  def resource_owner(self, resource_owner):
179
- """Sets the resource_owner of this SearchSharedPrincipalsReqBody.
179
+ r"""Sets the resource_owner of this SearchSharedPrincipalsReqBody.
180
180
 
181
181
  指定资源共享实例的所有者(self或者other-accounts)。
182
182
 
@@ -187,7 +187,7 @@ class SearchSharedPrincipalsReqBody:
187
187
 
188
188
  @property
189
189
  def resource_share_ids(self):
190
- """Gets the resource_share_ids of this SearchSharedPrincipalsReqBody.
190
+ r"""Gets the resource_share_ids of this SearchSharedPrincipalsReqBody.
191
191
 
192
192
  指定资源共享实例的ID列表。
193
193
 
@@ -198,7 +198,7 @@ class SearchSharedPrincipalsReqBody:
198
198
 
199
199
  @resource_share_ids.setter
200
200
  def resource_share_ids(self, resource_share_ids):
201
- """Sets the resource_share_ids of this SearchSharedPrincipalsReqBody.
201
+ r"""Sets the resource_share_ids of this SearchSharedPrincipalsReqBody.
202
202
 
203
203
  指定资源共享实例的ID列表。
204
204
 
@@ -28,7 +28,7 @@ class SearchSharedPrincipalsRequest:
28
28
  }
29
29
 
30
30
  def __init__(self, x_security_token=None, body=None):
31
- """SearchSharedPrincipalsRequest
31
+ r"""SearchSharedPrincipalsRequest
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class SearchSharedPrincipalsRequest:
51
51
 
52
52
  @property
53
53
  def x_security_token(self):
54
- """Gets the x_security_token of this SearchSharedPrincipalsRequest.
54
+ r"""Gets the x_security_token of this SearchSharedPrincipalsRequest.
55
55
 
56
56
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
57
57
 
@@ -62,7 +62,7 @@ class SearchSharedPrincipalsRequest:
62
62
 
63
63
  @x_security_token.setter
64
64
  def x_security_token(self, x_security_token):
65
- """Sets the x_security_token of this SearchSharedPrincipalsRequest.
65
+ r"""Sets the x_security_token of this SearchSharedPrincipalsRequest.
66
66
 
67
67
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
68
68
 
@@ -73,7 +73,7 @@ class SearchSharedPrincipalsRequest:
73
73
 
74
74
  @property
75
75
  def body(self):
76
- """Gets the body of this SearchSharedPrincipalsRequest.
76
+ r"""Gets the body of this SearchSharedPrincipalsRequest.
77
77
 
78
78
  :return: The body of this SearchSharedPrincipalsRequest.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.SearchSharedPrincipalsReqBody`
@@ -82,7 +82,7 @@ class SearchSharedPrincipalsRequest:
82
82
 
83
83
  @body.setter
84
84
  def body(self, body):
85
- """Sets the body of this SearchSharedPrincipalsRequest.
85
+ r"""Sets the body of this SearchSharedPrincipalsRequest.
86
86
 
87
87
  :param body: The body of this SearchSharedPrincipalsRequest.
88
88
  :type body: :class:`huaweicloudsdkram.v1.SearchSharedPrincipalsReqBody`
@@ -28,7 +28,7 @@ class SearchSharedPrincipalsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, shared_principals=None, page_info=None):
31
- """SearchSharedPrincipalsResponse
31
+ r"""SearchSharedPrincipalsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class SearchSharedPrincipalsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def shared_principals(self):
54
- """Gets the shared_principals of this SearchSharedPrincipalsResponse.
54
+ r"""Gets the shared_principals of this SearchSharedPrincipalsResponse.
55
55
 
56
56
  资源使用者的详细信息列表。
57
57
 
@@ -62,7 +62,7 @@ class SearchSharedPrincipalsResponse(SdkResponse):
62
62
 
63
63
  @shared_principals.setter
64
64
  def shared_principals(self, shared_principals):
65
- """Sets the shared_principals of this SearchSharedPrincipalsResponse.
65
+ r"""Sets the shared_principals of this SearchSharedPrincipalsResponse.
66
66
 
67
67
  资源使用者的详细信息列表。
68
68
 
@@ -73,7 +73,7 @@ class SearchSharedPrincipalsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def page_info(self):
76
- """Gets the page_info of this SearchSharedPrincipalsResponse.
76
+ r"""Gets the page_info of this SearchSharedPrincipalsResponse.
77
77
 
78
78
  :return: The page_info of this SearchSharedPrincipalsResponse.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -82,7 +82,7 @@ class SearchSharedPrincipalsResponse(SdkResponse):
82
82
 
83
83
  @page_info.setter
84
84
  def page_info(self, page_info):
85
- """Sets the page_info of this SearchSharedPrincipalsResponse.
85
+ r"""Sets the page_info of this SearchSharedPrincipalsResponse.
86
86
 
87
87
  :param page_info: The page_info of this SearchSharedPrincipalsResponse.
88
88
  :type page_info: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -41,7 +41,7 @@ class SearchSharedResourcesReqBody:
41
41
  }
42
42
 
43
43
  def __init__(self, limit=None, marker=None, principal=None, resource_ids=None, resource_urns=None, resource_owner=None, resource_share_ids=None, resource_region=None, resource_type=None):
44
- """SearchSharedResourcesReqBody
44
+ r"""SearchSharedResourcesReqBody
45
45
 
46
46
  The model defined in huaweicloud sdk
47
47
 
@@ -98,7 +98,7 @@ class SearchSharedResourcesReqBody:
98
98
 
99
99
  @property
100
100
  def limit(self):
101
- """Gets the limit of this SearchSharedResourcesReqBody.
101
+ r"""Gets the limit of this SearchSharedResourcesReqBody.
102
102
 
103
103
  分页页面的最大值。
104
104
 
@@ -109,7 +109,7 @@ class SearchSharedResourcesReqBody:
109
109
 
110
110
  @limit.setter
111
111
  def limit(self, limit):
112
- """Sets the limit of this SearchSharedResourcesReqBody.
112
+ r"""Sets the limit of this SearchSharedResourcesReqBody.
113
113
 
114
114
  分页页面的最大值。
115
115
 
@@ -120,7 +120,7 @@ class SearchSharedResourcesReqBody:
120
120
 
121
121
  @property
122
122
  def marker(self):
123
- """Gets the marker of this SearchSharedResourcesReqBody.
123
+ r"""Gets the marker of this SearchSharedResourcesReqBody.
124
124
 
125
125
  页面标记。
126
126
 
@@ -131,7 +131,7 @@ class SearchSharedResourcesReqBody:
131
131
 
132
132
  @marker.setter
133
133
  def marker(self, marker):
134
- """Sets the marker of this SearchSharedResourcesReqBody.
134
+ r"""Sets the marker of this SearchSharedResourcesReqBody.
135
135
 
136
136
  页面标记。
137
137
 
@@ -142,7 +142,7 @@ class SearchSharedResourcesReqBody:
142
142
 
143
143
  @property
144
144
  def principal(self):
145
- """Gets the principal of this SearchSharedResourcesReqBody.
145
+ r"""Gets the principal of this SearchSharedResourcesReqBody.
146
146
 
147
147
  指定资源使用者。
148
148
 
@@ -153,7 +153,7 @@ class SearchSharedResourcesReqBody:
153
153
 
154
154
  @principal.setter
155
155
  def principal(self, principal):
156
- """Sets the principal of this SearchSharedResourcesReqBody.
156
+ r"""Sets the principal of this SearchSharedResourcesReqBody.
157
157
 
158
158
  指定资源使用者。
159
159
 
@@ -164,7 +164,7 @@ class SearchSharedResourcesReqBody:
164
164
 
165
165
  @property
166
166
  def resource_ids(self):
167
- """Gets the resource_ids of this SearchSharedResourcesReqBody.
167
+ r"""Gets the resource_ids of this SearchSharedResourcesReqBody.
168
168
 
169
169
  指定资源ID列表。
170
170
 
@@ -175,7 +175,7 @@ class SearchSharedResourcesReqBody:
175
175
 
176
176
  @resource_ids.setter
177
177
  def resource_ids(self, resource_ids):
178
- """Sets the resource_ids of this SearchSharedResourcesReqBody.
178
+ r"""Sets the resource_ids of this SearchSharedResourcesReqBody.
179
179
 
180
180
  指定资源ID列表。
181
181
 
@@ -186,7 +186,7 @@ class SearchSharedResourcesReqBody:
186
186
 
187
187
  @property
188
188
  def resource_urns(self):
189
- """Gets the resource_urns of this SearchSharedResourcesReqBody.
189
+ r"""Gets the resource_urns of this SearchSharedResourcesReqBody.
190
190
 
191
191
  指定资源URN的列表。
192
192
 
@@ -197,7 +197,7 @@ class SearchSharedResourcesReqBody:
197
197
 
198
198
  @resource_urns.setter
199
199
  def resource_urns(self, resource_urns):
200
- """Sets the resource_urns of this SearchSharedResourcesReqBody.
200
+ r"""Sets the resource_urns of this SearchSharedResourcesReqBody.
201
201
 
202
202
  指定资源URN的列表。
203
203
 
@@ -208,7 +208,7 @@ class SearchSharedResourcesReqBody:
208
208
 
209
209
  @property
210
210
  def resource_owner(self):
211
- """Gets the resource_owner of this SearchSharedResourcesReqBody.
211
+ r"""Gets the resource_owner of this SearchSharedResourcesReqBody.
212
212
 
213
213
  指定资源共享实例的所有者(self或者other-accounts)。
214
214
 
@@ -219,7 +219,7 @@ class SearchSharedResourcesReqBody:
219
219
 
220
220
  @resource_owner.setter
221
221
  def resource_owner(self, resource_owner):
222
- """Sets the resource_owner of this SearchSharedResourcesReqBody.
222
+ r"""Sets the resource_owner of this SearchSharedResourcesReqBody.
223
223
 
224
224
  指定资源共享实例的所有者(self或者other-accounts)。
225
225
 
@@ -230,7 +230,7 @@ class SearchSharedResourcesReqBody:
230
230
 
231
231
  @property
232
232
  def resource_share_ids(self):
233
- """Gets the resource_share_ids of this SearchSharedResourcesReqBody.
233
+ r"""Gets the resource_share_ids of this SearchSharedResourcesReqBody.
234
234
 
235
235
  指定资源共享实例的ID列表。
236
236
 
@@ -241,7 +241,7 @@ class SearchSharedResourcesReqBody:
241
241
 
242
242
  @resource_share_ids.setter
243
243
  def resource_share_ids(self, resource_share_ids):
244
- """Sets the resource_share_ids of this SearchSharedResourcesReqBody.
244
+ r"""Sets the resource_share_ids of this SearchSharedResourcesReqBody.
245
245
 
246
246
  指定资源共享实例的ID列表。
247
247
 
@@ -252,7 +252,7 @@ class SearchSharedResourcesReqBody:
252
252
 
253
253
  @property
254
254
  def resource_region(self):
255
- """Gets the resource_region of this SearchSharedResourcesReqBody.
255
+ r"""Gets the resource_region of this SearchSharedResourcesReqBody.
256
256
 
257
257
  资源所在的区域。
258
258
 
@@ -263,7 +263,7 @@ class SearchSharedResourcesReqBody:
263
263
 
264
264
  @resource_region.setter
265
265
  def resource_region(self, resource_region):
266
- """Sets the resource_region of this SearchSharedResourcesReqBody.
266
+ r"""Sets the resource_region of this SearchSharedResourcesReqBody.
267
267
 
268
268
  资源所在的区域。
269
269
 
@@ -274,7 +274,7 @@ class SearchSharedResourcesReqBody:
274
274
 
275
275
  @property
276
276
  def resource_type(self):
277
- """Gets the resource_type of this SearchSharedResourcesReqBody.
277
+ r"""Gets the resource_type of this SearchSharedResourcesReqBody.
278
278
 
279
279
  指定资源类型。
280
280
 
@@ -285,7 +285,7 @@ class SearchSharedResourcesReqBody:
285
285
 
286
286
  @resource_type.setter
287
287
  def resource_type(self, resource_type):
288
- """Sets the resource_type of this SearchSharedResourcesReqBody.
288
+ r"""Sets the resource_type of this SearchSharedResourcesReqBody.
289
289
 
290
290
  指定资源类型。
291
291
 
@@ -28,7 +28,7 @@ class SearchSharedResourcesRequest:
28
28
  }
29
29
 
30
30
  def __init__(self, x_security_token=None, body=None):
31
- """SearchSharedResourcesRequest
31
+ r"""SearchSharedResourcesRequest
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class SearchSharedResourcesRequest:
51
51
 
52
52
  @property
53
53
  def x_security_token(self):
54
- """Gets the x_security_token of this SearchSharedResourcesRequest.
54
+ r"""Gets the x_security_token of this SearchSharedResourcesRequest.
55
55
 
56
56
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
57
57
 
@@ -62,7 +62,7 @@ class SearchSharedResourcesRequest:
62
62
 
63
63
  @x_security_token.setter
64
64
  def x_security_token(self, x_security_token):
65
- """Sets the x_security_token of this SearchSharedResourcesRequest.
65
+ r"""Sets the x_security_token of this SearchSharedResourcesRequest.
66
66
 
67
67
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
68
68
 
@@ -73,7 +73,7 @@ class SearchSharedResourcesRequest:
73
73
 
74
74
  @property
75
75
  def body(self):
76
- """Gets the body of this SearchSharedResourcesRequest.
76
+ r"""Gets the body of this SearchSharedResourcesRequest.
77
77
 
78
78
  :return: The body of this SearchSharedResourcesRequest.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.SearchSharedResourcesReqBody`
@@ -82,7 +82,7 @@ class SearchSharedResourcesRequest:
82
82
 
83
83
  @body.setter
84
84
  def body(self, body):
85
- """Sets the body of this SearchSharedResourcesRequest.
85
+ r"""Sets the body of this SearchSharedResourcesRequest.
86
86
 
87
87
  :param body: The body of this SearchSharedResourcesRequest.
88
88
  :type body: :class:`huaweicloudsdkram.v1.SearchSharedResourcesReqBody`