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
@@ -28,7 +28,7 @@ class SearchSharedResourcesResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, shared_resources=None, page_info=None):
31
- """SearchSharedResourcesResponse
31
+ r"""SearchSharedResourcesResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class SearchSharedResourcesResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def shared_resources(self):
54
- """Gets the shared_resources of this SearchSharedResourcesResponse.
54
+ r"""Gets the shared_resources of this SearchSharedResourcesResponse.
55
55
 
56
56
  共享资源的信息列表。
57
57
 
@@ -62,7 +62,7 @@ class SearchSharedResourcesResponse(SdkResponse):
62
62
 
63
63
  @shared_resources.setter
64
64
  def shared_resources(self, shared_resources):
65
- """Sets the shared_resources of this SearchSharedResourcesResponse.
65
+ r"""Sets the shared_resources of this SearchSharedResourcesResponse.
66
66
 
67
67
  共享资源的信息列表。
68
68
 
@@ -73,7 +73,7 @@ class SearchSharedResourcesResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def page_info(self):
76
- """Gets the page_info of this SearchSharedResourcesResponse.
76
+ r"""Gets the page_info of this SearchSharedResourcesResponse.
77
77
 
78
78
  :return: The page_info of this SearchSharedResourcesResponse.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -82,7 +82,7 @@ class SearchSharedResourcesResponse(SdkResponse):
82
82
 
83
83
  @page_info.setter
84
84
  def page_info(self, page_info):
85
- """Sets the page_info of this SearchSharedResourcesResponse.
85
+ r"""Sets the page_info of this SearchSharedResourcesResponse.
86
86
 
87
87
  :param page_info: The page_info of this SearchSharedResourcesResponse.
88
88
  :type page_info: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -31,7 +31,7 @@ class SharedPrincipal:
31
31
  }
32
32
 
33
33
  def __init__(self, resource_share_id=None, id=None, created_at=None, updated_at=None):
34
- """SharedPrincipal
34
+ r"""SharedPrincipal
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -64,7 +64,7 @@ class SharedPrincipal:
64
64
 
65
65
  @property
66
66
  def resource_share_id(self):
67
- """Gets the resource_share_id of this SharedPrincipal.
67
+ r"""Gets the resource_share_id of this SharedPrincipal.
68
68
 
69
69
  资源使用者绑定的资源共享实例的ID。
70
70
 
@@ -75,7 +75,7 @@ class SharedPrincipal:
75
75
 
76
76
  @resource_share_id.setter
77
77
  def resource_share_id(self, resource_share_id):
78
- """Sets the resource_share_id of this SharedPrincipal.
78
+ r"""Sets the resource_share_id of this SharedPrincipal.
79
79
 
80
80
  资源使用者绑定的资源共享实例的ID。
81
81
 
@@ -86,7 +86,7 @@ class SharedPrincipal:
86
86
 
87
87
  @property
88
88
  def id(self):
89
- """Gets the id of this SharedPrincipal.
89
+ r"""Gets the id of this SharedPrincipal.
90
90
 
91
91
  资源使用者的账号ID或URN。
92
92
 
@@ -97,7 +97,7 @@ class SharedPrincipal:
97
97
 
98
98
  @id.setter
99
99
  def id(self, id):
100
- """Sets the id of this SharedPrincipal.
100
+ r"""Sets the id of this SharedPrincipal.
101
101
 
102
102
  资源使用者的账号ID或URN。
103
103
 
@@ -108,7 +108,7 @@ class SharedPrincipal:
108
108
 
109
109
  @property
110
110
  def created_at(self):
111
- """Gets the created_at of this SharedPrincipal.
111
+ r"""Gets the created_at of this SharedPrincipal.
112
112
 
113
113
  资源使用者与资源共享实例关联的时间。
114
114
 
@@ -119,7 +119,7 @@ class SharedPrincipal:
119
119
 
120
120
  @created_at.setter
121
121
  def created_at(self, created_at):
122
- """Sets the created_at of this SharedPrincipal.
122
+ r"""Sets the created_at of this SharedPrincipal.
123
123
 
124
124
  资源使用者与资源共享实例关联的时间。
125
125
 
