huaweicloudsdkram 3.1.141__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.141.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.141.dist-info/RECORD +0 -100
  94. {huaweicloudsdkram-3.1.141.dist-info → huaweicloudsdkram-3.1.143.dist-info}/LICENSE +0 -0
  95. {huaweicloudsdkram-3.1.141.dist-info → huaweicloudsdkram-3.1.143.dist-info}/WHEEL +0 -0
  96. {huaweicloudsdkram-3.1.141.dist-info → huaweicloudsdkram-3.1.143.dist-info}/top_level.txt +0 -0
@@ -26,7 +26,7 @@ class ListQuotaRequest:
26
26
  }
27
27
 
28
28
  def __init__(self, x_security_token=None):
29
- """ListQuotaRequest
29
+ r"""ListQuotaRequest
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ListQuotaRequest:
44
44
 
45
45
  @property
46
46
  def x_security_token(self):
47
- """Gets the x_security_token of this ListQuotaRequest.
47
+ r"""Gets the x_security_token of this ListQuotaRequest.
48
48
 
49
49
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
50
50
 
@@ -55,7 +55,7 @@ class ListQuotaRequest:
55
55
 
56
56
  @x_security_token.setter
57
57
  def x_security_token(self, x_security_token):
58
- """Sets the x_security_token of this ListQuotaRequest.
58
+ r"""Sets the x_security_token of this ListQuotaRequest.
59
59
 
60
60
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
61
61
 
@@ -26,7 +26,7 @@ class ListQuotaResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, quotas=None):
29
- """ListQuotaResponse
29
+ r"""ListQuotaResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ListQuotaResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def quotas(self):
47
- """Gets the quotas of this ListQuotaResponse.
47
+ r"""Gets the quotas of this ListQuotaResponse.
48
48
 
49
49
  :return: The quotas of this ListQuotaResponse.
50
50
  :rtype: :class:`huaweicloudsdkram.v1.QuotaResourcesDto`
@@ -53,7 +53,7 @@ class ListQuotaResponse(SdkResponse):
53
53
 
54
54
  @quotas.setter
55
55
  def quotas(self, quotas):
56
- """Sets the quotas of this ListQuotaResponse.
56
+ r"""Sets the quotas of this ListQuotaResponse.
57
57
 
58
58
  :param quotas: The quotas of this ListQuotaResponse.
59
59
  :type quotas: :class:`huaweicloudsdkram.v1.QuotaResourcesDto`
@@ -34,7 +34,7 @@ class ListResourceSharePermissionsRequest:
34
34
  }
35
35
 
36
36
  def __init__(self, x_security_token=None, resource_share_id=None, permission_name=None, limit=None, marker=None):
37
- """ListResourceSharePermissionsRequest
37
+ r"""ListResourceSharePermissionsRequest
38
38
 
39
39
  The model defined in huaweicloud sdk
40
40
 
@@ -71,7 +71,7 @@ class ListResourceSharePermissionsRequest:
71
71
 
72
72
  @property
73
73
  def x_security_token(self):
74
- """Gets the x_security_token of this ListResourceSharePermissionsRequest.
74
+ r"""Gets the x_security_token of this ListResourceSharePermissionsRequest.
75
75
 
76
76
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
77
77
 
@@ -82,7 +82,7 @@ class ListResourceSharePermissionsRequest:
82
82
 
83
83
  @x_security_token.setter
84
84
  def x_security_token(self, x_security_token):
85
- """Sets the x_security_token of this ListResourceSharePermissionsRequest.
85
+ r"""Sets the x_security_token of this ListResourceSharePermissionsRequest.
86
86
 
87
87
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
88
88
 
@@ -93,7 +93,7 @@ class ListResourceSharePermissionsRequest:
93
93
 
94
94
  @property
95
95
  def resource_share_id(self):
96
- """Gets the resource_share_id of this ListResourceSharePermissionsRequest.
96
+ r"""Gets the resource_share_id of this ListResourceSharePermissionsRequest.
97
97
 
98
98
  资源共享实例的ID。
99
99
 
@@ -104,7 +104,7 @@ class ListResourceSharePermissionsRequest:
104
104
 
105
105
  @resource_share_id.setter
106
106
  def resource_share_id(self, resource_share_id):
