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
@@ -27,7 +27,7 @@ class ResourceTypesSummary:
27
27
  }
28
28
 
29
29
  def __init__(self, region_id=None, resource_type=None):
30
- """ResourceTypesSummary
30
+ r"""ResourceTypesSummary
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class ResourceTypesSummary:
48
48
 
49
49
  @property
50
50
  def region_id(self):
51
- """Gets the region_id of this ResourceTypesSummary.
51
+ r"""Gets the region_id of this ResourceTypesSummary.
52
52
 
53
53
  资源所在区域名称。
54
54
 
@@ -59,7 +59,7 @@ class ResourceTypesSummary:
59
59
 
60
60
  @region_id.setter
61
61
  def region_id(self, region_id):
62
- """Sets the region_id of this ResourceTypesSummary.
62
+ r"""Sets the region_id of this ResourceTypesSummary.
63
63
 
64
64
  资源所在区域名称。
65
65
 
@@ -70,7 +70,7 @@ class ResourceTypesSummary:
70
70
 
71
71
  @property
72
72
  def resource_type(self):
73
- """Gets the resource_type of this ResourceTypesSummary.
73
+ r"""Gets the resource_type of this ResourceTypesSummary.
74
74
 
75
75
  资源类型名称。
76
76
 
@@ -81,7 +81,7 @@ class ResourceTypesSummary:
81
81
 
82
82
  @resource_type.setter
83
83
  def resource_type(self, resource_type):
84
- """Sets the resource_type of this ResourceTypesSummary.
84
+ r"""Sets the resource_type of this ResourceTypesSummary.
85
85
 
86
86
  资源类型名称。
87
87
 
@@ -39,7 +39,7 @@ class SearchResourceShareAssociationsReqBody:
39
39
  }
40
40
 
41
41
  def __init__(self, association_status=None, association_type=None, limit=None, marker=None, principal=None, resource_urn=None, resource_share_ids=None, resource_ids=None):
42
- """SearchResourceShareAssociationsReqBody
42
+ r"""SearchResourceShareAssociationsReqBody
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
@@ -91,7 +91,7 @@ class SearchResourceShareAssociationsReqBody:
91
91
 
92
92
  @property
93
93
  def association_status(self):
94
- """Gets the association_status of this SearchResourceShareAssociationsReqBody.
94
+ r"""Gets the association_status of this SearchResourceShareAssociationsReqBody.
95
95
 
96
96
  指定绑定的状态。
97
97
 
@@ -102,7 +102,7 @@ class SearchResourceShareAssociationsReqBody:
102
102
 
103
103
  @association_status.setter
104
104
  def association_status(self, association_status):
105
- """Sets the association_status of this SearchResourceShareAssociationsReqBody.
105
+ r"""Sets the association_status of this SearchResourceShareAssociationsReqBody.
106
106
 
107
107
  指定绑定的状态。
108
108
 
@@ -113,7 +113,7 @@ class SearchResourceShareAssociationsReqBody:
113
113
 
114
114
  @property
115
115
  def association_type(self):
116
- """Gets the association_type of this SearchResourceShareAssociationsReqBody.
116
+ r"""Gets the association_type of this SearchResourceShareAssociationsReqBody.
117
117
 
118
118
  指定绑定的类型(principal或resource)。
119
119
 
@@ -124,7 +124,7 @@ class SearchResourceShareAssociationsReqBody:
124
124
 
125
125
  @association_type.setter
126
126
  def association_type(self, association_type):
127
- """Sets the association_type of this SearchResourceShareAssociationsReqBody.
127
+ r"""Sets the association_type of this SearchResourceShareAssociationsReqBody.
128
128
 
129
129
  指定绑定的类型(principal或resource)。
130
130
 
@@ -135,7 +135,7 @@ class SearchResourceShareAssociationsReqBody:
135
135
 
136
136
  @property
137
137
  def limit(self):
138
- """Gets the limit of this SearchResourceShareAssociationsReqBody.
138
+ r"""Gets the limit of this SearchResourceShareAssociationsReqBody.
139
139
 
