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 AcceptResourceShareInvitationRequest:
28
28
  }
29
29
 
30
30
  def __init__(self, x_security_token=None, resource_share_invitation_id=None):
31
- """AcceptResourceShareInvitationRequest
31
+ r"""AcceptResourceShareInvitationRequest
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -50,7 +50,7 @@ class AcceptResourceShareInvitationRequest:
50
50
 
51
51
  @property
52
52
  def x_security_token(self):
53
- """Gets the x_security_token of this AcceptResourceShareInvitationRequest.
53
+ r"""Gets the x_security_token of this AcceptResourceShareInvitationRequest.
54
54
 
55
55
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
56
56
 
@@ -61,7 +61,7 @@ class AcceptResourceShareInvitationRequest:
61
61
 
62
62
  @x_security_token.setter
63
63
  def x_security_token(self, x_security_token):
64
- """Sets the x_security_token of this AcceptResourceShareInvitationRequest.
64
+ r"""Sets the x_security_token of this AcceptResourceShareInvitationRequest.
65
65
 
66
66
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
67
67
 
@@ -72,7 +72,7 @@ class AcceptResourceShareInvitationRequest:
72
72
 
73
73
  @property
74
74
  def resource_share_invitation_id(self):
75
- """Gets the resource_share_invitation_id of this AcceptResourceShareInvitationRequest.
75
+ r"""Gets the resource_share_invitation_id of this AcceptResourceShareInvitationRequest.
76
76
 
77
77
  资源共享邀请的ID。
78
78
 
@@ -83,7 +83,7 @@ class AcceptResourceShareInvitationRequest:
83
83
 
84
84
  @resource_share_invitation_id.setter
85
85
  def resource_share_invitation_id(self, resource_share_invitation_id):
86
- """Sets the resource_share_invitation_id of this AcceptResourceShareInvitationRequest.
86
+ r"""Sets the resource_share_invitation_id of this AcceptResourceShareInvitationRequest.
87
87
 
88
88
  资源共享邀请的ID。
89
89
 
@@ -26,7 +26,7 @@ class AcceptResourceShareInvitationResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, resource_share_invitation=None):
29
- """AcceptResourceShareInvitationResponse
29
+ r"""AcceptResourceShareInvitationResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class AcceptResourceShareInvitationResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def resource_share_invitation(self):
47
- """Gets the resource_share_invitation of this AcceptResourceShareInvitationResponse.
47
+ r"""Gets the resource_share_invitation of this AcceptResourceShareInvitationResponse.
48
48
 
49
49
  :return: The resource_share_invitation of this AcceptResourceShareInvitationResponse.
50
50
  :rtype: :class:`huaweicloudsdkram.v1.ResourceShareInvitation`
@@ -53,7 +53,7 @@ class AcceptResourceShareInvitationResponse(SdkResponse):
53
53
 
54
54
  @resource_share_invitation.setter
55
55
  def resource_share_invitation(self, resource_share_invitation):
56
- """Sets the resource_share_invitation of this AcceptResourceShareInvitationResponse.
56
+ r"""Sets the resource_share_invitation of this AcceptResourceShareInvitationResponse.
57
57
 
58
58
  :param resource_share_invitation: The resource_share_invitation of this AcceptResourceShareInvitationResponse.
59
59
  :type resource_share_invitation: :class:`huaweicloudsdkram.v1.ResourceShareInvitation`
@@ -27,7 +27,7 @@ class AssociatePermissionReqBody:
27
27
  }
28
28
 
29
29
  def __init__(self, replace=None, permission_id=None):
30
- """AssociatePermissionReqBody
30
+ r"""AssociatePermissionReqBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class AssociatePermissionReqBody:
49
49
 
50
50
  @property
51
51
  def replace(self):
52
- """Gets the replace of this AssociatePermissionReqBody.
52
+ r"""Gets the replace of this AssociatePermissionReqBody.
53
53
 
54
54
  指定特定的权限替换或绑定到与资源共享实例关联的现有资源类型。设置为\"true\"可将相同的资源类型的权限替换为当前权限。设置为\"false\"将权限绑定到当前资源类型。默认值为\"false\"。资源共享实例中的每个资源类型只能绑定一个权限。如果资源共享实例中已具有指定资源类型的权限,并且将\"replace\"设置为\"false\",则操作返回错误。这有助于防止意外覆盖权限。