@@ -130,7 +130,7 @@ class SharedPrincipal:
130
130
 
131
131
  @property
132
132
  def updated_at(self):
133
- """Gets the updated_at of this SharedPrincipal.
133
+ r"""Gets the updated_at of this SharedPrincipal.
134
134
 
135
135
  最后一次更新资源共享实例的时间。
136
136
 
@@ -141,7 +141,7 @@ class SharedPrincipal:
141
141
 
142
142
  @updated_at.setter
143
143
  def updated_at(self, updated_at):
144
- """Sets the updated_at of this SharedPrincipal.
144
+ r"""Sets the updated_at of this SharedPrincipal.
145
145
 
146
146
  最后一次更新资源共享实例的时间。
147
147
 
@@ -35,7 +35,7 @@ class SharedResource:
35
35
  }
36
36
 
37
37
  def __init__(self, resource_urn=None, created_at=None, updated_at=None, resource_type=None, resource_share_id=None, status=None):
38
- """SharedResource
38
+ r"""SharedResource
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -78,7 +78,7 @@ class SharedResource:
78
78
 
79
79
  @property
80
80
  def resource_urn(self):
81
- """Gets the resource_urn of this SharedResource.
81
+ r"""Gets the resource_urn of this SharedResource.
82
82
 
83
83
  资源的统一资源名称。
84
84
 
@@ -89,7 +89,7 @@ class SharedResource:
89
89
 
90
90
  @resource_urn.setter
91
91
  def resource_urn(self, resource_urn):
92
- """Sets the resource_urn of this SharedResource.
92
+ r"""Sets the resource_urn of this SharedResource.
93
93
 
94
94
  资源的统一资源名称。
95
95
 
@@ -100,7 +100,7 @@ class SharedResource:
100
100
 
101
101
  @property
102
102
  def created_at(self):
103
- """Gets the created_at of this SharedResource.
103
+ r"""Gets the created_at of this SharedResource.
104
104
 
105
105
  资源与资源共享实例关联的时间。
106
106
 
@@ -111,7 +111,7 @@ class SharedResource:
111
111
 
112
112
  @created_at.setter
113
113
  def created_at(self, created_at):
114
- """Sets the created_at of this SharedResource.
114
+ r"""Sets the created_at of this SharedResource.
115
115
 
116
116
  资源与资源共享实例关联的时间。
117
117
 
@@ -122,7 +122,7 @@ class SharedResource:
122
122
 
123
123
  @property
124
124
  def updated_at(self):
125
- """Gets the updated_at of this SharedResource.
125
+ r"""Gets the updated_at of this SharedResource.
126
126
 
127
127
  最后一次更新资源共享实例的时间。
128
128
 
@@ -133,7 +133,7 @@ class SharedResource:
133
133
 
134
134
  @updated_at.setter
135
135
  def updated_at(self, updated_at):
136
- """Sets the updated_at of this SharedResource.
136
+ r"""Sets the updated_at of this SharedResource.
137
137
 
138
138
  最后一次更新资源共享实例的时间。
139
139
 
@@ -144,7 +144,7 @@ class SharedResource:
144
144
 
145
145
  @property
146
146
  def resource_type(self):
147
- """Gets the resource_type of this SharedResource.
147
+ r"""Gets the resource_type of this SharedResource.
148
148
 
149
149
  资源的类型。
150
150
 
@@ -155,7 +155,7 @@ class SharedResource:
155
155
 
156
156
  @resource_type.setter
157
157
  def resource_type(self, resource_type):
158
- """Sets the resource_type of this SharedResource.
158
+ r"""Sets the resource_type of this SharedResource.
159
159
 
160
160
  资源的类型。
161
161
 
@@ -166,7 +166,7 @@ class SharedResource:
166
166
 
167
167
  @property
168
168
  def resource_share_id(self):
169
- """Gets the resource_share_id of this SharedResource.
169
+ r"""Gets the resource_share_id of this SharedResource.
170
170
 
171
171
  资源绑定的资源共享实例的ID。
172
172
 
@@ -177,7 +177,7 @@ class SharedResource:
177
177
 
178
178
  @resource_share_id.setter