140
140
  分页页面的最大值。
141
141
 
@@ -146,7 +146,7 @@ class SearchResourceShareAssociationsReqBody:
146
146
 
147
147
  @limit.setter
148
148
  def limit(self, limit):
149
- """Sets the limit of this SearchResourceShareAssociationsReqBody.
149
+ r"""Sets the limit of this SearchResourceShareAssociationsReqBody.
150
150
 
151
151
  分页页面的最大值。
152
152
 
@@ -157,7 +157,7 @@ class SearchResourceShareAssociationsReqBody:
157
157
 
158
158
  @property
159
159
  def marker(self):
160
- """Gets the marker of this SearchResourceShareAssociationsReqBody.
160
+ r"""Gets the marker of this SearchResourceShareAssociationsReqBody.
161
161
 
162
162
  页面标记。
163
163
 
@@ -168,7 +168,7 @@ class SearchResourceShareAssociationsReqBody:
168
168
 
169
169
  @marker.setter
170
170
  def marker(self, marker):
171
- """Sets the marker of this SearchResourceShareAssociationsReqBody.
171
+ r"""Sets the marker of this SearchResourceShareAssociationsReqBody.
172
172
 
173
173
  页面标记。
174
174
 
@@ -179,7 +179,7 @@ class SearchResourceShareAssociationsReqBody:
179
179
 
180
180
  @property
181
181
  def principal(self):
182
- """Gets the principal of this SearchResourceShareAssociationsReqBody.
182
+ r"""Gets the principal of this SearchResourceShareAssociationsReqBody.
183
183
 
184
184
  指定绑定的资源使用者。
185
185
 
@@ -190,7 +190,7 @@ class SearchResourceShareAssociationsReqBody:
190
190
 
191
191
  @principal.setter
192
192
  def principal(self, principal):
193
- """Sets the principal of this SearchResourceShareAssociationsReqBody.
193
+ r"""Sets the principal of this SearchResourceShareAssociationsReqBody.
194
194
 
195
195
  指定绑定的资源使用者。
196
196
 
@@ -201,7 +201,7 @@ class SearchResourceShareAssociationsReqBody:
201
201
 
202
202
  @property
203
203
  def resource_urn(self):
204
- """Gets the resource_urn of this SearchResourceShareAssociationsReqBody.
204
+ r"""Gets the resource_urn of this SearchResourceShareAssociationsReqBody.
205
205
 
206
206
  指定绑定的共享资源URN。
207
207
 
@@ -212,7 +212,7 @@ class SearchResourceShareAssociationsReqBody:
212
212
 
213
213
  @resource_urn.setter
214
214
  def resource_urn(self, resource_urn):
215
- """Sets the resource_urn of this SearchResourceShareAssociationsReqBody.
215
+ r"""Sets the resource_urn of this SearchResourceShareAssociationsReqBody.
216
216
 
217
217
  指定绑定的共享资源URN。
218
218
 
@@ -223,7 +223,7 @@ class SearchResourceShareAssociationsReqBody:
223
223
 
224
224
  @property
225
225
  def resource_share_ids(self):
226
- """Gets the resource_share_ids of this SearchResourceShareAssociationsReqBody.
226
+ r"""Gets the resource_share_ids of this SearchResourceShareAssociationsReqBody.
227
227
 
228
228
  指定资源共享实例的ID列表。
229
229
 
@@ -234,7 +234,7 @@ class SearchResourceShareAssociationsReqBody:
234
234
 
235
235
  @resource_share_ids.setter
236
236
  def resource_share_ids(self, resource_share_ids):
237
- """Sets the resource_share_ids of this SearchResourceShareAssociationsReqBody.
237
+ r"""Sets the resource_share_ids of this SearchResourceShareAssociationsReqBody.
238
238
 
239
239
  指定资源共享实例的ID列表。
240
240
 
@@ -245,7 +245,7 @@ class SearchResourceShareAssociationsReqBody:
245
245
 
246
246
  @property
247
247
  def resource_ids(self):