107
- """Sets the resource_share_id of this ListResourceSharePermissionsRequest.
107
+ r"""Sets the resource_share_id of this ListResourceSharePermissionsRequest.
108
108
 
109
109
  资源共享实例的ID。
110
110
 
@@ -115,7 +115,7 @@ class ListResourceSharePermissionsRequest:
115
115
 
116
116
  @property
117
117
  def permission_name(self):
118
- """Gets the permission_name of this ListResourceSharePermissionsRequest.
118
+ r"""Gets the permission_name of this ListResourceSharePermissionsRequest.
119
119
 
120
120
  共享资源权限的名称。
121
121
 
@@ -126,7 +126,7 @@ class ListResourceSharePermissionsRequest:
126
126
 
127
127
  @permission_name.setter
128
128
  def permission_name(self, permission_name):
129
- """Sets the permission_name of this ListResourceSharePermissionsRequest.
129
+ r"""Sets the permission_name of this ListResourceSharePermissionsRequest.
130
130
 
131
131
  共享资源权限的名称。
132
132
 
@@ -137,7 +137,7 @@ class ListResourceSharePermissionsRequest:
137
137
 
138
138
  @property
139
139
  def limit(self):
140
- """Gets the limit of this ListResourceSharePermissionsRequest.
140
+ r"""Gets the limit of this ListResourceSharePermissionsRequest.
141
141
 
142
142
  分页页面的最大值。
143
143
 
@@ -148,7 +148,7 @@ class ListResourceSharePermissionsRequest:
148
148
 
149
149
  @limit.setter
150
150
  def limit(self, limit):
151
- """Sets the limit of this ListResourceSharePermissionsRequest.
151
+ r"""Sets the limit of this ListResourceSharePermissionsRequest.
152
152
 
153
153
  分页页面的最大值。
154
154
 
@@ -159,7 +159,7 @@ class ListResourceSharePermissionsRequest:
159
159
 
160
160
  @property
161
161
  def marker(self):
162
- """Gets the marker of this ListResourceSharePermissionsRequest.
162
+ r"""Gets the marker of this ListResourceSharePermissionsRequest.
163
163
 
164
164
  页面标记。
165
165
 
@@ -170,7 +170,7 @@ class ListResourceSharePermissionsRequest:
170
170
 
171
171
  @marker.setter
172
172
  def marker(self, marker):
173
- """Sets the marker of this ListResourceSharePermissionsRequest.
173
+ r"""Sets the marker of this ListResourceSharePermissionsRequest.
174
174
 
175
175
  页面标记。
176
176
 
@@ -28,7 +28,7 @@ class ListResourceSharePermissionsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, associated_permissions=None, page_info=None):
31
- """ListResourceSharePermissionsResponse
31
+ r"""ListResourceSharePermissionsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListResourceSharePermissionsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def associated_permissions(self):
54
- """Gets the associated_permissions of this ListResourceSharePermissionsResponse.
54
+ r"""Gets the associated_permissions of this ListResourceSharePermissionsResponse.
55
55
 
56
56
  资源共享实例关联的共享资源权限信息列表。
57
57
 
@@ -62,7 +62,7 @@ class ListResourceSharePermissionsResponse(SdkResponse):
62
62
 
63
63
  @associated_permissions.setter
64
64
  def associated_permissions(self, associated_permissions):
65
- """Sets the associated_permissions of this ListResourceSharePermissionsResponse.
65
+ r"""Sets the associated_permissions of this ListResourceSharePermissionsResponse.
66
66
 
67
67
  资源共享实例关联的共享资源权限信息列表。
68
68
 
@@ -73,7 +73,7 @@ class ListResourceSharePermissionsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def page_info(self):
76
- """Gets the page_info of this ListResourceSharePermissionsResponse.
76
+ r"""Gets the page_info of this ListResourceSharePermissionsResponse.
77
77
 
78
78
  :return: The page_info of this ListResourceSharePermissionsResponse.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -82,7 +82,7 @@ class ListResourceSharePermissionsResponse(SdkResponse):
82
82
 
83
83
  @page_info.setter
84
84
  def page_info(self, page_info):
85
- """Sets the page_info of this ListResourceSharePermissionsResponse.
85
+ r"""Sets the page_info of this ListResourceSharePermissionsResponse.
86
86
 