179
179
  def resource_share_id(self, resource_share_id):
180
- """Sets the resource_share_id of this SharedResource.
180
+ r"""Sets the resource_share_id of this SharedResource.
181
181
 
182
182
  资源绑定的资源共享实例的ID。
183
183
 
@@ -188,7 +188,7 @@ class SharedResource:
188
188
 
189
189
  @property
190
190
  def status(self):
191
- """Gets the status of this SharedResource.
191
+ r"""Gets the status of this SharedResource.
192
192
 
193
193
  资源绑定的当前状态。
194
194
 
@@ -199,7 +199,7 @@ class SharedResource:
199
199
 
200
200
  @status.setter
201
201
  def status(self, status):
202
- """Sets the status of this SharedResource.
202
+ r"""Sets the status of this SharedResource.
203
203
 
204
204
  资源绑定的当前状态。
205
205
 
@@ -26,7 +26,7 @@ class ShowOrganizationShareRequest:
26
26
  }
27
27
 
28
28
  def __init__(self, x_security_token=None):
29
- """ShowOrganizationShareRequest
29
+ r"""ShowOrganizationShareRequest
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowOrganizationShareRequest:
44
44
 
45
45
  @property
46
46
  def x_security_token(self):
47
- """Gets the x_security_token of this ShowOrganizationShareRequest.
47
+ r"""Gets the x_security_token of this ShowOrganizationShareRequest.
48
48
 
49
49
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
50
50
 