248
- """Gets the resource_ids of this SearchResourceShareAssociationsReqBody.
248
+ r"""Gets the resource_ids of this SearchResourceShareAssociationsReqBody.
249
249
 
250
250
  指定共享资源ID列表。
251
251
 
@@ -256,7 +256,7 @@ class SearchResourceShareAssociationsReqBody:
256
256
 
257
257
  @resource_ids.setter
258
258
  def resource_ids(self, resource_ids):
259
- """Sets the resource_ids of this SearchResourceShareAssociationsReqBody.
259
+ r"""Sets the resource_ids of this SearchResourceShareAssociationsReqBody.
260
260
 
261
261
  指定共享资源ID列表。
262
262
 
@@ -28,7 +28,7 @@ class SearchResourceShareAssociationsRequest:
28
28
  }
29
29
 
30
30
  def __init__(self, x_security_token=None, body=None):
31
- """SearchResourceShareAssociationsRequest
31
+ r"""SearchResourceShareAssociationsRequest
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class SearchResourceShareAssociationsRequest:
51
51
 
52
52
  @property
53
53
  def x_security_token(self):
54
- """Gets the x_security_token of this SearchResourceShareAssociationsRequest.
54
+ r"""Gets the x_security_token of this SearchResourceShareAssociationsRequest.
55
55
 
56
56
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
57
57
 
@@ -62,7 +62,7 @@ class SearchResourceShareAssociationsRequest:
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 SearchResourceShareAssociationsRequest.
65
+ r"""Sets the x_security_token of this SearchResourceShareAssociationsRequest.
66
66
 
67
67
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
68
68
 
@@ -73,7 +73,7 @@ class SearchResourceShareAssociationsRequest:
73
73
 
74
74
  @property
75
75
  def body(self):
76
- """Gets the body of this SearchResourceShareAssociationsRequest.
76
+ r"""Gets the body of this SearchResourceShareAssociationsRequest.
77
77
 
78
78
  :return: The body of this SearchResourceShareAssociationsRequest.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.SearchResourceShareAssociationsReqBody`
@@ -82,7 +82,7 @@ class SearchResourceShareAssociationsRequest:
82
82
 
83
83
  @body.setter
84
84
  def body(self, body):
85
- """Sets the body of this SearchResourceShareAssociationsRequest.
85
+ r"""Sets the body of this SearchResourceShareAssociationsRequest.
86
86
 
87
87
  :param body: The body of this SearchResourceShareAssociationsRequest.
88
88
  :type body: :class:`huaweicloudsdkram.v1.SearchResourceShareAssociationsReqBody`
@@ -28,7 +28,7 @@ class SearchResourceShareAssociationsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, resource_share_associations=None, page_info=None):
31
- """SearchResourceShareAssociationsResponse
31
+ r"""SearchResourceShareAssociationsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class SearchResourceShareAssociationsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def resource_share_associations(self):
54
- """Gets the resource_share_associations of this SearchResourceShareAssociationsResponse.
54
+ r"""Gets the resource_share_associations of this SearchResourceShareAssociationsResponse.
55
55
 
56
56
  绑定的详细信息列表。
57
57
 
@@ -62,7 +62,7 @@ class SearchResourceShareAssociationsResponse(SdkResponse):
62
62
 
63
63
  @resource_share_associations.setter
64
64
  def resource_share_associations(self, resource_share_associations):
65
- """Sets the resource_share_associations of this SearchResourceShareAssociationsResponse.
65
+ r"""Sets the resource_share_associations of this SearchResourceShareAssociationsResponse.
66
66
 
67
67
  绑定的详细信息列表。
68
68
 
@@ -73,7 +73,7 @@ class SearchResourceShareAssociationsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def page_info(self):
76
- """Gets the page_info of this SearchResourceShareAssociationsResponse.
76
+ r"""Gets the page_info of this SearchResourceShareAssociationsResponse.
77
77
 
78
78
  :return: The page_info of this SearchResourceShareAssociationsResponse.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -82,7 +82,7 @@ class SearchResourceShareAssociationsResponse(SdkResponse):
82
82
 
83
83
  @page_info.setter
84
84
  def page_info(self, page_info):
85
- """Sets the page_info of this SearchResourceShareAssociationsResponse.
85
+ r"""Sets the page_info of this SearchResourceShareAssociationsResponse.
86
86
 
87
87
  :param page_info: The page_info of this SearchResourceShareAssociationsResponse.
88
88
  :type page_info: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -28,7 +28,7 @@ class SearchResourceShareCountByTagsRequest:
28
28
  }
29
29
 
30
30
  def __init__(self, x_security_token=None, body=None):
31
- """SearchResourceShareCountByTagsRequest
31
+ r"""SearchResourceShareCountByTagsRequest
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class SearchResourceShareCountByTagsRequest:
51
51
 
52
52
  @property
53
53
  def x_security_token(self):
54
- """Gets the x_security_token of this SearchResourceShareCountByTagsRequest.
54
+ r"""Gets the x_security_token of this SearchResourceShareCountByTagsRequest.
55
55
 
56
56
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
57
57
 
@@ -62,7 +62,7 @@ class SearchResourceShareCountByTagsRequest:
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 SearchResourceShareCountByTagsRequest.
65
+ r"""Sets the x_security_token of this SearchResourceShareCountByTagsRequest.
66
66
 