87
87
  :param page_info: The page_info of this ListResourceSharePermissionsResponse.
88
88
  :type page_info: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -30,7 +30,7 @@ class ListResourceShareTagsRequest:
30
30
  }
31
31
 
32
32
  def __init__(self, limit=None, marker=None, x_security_token=None):
33
- """ListResourceShareTagsRequest
33
+ r"""ListResourceShareTagsRequest
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class ListResourceShareTagsRequest:
58
58
 
59
59
  @property
60
60
  def limit(self):
61
- """Gets the limit of this ListResourceShareTagsRequest.
61
+ r"""Gets the limit of this ListResourceShareTagsRequest.
62
62
 
63
63
  分页页面的最大值。
64
64
 
@@ -69,7 +69,7 @@ class ListResourceShareTagsRequest:
69
69
 
70
70
  @limit.setter
71
71
  def limit(self, limit):
72
- """Sets the limit of this ListResourceShareTagsRequest.
72
+ r"""Sets the limit of this ListResourceShareTagsRequest.
73
73
 
74
74
  分页页面的最大值。
75
75
 
@@ -80,7 +80,7 @@ class ListResourceShareTagsRequest:
80
80
 
81
81
  @property
82
82
  def marker(self):
83
- """Gets the marker of this ListResourceShareTagsRequest.
83
+ r"""Gets the marker of this ListResourceShareTagsRequest.
84
84
 
85
85
  页面标记。
86
86
 
@@ -91,7 +91,7 @@ class ListResourceShareTagsRequest:
91
91
 
92
92
  @marker.setter
93
93
  def marker(self, marker):
94
- """Sets the marker of this ListResourceShareTagsRequest.
94
+ r"""Sets the marker of this ListResourceShareTagsRequest.
95
95
 
96
96
  页面标记。
97
97
 
@@ -102,7 +102,7 @@ class ListResourceShareTagsRequest:
102
102
 
103
103
  @property
104
104
  def x_security_token(self):
105
- """Gets the x_security_token of this ListResourceShareTagsRequest.
105
+ r"""Gets the x_security_token of this ListResourceShareTagsRequest.
106
106
 
107
107
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
108
108
 
@@ -113,7 +113,7 @@ class ListResourceShareTagsRequest:
113
113
 
114
114
  @x_security_token.setter
115
115
  def x_security_token(self, x_security_token):
116
- """Sets the x_security_token of this ListResourceShareTagsRequest.
116
+ r"""Sets the x_security_token of this ListResourceShareTagsRequest.
117
117
 
118
118
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
119
119
 
@@ -28,7 +28,7 @@ class ListResourceShareTagsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, tags=None, page_info=None):
31
- """ListResourceShareTagsResponse
31
+ r"""ListResourceShareTagsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListResourceShareTagsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def tags(self):
54
- """Gets the tags of this ListResourceShareTagsResponse.
54
+ r"""Gets the tags of this ListResourceShareTagsResponse.
55
55
 
56
56
  一个或多个标签键值对的列表。标签键必须存在,而不是空字符串。标签值必须存在,但可以是空字符串。
57
57
 
@@ -62,7 +62,7 @@ class ListResourceShareTagsResponse(SdkResponse):
62
62
 
63
63
  @tags.setter
64
64
  def tags(self, tags):
65
- """Sets the tags of this ListResourceShareTagsResponse.
65
+ r"""Sets the tags of this ListResourceShareTagsResponse.
66
66
 
67
67
  一个或多个标签键值对的列表。标签键必须存在,而不是空字符串。标签值必须存在,但可以是空字符串。
68
68
 
@@ -73,7 +73,7 @@ class ListResourceShareTagsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def page_info(self):
76
- """Gets the page_info of this ListResourceShareTagsResponse.
76
+ r"""Gets the page_info of this ListResourceShareTagsResponse.
77
77
 