55
55
 
@@ -60,7 +60,7 @@ class AssociatePermissionReqBody:
60
60
 
61
61
  @replace.setter
62
62
  def replace(self, replace):
63
- """Sets the replace of this AssociatePermissionReqBody.
63
+ r"""Sets the replace of this AssociatePermissionReqBody.
64
64
 
65
65
  指定特定的权限替换或绑定到与资源共享实例关联的现有资源类型。设置为\"true\"可将相同的资源类型的权限替换为当前权限。设置为\"false\"将权限绑定到当前资源类型。默认值为\"false\"。资源共享实例中的每个资源类型只能绑定一个权限。如果资源共享实例中已具有指定资源类型的权限,并且将\"replace\"设置为\"false\",则操作返回错误。这有助于防止意外覆盖权限。
66
66
 
@@ -71,7 +71,7 @@ class AssociatePermissionReqBody:
71
71
 
72
72
  @property
73
73
  def permission_id(self):
74
- """Gets the permission_id of this AssociatePermissionReqBody.
74
+ r"""Gets the permission_id of this AssociatePermissionReqBody.
75
75
 
76
76
  共享资源权限的ID。
77
77
 
@@ -82,7 +82,7 @@ class AssociatePermissionReqBody:
82
82
 
83
83
  @permission_id.setter
84
84
  def permission_id(self, permission_id):
85
- """Sets the permission_id of this AssociatePermissionReqBody.
85
+ r"""Sets the permission_id of this AssociatePermissionReqBody.
86
86
 
87
87
  共享资源权限的ID。
88
88
 
@@ -30,7 +30,7 @@ class AssociateResourceSharePermissionRequest:
30
30
  }
31
31
 
32
32
  def __init__(self, x_security_token=None, resource_share_id=None, body=None):
33
- """AssociateResourceSharePermissionRequest
33
+ r"""AssociateResourceSharePermissionRequest
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -57,7 +57,7 @@ class AssociateResourceSharePermissionRequest:
57
57
 
58
58
  @property
59
59
  def x_security_token(self):
60
- """Gets the x_security_token of this AssociateResourceSharePermissionRequest.
60
+ r"""Gets the x_security_token of this AssociateResourceSharePermissionRequest.
61
61
 
62
62
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
63
63
 
@@ -68,7 +68,7 @@ class AssociateResourceSharePermissionRequest:
68
68
 
69
69
  @x_security_token.setter
70
70
  def x_security_token(self, x_security_token):
71
- """Sets the x_security_token of this AssociateResourceSharePermissionRequest.
71
+ r"""Sets the x_security_token of this AssociateResourceSharePermissionRequest.
72
72
 
73
73
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
74
74
 
@@ -79,7 +79,7 @@ class AssociateResourceSharePermissionRequest:
79
79
 
80
80
  @property
81
81
  def resource_share_id(self):
82
- """Gets the resource_share_id of this AssociateResourceSharePermissionRequest.
82
+ r"""Gets the resource_share_id of this AssociateResourceSharePermissionRequest.
83
83
 
84
84
  资源共享实例的ID。
85
85
 
@@ -90,7 +90,7 @@ class AssociateResourceSharePermissionRequest:
90
90
 
91
91
  @resource_share_id.setter
92
92
  def resource_share_id(self, resource_share_id):
93
- """Sets the resource_share_id of this AssociateResourceSharePermissionRequest.
93
+ r"""Sets the resource_share_id of this AssociateResourceSharePermissionRequest.
94
94
 
95
95
  资源共享实例的ID。
96
96
 
@@ -101,7 +101,7 @@ class AssociateResourceSharePermissionRequest:
101
101
 
102
102
  @property
103
103
  def body(self):
104
- """Gets the body of this AssociateResourceSharePermissionRequest.
104
+ r"""Gets the body of this AssociateResourceSharePermissionRequest.
105
105
 
106
106
  :return: The body of this AssociateResourceSharePermissionRequest.
107
107
  :rtype: :class:`huaweicloudsdkram.v1.AssociatePermissionReqBody`
@@ -110,7 +110,7 @@ class AssociateResourceSharePermissionRequest:
110
110
 
111
111
  @body.setter