67
67
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
68
68
 
@@ -73,7 +73,7 @@ class SearchResourceShareCountByTagsRequest:
73
73
 
74
74
  @property
75
75
  def body(self):
76
- """Gets the body of this SearchResourceShareCountByTagsRequest.
76
+ r"""Gets the body of this SearchResourceShareCountByTagsRequest.
77
77
 
78
78
  :return: The body of this SearchResourceShareCountByTagsRequest.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.ResourceSharesByTagsReqBody`
@@ -82,7 +82,7 @@ class SearchResourceShareCountByTagsRequest:
82
82
 
83
83
  @body.setter
84
84
  def body(self, body):
85
- """Sets the body of this SearchResourceShareCountByTagsRequest.
85
+ r"""Sets the body of this SearchResourceShareCountByTagsRequest.
86
86
 
87
87
  :param body: The body of this SearchResourceShareCountByTagsRequest.
88
88
  :type body: :class:`huaweicloudsdkram.v1.ResourceSharesByTagsReqBody`
@@ -26,7 +26,7 @@ class SearchResourceShareCountByTagsResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, total_count=None):
29
- """SearchResourceShareCountByTagsResponse
29
+ r"""SearchResourceShareCountByTagsResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class SearchResourceShareCountByTagsResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def total_count(self):
47
- """Gets the total_count of this SearchResourceShareCountByTagsResponse.
47
+ r"""Gets the total_count of this SearchResourceShareCountByTagsResponse.
48
48
 
49
49
  总记录数。
50
50
 
@@ -55,7 +55,7 @@ class SearchResourceShareCountByTagsResponse(SdkResponse):
55
55
 
56
56
  @total_count.setter
57
57
  def total_count(self, total_count):
58
- """Sets the total_count of this SearchResourceShareCountByTagsResponse.
58
+ r"""Sets the total_count of this SearchResourceShareCountByTagsResponse.
59
59
 
60
60
  总记录数。
61
61
 
@@ -33,7 +33,7 @@ class SearchResourceShareInvitationReqBody:
33
33
  }
34
34
 
35
35
  def __init__(self, resource_share_ids=None, resource_share_invitation_ids=None, status=None, limit=None, marker=None):
36
- """SearchResourceShareInvitationReqBody
36
+ r"""SearchResourceShareInvitationReqBody
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -71,7 +71,7 @@ class SearchResourceShareInvitationReqBody:
71
71
 
72
72
  @property
73
73
  def resource_share_ids(self):
74
- """Gets the resource_share_ids of this SearchResourceShareInvitationReqBody.
74
+ r"""Gets the resource_share_ids of this SearchResourceShareInvitationReqBody.
75
75
 
76
76
  资源共享实例的ID列表。
77
77
 
@@ -82,7 +82,7 @@ class SearchResourceShareInvitationReqBody:
82
82
 
83
83
  @resource_share_ids.setter
84
84
  def resource_share_ids(self, resource_share_ids):
85
- """Sets the resource_share_ids of this SearchResourceShareInvitationReqBody.
85
+ r"""Sets the resource_share_ids of this SearchResourceShareInvitationReqBody.
86
86
 
87
87
  资源共享实例的ID列表。
88
88
 
@@ -93,7 +93,7 @@ class SearchResourceShareInvitationReqBody:
93
93
 
94
94
  @property
95
95
  def resource_share_invitation_ids(self):
96
- """Gets the resource_share_invitation_ids of this SearchResourceShareInvitationReqBody.
96
+ r"""Gets the resource_share_invitation_ids of this SearchResourceShareInvitationReqBody.
97
97
 
98
98
  资源共享邀请的ID列表。
99
99
 
@@ -104,7 +104,7 @@ class SearchResourceShareInvitationReqBody:
104
104
 
105
105
  @resource_share_invitation_ids.setter
106
106
  def resource_share_invitation_ids(self, resource_share_invitation_ids):
107
- """Sets the resource_share_invitation_ids of this SearchResourceShareInvitationReqBody.
107
+ r"""Sets the resource_share_invitation_ids of this SearchResourceShareInvitationReqBody.
108
108
 
109
109
  资源共享邀请的ID列表。
110
110
 
@@ -115,7 +115,7 @@ class SearchResourceShareInvitationReqBody:
115
115
 
116
116
  @property
117
117
  def status(self):
118
- """Gets the status of this SearchResourceShareInvitationReqBody.
118
+ r"""Gets the status of this SearchResourceShareInvitationReqBody.
119
119
 
120
120
  资源共享邀请的当前状态。
121
121
 
@@ -126,7 +126,7 @@ class SearchResourceShareInvitationReqBody:
126
126
 
127
127
  @status.setter
128
128
  def status(self, status):
129
- """Sets the status of this SearchResourceShareInvitationReqBody.
129
+ r"""Sets the status of this SearchResourceShareInvitationReqBody.
130
130
 
131
131
  资源共享邀请的当前状态。
132
132
 
@@ -137,7 +137,7 @@ class SearchResourceShareInvitationReqBody:
137
137
 
138
138
  @property
139
139
  def limit(self):
140
- """Gets the limit of this SearchResourceShareInvitationReqBody.
140
+ r"""Gets the limit of this SearchResourceShareInvitationReqBody.
141
141
 
142
142
  分页页面的最大值。
143
143
 
@@ -148,7 +148,7 @@ class SearchResourceShareInvitationReqBody:
148
148
 
149
149
  @limit.setter
150
150
  def limit(self, limit):
151
- """Sets the limit of this SearchResourceShareInvitationReqBody.
151
+ r"""Sets the limit of this SearchResourceShareInvitationReqBody.
152
152
 
153
153
  分页页面的最大值。
154
154
 
@@ -159,7 +159,7 @@ class SearchResourceShareInvitationReqBody:
159
159
 
160
160
  @property
161
161
  def marker(self):
162
- """Gets the marker of this SearchResourceShareInvitationReqBody.
162
+ r"""Gets the marker of this SearchResourceShareInvitationReqBody.
163
163
 
164
164
  分页位置标识。从marker指定索引的下一条数据开始查询。查询第一页数据时,不需要传入此参数,查询后续页码数据时,将查询前一页数据响应体中marker值配入此参数。
165
165
 
@@ -170,7 +170,7 @@ class SearchResourceShareInvitationReqBody:
170
170
 
171
171
  @marker.setter
172
172
  def marker(self, marker):
173
- """Sets the marker of this SearchResourceShareInvitationReqBody.
173
+ r"""Sets the marker of this SearchResourceShareInvitationReqBody.
174
174
 
175
175
  分页位置标识。从marker指定索引的下一条数据开始查询。查询第一页数据时,不需要传入此参数,查询后续页码数据时,将查询前一页数据响应体中marker值配入此参数。
176
176
 
@@ -28,7 +28,7 @@ class SearchResourceShareInvitationRequest:
28
28
  }
29
29
 
30
30
  def __init__(self, x_security_token=None, body=None):
31
- """SearchResourceShareInvitationRequest
31
+ r"""SearchResourceShareInvitationRequest
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class SearchResourceShareInvitationRequest:
51
51
 
52
52
  @property
53
53
  def x_security_token(self):
54
- """Gets the x_security_token of this SearchResourceShareInvitationRequest.
54
+ r"""Gets the x_security_token of this SearchResourceShareInvitationRequest.
55
55
 
56
56
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
57
57
 
@@ -62,7 +62,7 @@ class SearchResourceShareInvitationRequest:
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 SearchResourceShareInvitationRequest.
65
+ r"""Sets the x_security_token of this SearchResourceShareInvitationRequest.
66
66
 
67
67
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
68
68
 
@@ -73,7 +73,7 @@ class SearchResourceShareInvitationRequest:
73
73
 
74
74
  @property
75
75
  def body(self):
76
- """Gets the body of this SearchResourceShareInvitationRequest.
76
+ r"""Gets the body of this SearchResourceShareInvitationRequest.
77
77
 
78
78
  :return: The body of this SearchResourceShareInvitationRequest.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.SearchResourceShareInvitationReqBody`