78
78
  :return: The page_info of this ListResourceShareTagsResponse.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.PageInfoMarkerByKey`
@@ -82,7 +82,7 @@ class ListResourceShareTagsResponse(SdkResponse):
82
82
 
83
83
  @page_info.setter
84
84
  def page_info(self, page_info):
85
- """Sets the page_info of this ListResourceShareTagsResponse.
85
+ r"""Sets the page_info of this ListResourceShareTagsResponse.
86
86
 
87
87
  :param page_info: The page_info of this ListResourceShareTagsResponse.
88
88
  :type page_info: :class:`huaweicloudsdkram.v1.PageInfoMarkerByKey`
@@ -32,7 +32,7 @@ class ListResourceSharesByTagsRequest:
32
32
  }
33
33
 
34
34
  def __init__(self, limit=None, offset=None, x_security_token=None, body=None):
35
- """ListResourceSharesByTagsRequest
35
+ r"""ListResourceSharesByTagsRequest
36
36
 
37
37
  The model defined in huaweicloud sdk
38
38
 
@@ -65,7 +65,7 @@ class ListResourceSharesByTagsRequest:
65
65
 
66
66
  @property
67
67
  def limit(self):
68
- """Gets the limit of this ListResourceSharesByTagsRequest.
68
+ r"""Gets the limit of this ListResourceSharesByTagsRequest.
69
69
 
70
70
  分页页面的最大值。
71
71
 
@@ -76,7 +76,7 @@ class ListResourceSharesByTagsRequest:
76
76
 
77
77
  @limit.setter
78
78
  def limit(self, limit):
79
- """Sets the limit of this ListResourceSharesByTagsRequest.
79
+ r"""Sets the limit of this ListResourceSharesByTagsRequest.
80
80
 
81
81
  分页页面的最大值。
82
82
 
@@ -87,7 +87,7 @@ class ListResourceSharesByTagsRequest:
87
87
 
88
88
  @property
89
89
  def offset(self):
90
- """Gets the offset of this ListResourceSharesByTagsRequest.
90
+ r"""Gets the offset of this ListResourceSharesByTagsRequest.
91
91
 
92
92
  分页标记。
93
93
 
@@ -98,7 +98,7 @@ class ListResourceSharesByTagsRequest:
98
98
 
99
99
  @offset.setter
100
100
  def offset(self, offset):
101
- """Sets the offset of this ListResourceSharesByTagsRequest.
101
+ r"""Sets the offset of this ListResourceSharesByTagsRequest.
102
102
 
103
103
  分页标记。
104
104
 
@@ -109,7 +109,7 @@ class ListResourceSharesByTagsRequest:
109
109
 
110
110
  @property
111
111
  def x_security_token(self):
112
- """Gets the x_security_token of this ListResourceSharesByTagsRequest.
112
+ r"""Gets the x_security_token of this ListResourceSharesByTagsRequest.
113
113
 
114
114
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
115
115
 
@@ -120,7 +120,7 @@ class ListResourceSharesByTagsRequest:
120
120
 
121
121
  @x_security_token.setter
122
122
  def x_security_token(self, x_security_token):
123
- """Sets the x_security_token of this ListResourceSharesByTagsRequest.
123
+ r"""Sets the x_security_token of this ListResourceSharesByTagsRequest.
124
124
 
125
125
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
126
126
 
@@ -131,7 +131,7 @@ class ListResourceSharesByTagsRequest:
131
131
 
132
132
  @property
133
133
  def body(self):
134
- """Gets the body of this ListResourceSharesByTagsRequest.
134
+ r"""Gets the body of this ListResourceSharesByTagsRequest.
135
135
 
136
136
  :return: The body of this ListResourceSharesByTagsRequest.
137
137
  :rtype: :class:`huaweicloudsdkram.v1.ResourceSharesByTagsReqBody`
@@ -140,7 +140,7 @@ class ListResourceSharesByTagsRequest:
140
140
 
141
141
  @body.setter
142
142
  def body(self, body):
143
- """Sets the body of this ListResourceSharesByTagsRequest.
143
+ r"""Sets the body of this ListResourceSharesByTagsRequest.
144
144
 
145
145
  :param body: The body of this ListResourceSharesByTagsRequest.
146
146
  :type body: :class:`huaweicloudsdkram.v1.ResourceSharesByTagsReqBody`
@@ -28,7 +28,7 @@ class ListResourceSharesByTagsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, resources=None, total_count=None):
31
- """ListResourceSharesByTagsResponse
31
+ r"""ListResourceSharesByTagsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListResourceSharesByTagsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def resources(self):
54
- """Gets the resources of this ListResourceSharesByTagsResponse.
54
+ r"""Gets the resources of this ListResourceSharesByTagsResponse.
55
55
 
56
56
  资源信息列表。
57
57
 
@@ -62,7 +62,7 @@ class ListResourceSharesByTagsResponse(SdkResponse):
62
62
 
63
63
  @resources.setter
64
64
  def resources(self, resources):
65
- """Sets the resources of this ListResourceSharesByTagsResponse.
65
+ r"""Sets the resources of this ListResourceSharesByTagsResponse.
66
66
 
67
67
  资源信息列表。
68
68
 
@@ -73,7 +73,7 @@ class ListResourceSharesByTagsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total_count(self):
76
- """Gets the total_count of this ListResourceSharesByTagsResponse.
76
+ r"""Gets the total_count of this ListResourceSharesByTagsResponse.
77
77
 
78
78
  总记录数。
79
79
 
@@ -84,7 +84,7 @@ class ListResourceSharesByTagsResponse(SdkResponse):
84
84
 
85
85
  @total_count.setter
86
86
  def total_count(self, total_count):
87
- """Sets the total_count of this ListResourceSharesByTagsResponse.
87
+ r"""Sets the total_count of this ListResourceSharesByTagsResponse.
88
88
 
89
89
  总记录数。
90
90
 
@@ -30,7 +30,7 @@ class ListResourceTypesRequest:
30
30
  }
31
31
 
32
32
  def __init__(self, x_security_token=None, limit=None, marker=None):
33
- """ListResourceTypesRequest
33
+ r"""ListResourceTypesRequest
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class ListResourceTypesRequest:
58
58
 
59
59
  @property
60
60
  def x_security_token(self):
61
- """Gets the x_security_token of this ListResourceTypesRequest.
61
+ r"""Gets the x_security_token of this ListResourceTypesRequest.
62
62
 
63
63
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
64
64
 
@@ -69,7 +69,7 @@ class ListResourceTypesRequest:
69
69
 
70
70
  @x_security_token.setter
71
71
  def x_security_token(self, x_security_token):
72
- """Sets the x_security_token of this ListResourceTypesRequest.
72
+ r"""Sets the x_security_token of this ListResourceTypesRequest.
73
73
 
74
74
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
75
75
 
@@ -80,7 +80,7 @@ class ListResourceTypesRequest:
80
80
 
81
81
  @property
82
82
  def limit(self):
83
- """Gets the limit of this ListResourceTypesRequest.
83
+ r"""Gets the limit of this ListResourceTypesRequest.
84
84
 
85
85
  分页页面的最大值。
86
86
 
@@ -91,7 +91,7 @@ class ListResourceTypesRequest:
91
91
 
92
92
  @limit.setter
93
93
  def limit(self, limit):
94
- """Sets the limit of this ListResourceTypesRequest.
94
+ r"""Sets the limit of this ListResourceTypesRequest.
95
95
 
96
96
  分页页面的最大值。
97
97
 
@@ -102,7 +102,7 @@ class ListResourceTypesRequest:
102
102
 
103
103
  @property
104
104
  def marker(self):
105
- """Gets the marker of this ListResourceTypesRequest.
105
+ r"""Gets the marker of this ListResourceTypesRequest.
106
106
 
107
107
  页面标记。
108
108
 
@@ -113,7 +113,7 @@ class ListResourceTypesRequest:
113
113
 
114
114
  @marker.setter
115
115
  def marker(self, marker):
116
- """Sets the marker of this ListResourceTypesRequest.
116
+ r"""Sets the marker of this ListResourceTypesRequest.
117
117
 
118
118
  页面标记。
119
119
 
@@ -28,7 +28,7 @@ class ListResourceTypesResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, resource_types=None, page_info=None):
31
- """ListResourceTypesResponse
31
+ r"""ListResourceTypesResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListResourceTypesResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def resource_types(self):
54
- """Gets the resource_types of this ListResourceTypesResponse.
54
+ r"""Gets the resource_types of this ListResourceTypesResponse.
55
55
 
56
56
  云服务资源的详细信息列表。
57
57
 
@@ -62,7 +62,7 @@ class ListResourceTypesResponse(SdkResponse):
62
62
 
63
63
  @resource_types.setter
64
64
  def resource_types(self, resource_types):
65
- """Sets the resource_types of this ListResourceTypesResponse.
65
+ r"""Sets the resource_types of this ListResourceTypesResponse.
66
66
 
67
67
  云服务资源的详细信息列表。
68
68
 
@@ -73,7 +73,7 @@ class ListResourceTypesResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def page_info(self):
76
- """Gets the page_info of this ListResourceTypesResponse.
76
+ r"""Gets the page_info of this ListResourceTypesResponse.
77
77
 
78
78
  :return: The page_info of this ListResourceTypesResponse.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -82,7 +82,7 @@ class ListResourceTypesResponse(SdkResponse):
82
82
 
83
83
  @page_info.setter
84
84
  def page_info(self, page_info):
85
- """Sets the page_info of this ListResourceTypesResponse.
85
+ r"""Sets the page_info of this ListResourceTypesResponse.
86
86
 
87
87
  :param page_info: The page_info of this ListResourceTypesResponse.
88
88
  :type page_info: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -27,7 +27,7 @@ class Match:
27
27
  }
28
28
 
29
29
  def __init__(self, key=None, value=None):
30
- """Match
30
+ r"""Match
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class Match:
48
48
 
49
49
  @property
50
50
  def key(self):
51
- """Gets the key of this Match.
51
+ r"""Gets the key of this Match.
52
52
 
53
53
  键。取值范围为policy , organizational-unit, account。
54
54
 
@@ -59,7 +59,7 @@ class Match:
59
59
 
60
60
  @key.setter
61
61
  def key(self, key):
62
- """Sets the key of this Match.
62
+ r"""Sets the key of this Match.
63
63
 
64
64
  键。取值范围为policy , organizational-unit, account。
65
65
 
@@ -70,7 +70,7 @@ class Match:
70
70
 
71
71
  @property
72
72
  def value(self):
73
- """Gets the value of this Match.
73
+ r"""Gets the value of this Match.
74
74
 
75
75
  值。每个值最大长度255个字符。
76
76
 
@@ -81,7 +81,7 @@ class Match:
81
81
 
82
82
  @value.setter
83
83
  def value(self, value):
84
- """Sets the value of this Match.
84
+ r"""Sets the value of this Match.
85
85
 
86
86
  值。每个值最大长度255个字符。
87
87
 
@@ -29,7 +29,7 @@ class PageInfo:
29
29
  }
30
30
 
31
31
  def __init__(self, previous_marker=None, next_marker=None, current_count=None):
32
- """PageInfo
32
+ r"""PageInfo
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class PageInfo:
57
57
 
58
58
  @property
59
59
  def previous_marker(self):
60
- """Gets the previous_marker of this PageInfo.
60
+ r"""Gets the previous_marker of this PageInfo.
61
61
 
62
62
  上一页的页面标识。
63
63
 
@@ -68,7 +68,7 @@ class PageInfo:
68
68
 
69
69
  @previous_marker.setter
70
70
  def previous_marker(self, previous_marker):
71
- """Sets the previous_marker of this PageInfo.
71
+ r"""Sets the previous_marker of this PageInfo.
72
72
 
73
73
  上一页的页面标识。
74
74
 
@@ -79,7 +79,7 @@ class PageInfo:
79
79
 
80
80
  @property
81
81
  def next_marker(self):
82
- """Gets the next_marker of this PageInfo.
82
+ r"""Gets the next_marker of this PageInfo.
83
83
 
84
84
  下一页的页面标识。
85
85
 
@@ -90,7 +90,7 @@ class PageInfo:
90
90
 
91
91
  @next_marker.setter
92
92
  def next_marker(self, next_marker):
93
- """Sets the next_marker of this PageInfo.
93
+ r"""Sets the next_marker of this PageInfo.
94
94
 
95
95
  下一页的页面标识。
96
96
 
@@ -101,7 +101,7 @@ class PageInfo:
101
101
 
102
102
  @property
103
103
  def current_count(self):
104
- """Gets the current_count of this PageInfo.
104
+ r"""Gets the current_count of this PageInfo.
105
105
 
106
106
  页面数量。
107
107
 
@@ -112,7 +112,7 @@ class PageInfo:
112
112
 
113
113
  @current_count.setter
114
114
  def current_count(self, current_count):
115
- """Sets the current_count of this PageInfo.
115
+ r"""Sets the current_count of this PageInfo.
116
116
 
117
117
  页面数量。
118
118