@@ -55,7 +55,7 @@ class ShowOrganizationShareRequest:
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 ShowOrganizationShareRequest.
58
+ r"""Sets the x_security_token of this ShowOrganizationShareRequest.
59
59
 
60
60
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
61
61
 
@@ -26,7 +26,7 @@ class ShowOrganizationShareResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, enabled=None):
29
- """ShowOrganizationShareResponse
29
+ r"""ShowOrganizationShareResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowOrganizationShareResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def enabled(self):
47
- """Gets the enabled of this ShowOrganizationShareResponse.
47
+ r"""Gets the enabled of this ShowOrganizationShareResponse.
48
48
 
49
49
  如果为\"true\",则表示启用与组织的共享。默认为\"false\"。
50
50
 
@@ -55,7 +55,7 @@ class ShowOrganizationShareResponse(SdkResponse):
55
55
 
56
56
  @enabled.setter
57
57
  def enabled(self, enabled):
58
- """Sets the enabled of this ShowOrganizationShareResponse.
58
+ r"""Sets the enabled of this ShowOrganizationShareResponse.
59
59
 
60
60
  如果为\"true\",则表示启用与组织的共享。默认为\"false\"。
61
61
 
@@ -30,7 +30,7 @@ class ShowPermissionRequest:
30
30
  }
31
31
 
32
32
  def __init__(self, permission_id=None, x_security_token=None, permission_version=None):
33
- """ShowPermissionRequest
33
+ r"""ShowPermissionRequest
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -57,7 +57,7 @@ class ShowPermissionRequest:
57
57
 
58
58
  @property
59
59
  def permission_id(self):
60
- """Gets the permission_id of this ShowPermissionRequest.
60
+ r"""Gets the permission_id of this ShowPermissionRequest.
61
61
 
62
62
  共享资源权限的ID。
63
63
 
@@ -68,7 +68,7 @@ class ShowPermissionRequest:
68
68
 
69
69
  @permission_id.setter
70
70
  def permission_id(self, permission_id):
71
- """Sets the permission_id of this ShowPermissionRequest.
71
+ r"""Sets the permission_id of this ShowPermissionRequest.
72
72
 
73
73
  共享资源权限的ID。
74
74
 
@@ -79,7 +79,7 @@ class ShowPermissionRequest:
79
79
 
80
80
  @property
81
81
  def x_security_token(self):
82
- """Gets the x_security_token of this ShowPermissionRequest.
82
+ r"""Gets the x_security_token of this ShowPermissionRequest.
83
83
 
84
84
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
85
85
 
@@ -90,7 +90,7 @@ class ShowPermissionRequest:
90
90
 
91
91
  @x_security_token.setter
92
92
  def x_security_token(self, x_security_token):
93
- """Sets the x_security_token of this ShowPermissionRequest.
93
+ r"""Sets the x_security_token of this ShowPermissionRequest.
94
94
 
95
95
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
96
96
 
@@ -101,7 +101,7 @@ class ShowPermissionRequest:
101
101
 
102
102
  @property
103
103
  def permission_version(self):
104
- """Gets the permission_version of this ShowPermissionRequest.
104
+ r"""Gets the permission_version of this ShowPermissionRequest.
105
105
 
106
106
  资源权限版本。
107
107
 
@@ -112,7 +112,7 @@ class ShowPermissionRequest:
112
112
 
113
113
  @permission_version.setter
114
114
  def permission_version(self, permission_version):
115
- """Sets the permission_version of this ShowPermissionRequest.
115
+ r"""Sets the permission_version of this ShowPermissionRequest.
116
116
 
117
117
  资源权限版本。
118
118
 
@@ -26,7 +26,7 @@ class ShowPermissionResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, permission=None):
29
- """ShowPermissionResponse
29
+ r"""ShowPermissionResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowPermissionResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def permission(self):
47
- """Gets the permission of this ShowPermissionResponse.
47
+ r"""Gets the permission of this ShowPermissionResponse.
48
48
 
49
49
  :return: The permission of this ShowPermissionResponse.
50
50
  :rtype: :class:`huaweicloudsdkram.v1.Permission`
@@ -53,7 +53,7 @@ class ShowPermissionResponse(SdkResponse):
53
53
 
54
54
  @permission.setter
55
55
  def permission(self, permission):
56
- """Sets the permission of this ShowPermissionResponse.
56
+ r"""Sets the permission of this ShowPermissionResponse.
57
57
 
58
58
  :param permission: The permission of this ShowPermissionResponse.
59
59
  :type permission: :class:`huaweicloudsdkram.v1.Permission`
@@ -27,7 +27,7 @@ class Tag:
27
27
  }
28
28
 
29
29
  def __init__(self, key=None, value=None):
30
- """Tag
30
+ r"""Tag
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class Tag:
48
48
 
49
49
  @property
50
50
  def key(self):
51
- """Gets the key of this Tag.
51
+ r"""Gets the key of this Tag.
52
52
 
53
53
  标签\"键\"的标识符或名称。
54
54
 
@@ -59,7 +59,7 @@ class Tag:
59
59
 
60
60
  @key.setter
61
61
  def key(self, key):
62
- """Sets the key of this Tag.
62
+ r"""Sets the key of this Tag.
63
63
 
64
64
  标签\"键\"的标识符或名称。
65
65
 
@@ -70,7 +70,7 @@ class Tag:
70
70
 
71
71
  @property
72
72
  def value(self):
73
- """Gets the value of this Tag.
73
+ r"""Gets the value of this Tag.
74
74
 
75
75
  标签\"键\"对应的\"值\"。您可以将标签的值设置为空字符串,但不能设置为null。
76
76
 
@@ -81,7 +81,7 @@ class Tag:
81
81
 
82
82
  @value.setter
83
83
  def value(self, value):
84
- """Sets the value of this Tag.
84
+ r"""Sets the value of this Tag.
85
85
 
86
86
  标签\"键\"对应的\"值\"。您可以将标签的值设置为空字符串,但不能设置为null。
87
87
 
@@ -27,7 +27,7 @@ class TagDTO:
27
27
  }
28
28
 
29
29
  def __init__(self, key=None, values=None):
30
- """TagDTO
30
+ r"""TagDTO
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class TagDTO:
48
48
 
49
49
  @property
50
50
  def key(self):
51
- """Gets the key of this TagDTO.
51
+ r"""Gets the key of this TagDTO.
52
52
 
53
53
  标签\"键\"的标识符或名称。您可以将标签的值设置为空字符串,但不能设置为null。
54
54
 
@@ -59,7 +59,7 @@ class TagDTO:
59
59
 
60
60
  @key.setter
61
61
  def key(self, key):
62
- """Sets the key of this TagDTO.
62
+ r"""Sets the key of this TagDTO.
63
63
 
64
64
  标签\"键\"的标识符或名称。您可以将标签的值设置为空字符串,但不能设置为null。
65
65
 
@@ -70,7 +70,7 @@ class TagDTO:
70
70
 
71
71
  @property
72
72
  def values(self):
73
- """Gets the values of this TagDTO.
73
+ r"""Gets the values of this TagDTO.
74
74
 
75
75
  值列表。每个值最大长度255个字符。
76
76
 
@@ -81,7 +81,7 @@ class TagDTO:
81
81
 
82
82
  @values.setter
83
83
  def values(self, values):
84
- """Sets the values of this TagDTO.
84
+ r"""Sets the values of this TagDTO.
85
85
 
86
86
  值列表。每个值最大长度255个字符。
87
87
 
@@ -27,7 +27,7 @@ class TagFilter:
27
27
  }
28
28
 
29
29
  def __init__(self, key=None, values=None):
30
- """TagFilter
30
+ r"""TagFilter
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class TagFilter:
49
49
 
50
50
  @property
51
51
  def key(self):
52
- """Gets the key of this TagFilter.
52
+ r"""Gets the key of this TagFilter.
53
53
 
54
54
  标签\"键\"的标识符或名称。
55
55
 
@@ -60,7 +60,7 @@ class TagFilter:
60
60
 
61
61
  @key.setter
62
62
  def key(self, key):
63
- """Sets the key of this TagFilter.
63
+ r"""Sets the key of this TagFilter.
64
64
 
65
65
  标签\"键\"的标识符或名称。
66
66
 
@@ -71,7 +71,7 @@ class TagFilter:
71
71
 
72
72
  @property
73
73
  def values(self):
74
- """Gets the values of this TagFilter.
74
+ r"""Gets the values of this TagFilter.
75
75
 
76
76
  标签\"键\"对应的\"值\"列表。
77
77
 
@@ -82,7 +82,7 @@ class TagFilter:
82
82
 
83
83
  @values.setter
84
84
  def values(self, values):
85
- """Sets the values of this TagFilter.
85
+ r"""Sets the values of this TagFilter.
86
86
 
87
87
  标签\"键\"对应的\"值\"列表。
88
88
 
@@ -25,7 +25,7 @@ class TagResourceReqBody:
25
25
  }
26
26
 
27
27
  def __init__(self, tags=None):
28
- """TagResourceReqBody
28
+ r"""TagResourceReqBody
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class TagResourceReqBody:
42
42
 
43
43
  @property
44
44
  def tags(self):
45
- """Gets the tags of this TagResourceReqBody.
45
+ r"""Gets the tags of this TagResourceReqBody.
46
46
 
47
47
  一个或多个标签键值对的列表。标签键必须存在,而不是空字符串。标签值必须存在,但可以是空字符串。
48
48
 
@@ -53,7 +53,7 @@ class TagResourceReqBody:
53
53
 
54
54
  @tags.setter
55
55
  def tags(self, tags):
56
- """Sets the tags of this TagResourceReqBody.
56
+ r"""Sets the tags of this TagResourceReqBody.
57
57
 
58
58
  一个或多个标签键值对的列表。标签键必须存在,而不是空字符串。标签值必须存在,但可以是空字符串。
59
59
 
@@ -27,7 +27,7 @@ class Untag:
27
27
  }
28
28
 
29
29
  def __init__(self, key=None, value=None):
30
- """Untag
30
+ r"""Untag
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class Untag:
49
49
 
50
50
  @property
51
51
  def key(self):
52
- """Gets the key of this Untag.
52
+ r"""Gets the key of this Untag.
53
53
 
54
54
  标签\"键\"的标识符或名称。
55
55
 
@@ -60,7 +60,7 @@ class Untag:
60
60
 
61
61
  @key.setter
62
62
  def key(self, key):
63
- """Sets the key of this Untag.
63
+ r"""Sets the key of this Untag.
64
64
 
65
65
  标签\"键\"的标识符或名称。
66
66
 
@@ -71,7 +71,7 @@ class Untag:
71
71
 
72
72
  @property
73
73
  def value(self):
74
- """Gets the value of this Untag.
74
+ r"""Gets the value of this Untag.
75
75
 
76
76
  标签\"键\"对应的\"值\"。您可以将标签的值设置为空字符串,但不能设置为null。
77
77
 
@@ -82,7 +82,7 @@ class Untag:
82
82
 
83
83
  @value.setter
84
84
  def value(self, value):
85
- """Sets the value of this Untag.
85
+ r"""Sets the value of this Untag.
86
86
 
87
87
  标签\"键\"对应的\"值\"。您可以将标签的值设置为空字符串,但不能设置为null。
88
88
 
@@ -25,7 +25,7 @@ class UntagResourceReqBody:
25
25
  }
26
26
 
27
27
  def __init__(self, tags=None):
28
- """UntagResourceReqBody
28
+ r"""UntagResourceReqBody
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class UntagResourceReqBody:
42
42
 
43
43
  @property
44
44
  def tags(self):
45
- """Gets the tags of this UntagResourceReqBody.
45
+ r"""Gets the tags of this UntagResourceReqBody.
46
46
 
47
47
  一个或多个标签键值对的列表。标签键必须存在,而不是空字符串。标签值必须存在,但可以是空字符串。
48
48
 
@@ -53,7 +53,7 @@ class UntagResourceReqBody:
53
53
 
54
54
  @tags.setter
55
55
  def tags(self, tags):
56
- """Sets the tags of this UntagResourceReqBody.
56
+ r"""Sets the tags of this UntagResourceReqBody.
57
57
 
58
58
  一个或多个标签键值对的列表。标签键必须存在,而不是空字符串。标签值必须存在,但可以是空字符串。
59
59
 
@@ -29,7 +29,7 @@ class UpdateResourceShareReqBody:
29
29
  }
30
30
 
31
31
  def __init__(self, name=None, description=None, allow_external_principals=None):
32
- """UpdateResourceShareReqBody
32
+ r"""UpdateResourceShareReqBody
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -56,7 +56,7 @@ class UpdateResourceShareReqBody:
56
56
 
57
57
  @property
58
58
  def name(self):
59
- """Gets the name of this UpdateResourceShareReqBody.
59
+ r"""Gets the name of this UpdateResourceShareReqBody.
60
60
 
61
61
  资源共享实例的名称。
62
62
 
@@ -67,7 +67,7 @@ class UpdateResourceShareReqBody:
67
67
 
68
68
  @name.setter
69
69
  def name(self, name):
70
- """Sets the name of this UpdateResourceShareReqBody.
70
+ r"""Sets the name of this UpdateResourceShareReqBody.
71
71
 
72
72
  资源共享实例的名称。
73
73
 
@@ -78,7 +78,7 @@ class UpdateResourceShareReqBody:
78
78
 
79
79
  @property
80
80
  def description(self):
81
- """Gets the description of this UpdateResourceShareReqBody.
81
+ r"""Gets the description of this UpdateResourceShareReqBody.
82
82
 
83
83
  资源共享实例的描述。
84
84
 
@@ -89,7 +89,7 @@ class UpdateResourceShareReqBody:
89
89
 
90
90
  @description.setter
91
91
  def description(self, description):
92
- """Sets the description of this UpdateResourceShareReqBody.
92
+ r"""Sets the description of this UpdateResourceShareReqBody.
93
93
 
94
94
  资源共享实例的描述。
95
95
 
@@ -100,7 +100,7 @@ class UpdateResourceShareReqBody:
100
100
 
101
101
  @property
102
102
  def allow_external_principals(self):
103
- """Gets the allow_external_principals of this UpdateResourceShareReqBody.
103
+ r"""Gets the allow_external_principals of this UpdateResourceShareReqBody.
104
104
 
105
105
  资源共享实例是否支持共享给组织外账号。
106
106
 
@@ -111,7 +111,7 @@ class UpdateResourceShareReqBody:
111
111
 
112
112
  @allow_external_principals.setter
113
113
  def allow_external_principals(self, allow_external_principals):
114
- """Sets the allow_external_principals of this UpdateResourceShareReqBody.
114
+ r"""Sets the allow_external_principals of this UpdateResourceShareReqBody.
115
115
 
116
116
  资源共享实例是否支持共享给组织外账号。
117
117