@@ -82,7 +82,7 @@ class SearchResourceShareInvitationRequest:
82
82
 
83
83
  @body.setter
84
84
  def body(self, body):
85
- """Sets the body of this SearchResourceShareInvitationRequest.
85
+ r"""Sets the body of this SearchResourceShareInvitationRequest.
86
86
 
87
87
  :param body: The body of this SearchResourceShareInvitationRequest.
88
88
  :type body: :class:`huaweicloudsdkram.v1.SearchResourceShareInvitationReqBody`
@@ -28,7 +28,7 @@ class SearchResourceShareInvitationResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, resource_share_invitations=None, page_info=None):
31
- """SearchResourceShareInvitationResponse
31
+ r"""SearchResourceShareInvitationResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class SearchResourceShareInvitationResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def resource_share_invitations(self):
54
- """Gets the resource_share_invitations of this SearchResourceShareInvitationResponse.
54
+ r"""Gets the resource_share_invitations of this SearchResourceShareInvitationResponse.
55
55
 
56
56
  :return: The resource_share_invitations of this SearchResourceShareInvitationResponse.
57
57
  :rtype: list[:class:`huaweicloudsdkram.v1.ResourceShareInvitation`]
@@ -60,7 +60,7 @@ class SearchResourceShareInvitationResponse(SdkResponse):
60
60
 