112
112
  def body(self, body):
113
- """Sets the body of this AssociateResourceSharePermissionRequest.
113
+ r"""Sets the body of this AssociateResourceSharePermissionRequest.
114
114
 
115
115
  :param body: The body of this AssociateResourceSharePermissionRequest.
116
116
  :type body: :class:`huaweicloudsdkram.v1.AssociatePermissionReqBody`
@@ -24,7 +24,7 @@ class AssociateResourceSharePermissionResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """AssociateResourceSharePermissionResponse
27
+ r"""AssociateResourceSharePermissionResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -30,7 +30,7 @@ class AssociateResourceShareRequest:
30
30
  }
31
31
 
32
32
  def __init__(self, x_security_token=None, resource_share_id=None, body=None):
33
- """AssociateResourceShareRequest
33
+ r"""AssociateResourceShareRequest
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -57,7 +57,7 @@ class AssociateResourceShareRequest:
57
57
 
58
58
  @property
59
59
  def x_security_token(self):
60
- """Gets the x_security_token of this AssociateResourceShareRequest.
60
+ r"""Gets the x_security_token of this AssociateResourceShareRequest.
61
61
 
62
62
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
63
63
 
@@ -68,7 +68,7 @@ class AssociateResourceShareRequest:
68
68
 
69
69
  @x_security_token.setter
70
70
  def x_security_token(self, x_security_token):
71
- """Sets the x_security_token of this AssociateResourceShareRequest.
71
+ r"""Sets the x_security_token of this AssociateResourceShareRequest.
72
72
 
73
73
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
74
74
 
@@ -79,7 +79,7 @@ class AssociateResourceShareRequest:
79
79
 
80
80
  @property
81
81
  def resource_share_id(self):
82
- """Gets the resource_share_id of this AssociateResourceShareRequest.
82
+ r"""Gets the resource_share_id of this AssociateResourceShareRequest.
83
83
 
84
84
  资源共享实例的ID。
85
85
 
@@ -90,7 +90,7 @@ class AssociateResourceShareRequest:
90
90
 
91
91
  @resource_share_id.setter
92
92
  def resource_share_id(self, resource_share_id):
93
- """Sets the resource_share_id of this AssociateResourceShareRequest.
93
+ r"""Sets the resource_share_id of this AssociateResourceShareRequest.
94
94
 
95
95
  资源共享实例的ID。
96
96
 
@@ -101,7 +101,7 @@ class AssociateResourceShareRequest:
101
101
 
102
102
  @property
103
103
  def body(self):
104
- """Gets the body of this AssociateResourceShareRequest.
104
+ r"""Gets the body of this AssociateResourceShareRequest.
105
105
 
106
106
  :return: The body of this AssociateResourceShareRequest.
107
107
  :rtype: :class:`huaweicloudsdkram.v1.ResourceShareAssociationReqBody`
@@ -110,7 +110,7 @@ class AssociateResourceShareRequest:
110
110
 
111
111
  @body.setter
112
112
  def body(self, body):
113
- """Sets the body of this AssociateResourceShareRequest.
113
+ r"""Sets the body of this AssociateResourceShareRequest.
114
114
 
115
115
  :param body: The body of this AssociateResourceShareRequest.
116
116
  :type body: :class:`huaweicloudsdkram.v1.ResourceShareAssociationReqBody`
@@ -26,7 +26,7 @@ class AssociateResourceShareResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, resource_share_associations=None):
29
- """AssociateResourceShareResponse
29
+ r"""AssociateResourceShareResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class AssociateResourceShareResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def resource_share_associations(self):
47
- """Gets the resource_share_associations of this AssociateResourceShareResponse.
47
+ r"""Gets the resource_share_associations of this AssociateResourceShareResponse.
48
48
 
49
49
  :return: The resource_share_associations of this AssociateResourceShareResponse.
50
50
  :rtype: list[:class:`huaweicloudsdkram.v1.ResourceShareAssociation`]
@@ -53,7 +53,7 @@ class AssociateResourceShareResponse(SdkResponse):
53
53
 
54
54
  @resource_share_associations.setter
55
55
  def resource_share_associations(self, resource_share_associations):
56
- """Sets the resource_share_associations of this AssociateResourceShareResponse.
56
+ r"""Sets the resource_share_associations of this AssociateResourceShareResponse.
57
57
 
58
58
  :param resource_share_associations: The resource_share_associations of this AssociateResourceShareResponse.
59
59
  :type resource_share_associations: list[:class:`huaweicloudsdkram.v1.ResourceShareAssociation`]
@@ -35,7 +35,7 @@ class AssociatedPermission:
35
35
  }
36
36
 
37
37
  def __init__(self, permission_id=None, permission_name=None, resource_type=None, status=None, created_at=None, updated_at=None):
38
- """AssociatedPermission
38
+ r"""AssociatedPermission
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -78,7 +78,7 @@ class AssociatedPermission:
78
78
 
79
79
  @property
80
80
  def permission_id(self):
81
- """Gets the permission_id of this AssociatedPermission.
81
+ r"""Gets the permission_id of this AssociatedPermission.
82
82
 
83
83
  权限的ID。
84
84
 
@@ -89,7 +89,7 @@ class AssociatedPermission:
89
89
 
90
90
  @permission_id.setter
91
91
  def permission_id(self, permission_id):
92
- """Sets the permission_id of this AssociatedPermission.
92
+ r"""Sets the permission_id of this AssociatedPermission.
93
93
 
94
94
  权限的ID。
95
95
 
@@ -100,7 +100,7 @@ class AssociatedPermission:
100
100
 
101
101
  @property
102
102
  def permission_name(self):
103
- """Gets the permission_name of this AssociatedPermission.
103
+ r"""Gets the permission_name of this AssociatedPermission.
104
104
 
105
105
  共享资源权限的名称。
106
106
 
@@ -111,7 +111,7 @@ class AssociatedPermission:
111
111
 
112
112
  @permission_name.setter
113
113
  def permission_name(self, permission_name):
114
- """Sets the permission_name of this AssociatedPermission.
114
+ r"""Sets the permission_name of this AssociatedPermission.
115
115
 
116
116
  共享资源权限的名称。
117
117
 
@@ -122,7 +122,7 @@ class AssociatedPermission:
122
122
 
123
123
  @property
124
124
  def resource_type(self):
125
- """Gets the resource_type of this AssociatedPermission.
125
+ r"""Gets the resource_type of this AssociatedPermission.
126
126
 
127
127
  权限适用的资源类型。
128
128
 
@@ -133,7 +133,7 @@ class AssociatedPermission:
133
133
 
134
134
  @resource_type.setter
135
135
  def resource_type(self, resource_type):
136
- """Sets the resource_type of this AssociatedPermission.
136
+ r"""Sets the resource_type of this AssociatedPermission.
137
137
 
138
138
  权限适用的资源类型。
139
139
 
@@ -144,7 +144,7 @@ class AssociatedPermission:
144
144
 
145
145
  @property
146
146
  def status(self):
147
- """Gets the status of this AssociatedPermission.
147
+ r"""Gets the status of this AssociatedPermission.
148
148
 
149
149
  权限的当前状态。
150
150
 
@@ -155,7 +155,7 @@ class AssociatedPermission:
155
155
 
156
156
  @status.setter
157
157
  def status(self, status):
158
- """Sets the status of this AssociatedPermission.
158
+ r"""Sets the status of this AssociatedPermission.
159
159
 
160
160
  权限的当前状态。
161
161
 
@@ -166,7 +166,7 @@ class AssociatedPermission:
166
166
 
167
167
  @property
168
168
  def created_at(self):
169
- """Gets the created_at of this AssociatedPermission.
169
+ r"""Gets the created_at of this AssociatedPermission.
170
170
 
171
171
  创建权限的时间。
172
172
 
@@ -177,7 +177,7 @@ class AssociatedPermission:
177
177
 
178
178
  @created_at.setter
179
179
  def created_at(self, created_at):
180
- """Sets the created_at of this AssociatedPermission.
180
+ r"""Sets the created_at of this AssociatedPermission.
181
181
 
182
182
  创建权限的时间。
183
183
 
@@ -188,7 +188,7 @@ class AssociatedPermission:
188
188
 
189
189
  @property
190
190
  def updated_at(self):
191
- """Gets the updated_at of this AssociatedPermission.
191
+ r"""Gets the updated_at of this AssociatedPermission.
192
192
 