61
61
  @resource_share_invitations.setter
62
62
  def resource_share_invitations(self, resource_share_invitations):
63
- """Sets the resource_share_invitations of this SearchResourceShareInvitationResponse.
63
+ r"""Sets the resource_share_invitations of this SearchResourceShareInvitationResponse.
64
64
 
65
65
  :param resource_share_invitations: The resource_share_invitations of this SearchResourceShareInvitationResponse.
66
66
  :type resource_share_invitations: list[:class:`huaweicloudsdkram.v1.ResourceShareInvitation`]
@@ -69,7 +69,7 @@ class SearchResourceShareInvitationResponse(SdkResponse):
69
69
 
70
70
  @property
71
71
  def page_info(self):
72
- """Gets the page_info of this SearchResourceShareInvitationResponse.
72
+ r"""Gets the page_info of this SearchResourceShareInvitationResponse.
73
73
 
74
74
  :return: The page_info of this SearchResourceShareInvitationResponse.
75
75
  :rtype: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -78,7 +78,7 @@ class SearchResourceShareInvitationResponse(SdkResponse):
78
78
 
79
79
  @page_info.setter
80
80
  def page_info(self, page_info):
81
- """Sets the page_info of this SearchResourceShareInvitationResponse.
81
+ r"""Sets the page_info of this SearchResourceShareInvitationResponse.
82
82
 
83
83
  :param page_info: The page_info of this SearchResourceShareInvitationResponse.
84
84
  :type page_info: :class:`huaweicloudsdkram.v1.PageInfo`