193
193
  最后一次更新权限的时间。
194
194
 
@@ -199,7 +199,7 @@ class AssociatedPermission:
199
199
 
200
200
  @updated_at.setter
201
201
  def updated_at(self, updated_at):
202
- """Sets the updated_at of this AssociatedPermission.
202
+ r"""Sets the updated_at of this AssociatedPermission.
203
203
 
204
204
  最后一次更新权限的时间。
205
205
 
@@ -30,7 +30,7 @@ class BatchCreateResourceShareTagsRequest:
30
30
  }
31
31
 
32
32
  def __init__(self, resource_share_id=None, x_security_token=None, body=None):
33
- """BatchCreateResourceShareTagsRequest
33
+ r"""BatchCreateResourceShareTagsRequest
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -57,7 +57,7 @@ class BatchCreateResourceShareTagsRequest:
57
57
 
58
58
  @property
59
59
  def resource_share_id(self):
60
- """Gets the resource_share_id of this BatchCreateResourceShareTagsRequest.
60
+ r"""Gets the resource_share_id of this BatchCreateResourceShareTagsRequest.
61
61
 
62
62
  资源共享实例的ID。
63
63
 
@@ -68,7 +68,7 @@ class BatchCreateResourceShareTagsRequest:
68
68
 
69
69
  @resource_share_id.setter
70
70
  def resource_share_id(self, resource_share_id):
71
- """Sets the resource_share_id of this BatchCreateResourceShareTagsRequest.
71
+ r"""Sets the resource_share_id of this BatchCreateResourceShareTagsRequest.
72
72
 
73
73
  资源共享实例的ID。
74
74
 
@@ -79,7 +79,7 @@ class BatchCreateResourceShareTagsRequest:
79
79
 
80
80
  @property
81
81
  def x_security_token(self):
82
- """Gets the x_security_token of this BatchCreateResourceShareTagsRequest.
82
+ r"""Gets the x_security_token of this BatchCreateResourceShareTagsRequest.
83
83
 
84
84
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
85
85
 
@@ -90,7 +90,7 @@ class BatchCreateResourceShareTagsRequest:
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 BatchCreateResourceShareTagsRequest.
93
+ r"""Sets the x_security_token of this BatchCreateResourceShareTagsRequest.
94
94
 
95
95
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
96
96
 
@@ -101,7 +101,7 @@ class BatchCreateResourceShareTagsRequest:
101
101
 
102
102
  @property
103
103
  def body(self):
104
- """Gets the body of this BatchCreateResourceShareTagsRequest.
104
+ r"""Gets the body of this BatchCreateResourceShareTagsRequest.
105
105
 
106
106
  :return: The body of this BatchCreateResourceShareTagsRequest.
107
107
  :rtype: :class:`huaweicloudsdkram.v1.TagResourceReqBody`
@@ -110,7 +110,7 @@ class BatchCreateResourceShareTagsRequest:
110
110
 
111
111
  @body.setter
112
112
  def body(self, body):
113
- """Sets the body of this BatchCreateResourceShareTagsRequest.
113
+ r"""Sets the body of this BatchCreateResourceShareTagsRequest.
114
114
 
115
115
  :param body: The body of this BatchCreateResourceShareTagsRequest.
116
116
  :type body: :class:`huaweicloudsdkram.v1.TagResourceReqBody`
@@ -24,7 +24,7 @@ class BatchCreateResourceShareTagsResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """BatchCreateResourceShareTagsResponse
27
+ r"""BatchCreateResourceShareTagsResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -30,7 +30,7 @@ class BatchDeleteResourceShareTagsRequest:
30
30
  }
31
31
 
32
32
  def __init__(self, resource_share_id=None, x_security_token=None, body=None):
33
- """BatchDeleteResourceShareTagsRequest
33
+ r"""BatchDeleteResourceShareTagsRequest
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -57,7 +57,7 @@ class BatchDeleteResourceShareTagsRequest:
57
57
 
58
58
  @property
59
59
  def resource_share_id(self):
60
- """Gets the resource_share_id of this BatchDeleteResourceShareTagsRequest.
60
+ r"""Gets the resource_share_id of this BatchDeleteResourceShareTagsRequest.
61
61
 
62
62
  资源共享实例的ID。
63
63
 
@@ -68,7 +68,7 @@ class BatchDeleteResourceShareTagsRequest:
68
68
 
69
69
  @resource_share_id.setter
70
70
  def resource_share_id(self, resource_share_id):
71
- """Sets the resource_share_id of this BatchDeleteResourceShareTagsRequest.
71
+ r"""Sets the resource_share_id of this BatchDeleteResourceShareTagsRequest.
72
72
 
73
73
  资源共享实例的ID。
74
74
 
@@ -79,7 +79,7 @@ class BatchDeleteResourceShareTagsRequest:
79
79
 
80
80
  @property
81
81
  def x_security_token(self):
82
- """Gets the x_security_token of this BatchDeleteResourceShareTagsRequest.
82
+ r"""Gets the x_security_token of this BatchDeleteResourceShareTagsRequest.
83
83
 
84
84
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
85
85
 
@@ -90,7 +90,7 @@ class BatchDeleteResourceShareTagsRequest:
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 BatchDeleteResourceShareTagsRequest.
93
+ r"""Sets the x_security_token of this BatchDeleteResourceShareTagsRequest.
94
94
 
95
95
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
96
96
 
@@ -101,7 +101,7 @@ class BatchDeleteResourceShareTagsRequest:
101
101
 
102
102
  @property
103
103
  def body(self):
104
- """Gets the body of this BatchDeleteResourceShareTagsRequest.
104
+ r"""Gets the body of this BatchDeleteResourceShareTagsRequest.
105
105
 
106
106
  :return: The body of this BatchDeleteResourceShareTagsRequest.
107
107
  :rtype: :class:`huaweicloudsdkram.v1.UntagResourceReqBody`
@@ -110,7 +110,7 @@ class BatchDeleteResourceShareTagsRequest:
110
110
 
111
111
  @body.setter
112
112
  def body(self, body):
113
- """Sets the body of this BatchDeleteResourceShareTagsRequest.
113
+ r"""Sets the body of this BatchDeleteResourceShareTagsRequest.
114
114
 
115
115
  :param body: The body of this BatchDeleteResourceShareTagsRequest.
116
116
  :type body: :class:`huaweicloudsdkram.v1.UntagResourceReqBody`
@@ -24,7 +24,7 @@ class BatchDeleteResourceShareTagsResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """BatchDeleteResourceShareTagsResponse
27
+ r"""BatchDeleteResourceShareTagsResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -37,7 +37,7 @@ class CreateResourceShareReqBody:
37
37
  }
38
38
 
39
39
  def __init__(self, name=None, description=None, allow_external_principals=None, permission_ids=None, principals=None, resource_urns=None, tags=None):
40
- """CreateResourceShareReqBody
40
+ r"""CreateResourceShareReqBody
41
41
 
42
42
  The model defined in huaweicloud sdk
43
43
 
@@ -84,7 +84,7 @@ class CreateResourceShareReqBody:
84
84
 
85
85
  @property
86
86
  def name(self):
87
- """Gets the name of this CreateResourceShareReqBody.
87
+ r"""Gets the name of this CreateResourceShareReqBody.
88
88
 
89
89
  资源共享实例的名称。
90
90
 
@@ -95,7 +95,7 @@ class CreateResourceShareReqBody:
95
95
 
96
96
  @name.setter
97
97
  def name(self, name):
98
- """Sets the name of this CreateResourceShareReqBody.
98
+ r"""Sets the name of this CreateResourceShareReqBody.
99
99
 
100
100
  资源共享实例的名称。
101
101
 
@@ -106,7 +106,7 @@ class CreateResourceShareReqBody:
106
106
 
107
107
  @property
108
108
  def description(self):
109
- """Gets the description of this CreateResourceShareReqBody.
109
+ r"""Gets the description of this CreateResourceShareReqBody.
110
110
 
111
111
  资源共享实例的描述。
112
112
 
@@ -117,7 +117,7 @@ class CreateResourceShareReqBody:
117
117
 
118
118
  @description.setter
119
119
  def description(self, description):
120
- """Sets the description of this CreateResourceShareReqBody.
120
+ r"""Sets the description of this CreateResourceShareReqBody.
121
121
 
122
122
  资源共享实例的描述。
123
123
 
@@ -128,7 +128,7 @@ class CreateResourceShareReqBody:
128
128
 
129
129
  @property
130
130
  def allow_external_principals(self):
131
- """Gets the allow_external_principals of this CreateResourceShareReqBody.
131
+ r"""Gets the allow_external_principals of this CreateResourceShareReqBody.
132
132
 
133
133
  资源共享实例是否支持共享给组织外账号。
134
134
 
@@ -139,7 +139,7 @@ class CreateResourceShareReqBody:
139
139
 
140
140
  @allow_external_principals.setter
141
141
  def allow_external_principals(self, allow_external_principals):
142
- """Sets the allow_external_principals of this CreateResourceShareReqBody.
142
+ r"""Sets the allow_external_principals of this CreateResourceShareReqBody.
143
143
 
144
144
  资源共享实例是否支持共享给组织外账号。
145
145
 
@@ -150,7 +150,7 @@ class CreateResourceShareReqBody:
150
150
 
151
151
  @property
152
152
  def permission_ids(self):
153
- """Gets the permission_ids of this CreateResourceShareReqBody.
153
+ r"""Gets the permission_ids of this CreateResourceShareReqBody.
154
154
 
155
155
  资源共享实例关联的RAM权限列表。一种资源类型只能关联一个RAM权限。如果您没有指定权限ID,RAM将自动为每个资源类型关联默认权限。
156
156
 
@@ -161,7 +161,7 @@ class CreateResourceShareReqBody:
161
161
 
162
162
  @permission_ids.setter
163
163
  def permission_ids(self, permission_ids):
164
- """Sets the permission_ids of this CreateResourceShareReqBody.
164
+ r"""Sets the permission_ids of this CreateResourceShareReqBody.
165
165
 
166
166
  资源共享实例关联的RAM权限列表。一种资源类型只能关联一个RAM权限。如果您没有指定权限ID,RAM将自动为每个资源类型关联默认权限。
167
167
 
@@ -172,7 +172,7 @@ class CreateResourceShareReqBody:
172
172
 
173
173
  @property
174
174
  def principals(self):
175
- """Gets the principals of this CreateResourceShareReqBody.
175
+ r"""Gets the principals of this CreateResourceShareReqBody.
176
176
 
177
177
  资源共享实例关联的一个或多个资源使用者的列表。
178
178
 
@@ -183,7 +183,7 @@ class CreateResourceShareReqBody:
183
183
 
184
184
  @principals.setter
185
185
  def principals(self, principals):
186
- """Sets the principals of this CreateResourceShareReqBody.
186
+ r"""Sets the principals of this CreateResourceShareReqBody.
187
187
 
188
188
  资源共享实例关联的一个或多个资源使用者的列表。
189
189
 
@@ -194,7 +194,7 @@ class CreateResourceShareReqBody:
194
194
 
195
195
  @property
196
196
  def resource_urns(self):
197
- """Gets the resource_urns of this CreateResourceShareReqBody.
197
+ r"""Gets the resource_urns of this CreateResourceShareReqBody.
198
198
 
199
199
  资源共享实例关联的一个或多个共享资源URN的列表。
200
200
 
@@ -205,7 +205,7 @@ class CreateResourceShareReqBody:
205
205
 
206
206
  @resource_urns.setter
207
207
  def resource_urns(self, resource_urns):
208
- """Sets the resource_urns of this CreateResourceShareReqBody.
208
+ r"""Sets the resource_urns of this CreateResourceShareReqBody.
209
209
 
210
210
  资源共享实例关联的一个或多个共享资源URN的列表。
211
211
 
@@ -216,7 +216,7 @@ class CreateResourceShareReqBody:
216
216
 
217
217
  @property
218
218
  def tags(self):
219
- """Gets the tags of this CreateResourceShareReqBody.
219
+ r"""Gets the tags of this CreateResourceShareReqBody.
220
220
 
221
221
  资源共享标签列表。
222
222
 
@@ -227,7 +227,7 @@ class CreateResourceShareReqBody:
227
227
 
228
228
  @tags.setter
229
229
  def tags(self, tags):
230
- """Sets the tags of this CreateResourceShareReqBody.
230
+ r"""Sets the tags of this CreateResourceShareReqBody.
231
231
 
232
232
  资源共享标签列表。
233
233