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 CreateResourceShareRequest:
28
28
  }
29
29
 
30
30
  def __init__(self, x_security_token=None, body=None):
31
- """CreateResourceShareRequest
31
+ r"""CreateResourceShareRequest
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class CreateResourceShareRequest:
51
51
 
52
52
  @property
53
53
  def x_security_token(self):
54
- """Gets the x_security_token of this CreateResourceShareRequest.
54
+ r"""Gets the x_security_token of this CreateResourceShareRequest.
55
55
 
56
56
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
57
57
 
@@ -62,7 +62,7 @@ class CreateResourceShareRequest:
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 CreateResourceShareRequest.
65
+ r"""Sets the x_security_token of this CreateResourceShareRequest.
66
66
 
67
67
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
68
68
 
@@ -73,7 +73,7 @@ class CreateResourceShareRequest:
73
73
 
74
74
  @property
75
75
  def body(self):
76
- """Gets the body of this CreateResourceShareRequest.
76
+ r"""Gets the body of this CreateResourceShareRequest.
77
77
 
78
78
  :return: The body of this CreateResourceShareRequest.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.CreateResourceShareReqBody`
@@ -82,7 +82,7 @@ class CreateResourceShareRequest:
82
82
 
83
83
  @body.setter
84
84
  def body(self, body):
85
- """Sets the body of this CreateResourceShareRequest.
85
+ r"""Sets the body of this CreateResourceShareRequest.
86
86
 
87
87
  :param body: The body of this CreateResourceShareRequest.
88
88
  :type body: :class:`huaweicloudsdkram.v1.CreateResourceShareReqBody`
@@ -26,7 +26,7 @@ class CreateResourceShareResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, resource_share=None):
29
- """CreateResourceShareResponse
29
+ r"""CreateResourceShareResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class CreateResourceShareResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def resource_share(self):
47
- """Gets the resource_share of this CreateResourceShareResponse.
47
+ r"""Gets the resource_share of this CreateResourceShareResponse.
48
48
 
49
49
  :return: The resource_share of this CreateResourceShareResponse.
50
50
  :rtype: :class:`huaweicloudsdkram.v1.ResourceShare`
@@ -53,7 +53,7 @@ class CreateResourceShareResponse(SdkResponse):
53
53
 
54
54
  @resource_share.setter
55
55
  def resource_share(self, resource_share):
56
- """Sets the resource_share of this CreateResourceShareResponse.
56
+ r"""Sets the resource_share of this CreateResourceShareResponse.
57
57
 
58
58
  :param resource_share: The resource_share of this CreateResourceShareResponse.
59
59
  :type resource_share: :class:`huaweicloudsdkram.v1.ResourceShare`
@@ -28,7 +28,7 @@ class DeleteResourceShareRequest:
28
28
  }
29
29
 
30
30
  def __init__(self, x_security_token=None, resource_share_id=None):
31
- """DeleteResourceShareRequest
31
+ r"""DeleteResourceShareRequest
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -50,7 +50,7 @@ class DeleteResourceShareRequest:
50
50
 
51
51
  @property
52
52
  def x_security_token(self):
53
- """Gets the x_security_token of this DeleteResourceShareRequest.
53
+ r"""Gets the x_security_token of this DeleteResourceShareRequest.
54
54
 
55
55
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
56
56
 
@@ -61,7 +61,7 @@ class DeleteResourceShareRequest:
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 DeleteResourceShareRequest.
64
+ r"""Sets the x_security_token of this DeleteResourceShareRequest.
65
65
 
66
66
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
67
67
 
@@ -72,7 +72,7 @@ class DeleteResourceShareRequest:
72
72
 
73
73
  @property
74
74
  def resource_share_id(self):
75
- """Gets the resource_share_id of this DeleteResourceShareRequest.
75
+ r"""Gets the resource_share_id of this DeleteResourceShareRequest.
76
76
 
77
77
  资源共享实例的ID。
78
78
 
@@ -83,7 +83,7 @@ class DeleteResourceShareRequest:
83
83
 
84
84
  @resource_share_id.setter
85
85
  def resource_share_id(self, resource_share_id):
86
- """Sets the resource_share_id of this DeleteResourceShareRequest.
86
+ r"""Sets the resource_share_id of this DeleteResourceShareRequest.
87
87
 
88
88
  资源共享实例的ID。
89
89
 
@@ -24,7 +24,7 @@ class DeleteResourceShareResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """DeleteResourceShareResponse
27
+ r"""DeleteResourceShareResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -26,7 +26,7 @@ class DisableOrganizationShareRequest:
26
26
  }
27
27
 
28
28
  def __init__(self, x_security_token=None):
29
- """DisableOrganizationShareRequest
29
+ r"""DisableOrganizationShareRequest
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class DisableOrganizationShareRequest:
44
44
 
45
45
  @property
46
46
  def x_security_token(self):
47
- """Gets the x_security_token of this DisableOrganizationShareRequest.
47
+ r"""Gets the x_security_token of this DisableOrganizationShareRequest.
48
48
 
49
49
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
50
50
 
@@ -55,7 +55,7 @@ class DisableOrganizationShareRequest:
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 DisableOrganizationShareRequest.
58
+ r"""Sets the x_security_token of this DisableOrganizationShareRequest.
59
59
 
60
60
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
61
61
 
@@ -24,7 +24,7 @@ class DisableOrganizationShareResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """DisableOrganizationShareResponse
27
+ r"""DisableOrganizationShareResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -25,7 +25,7 @@ class DisassociatePermissionReqBody:
25
25
  }
26
26
 
27
27
  def __init__(self, permission_id=None):
28
- """DisassociatePermissionReqBody
28
+ r"""DisassociatePermissionReqBody
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class DisassociatePermissionReqBody:
42
42
 
43
43
  @property
44
44
  def permission_id(self):
45
- """Gets the permission_id of this DisassociatePermissionReqBody.
45
+ r"""Gets the permission_id of this DisassociatePermissionReqBody.
46
46
 
47
47
  共享资源权限的ID。
48
48
 
@@ -53,7 +53,7 @@ class DisassociatePermissionReqBody:
53
53
 
54
54
  @permission_id.setter
55
55
  def permission_id(self, permission_id):
56
- """Sets the permission_id of this DisassociatePermissionReqBody.
56
+ r"""Sets the permission_id of this DisassociatePermissionReqBody.
57
57
 
58
58
  共享资源权限的ID。
59
59
 
@@ -30,7 +30,7 @@ class DisassociateResourceSharePermissionRequest:
30
30
  }
31
31
 
32
32
  def __init__(self, x_security_token=None, resource_share_id=None, body=None):
33
- """DisassociateResourceSharePermissionRequest
33
+ r"""DisassociateResourceSharePermissionRequest
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -57,7 +57,7 @@ class DisassociateResourceSharePermissionRequest:
57
57
 
58
58
  @property
59
59
  def x_security_token(self):
60
- """Gets the x_security_token of this DisassociateResourceSharePermissionRequest.
60
+ r"""Gets the x_security_token of this DisassociateResourceSharePermissionRequest.
61
61
 
62
62
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
63
63
 
@@ -68,7 +68,7 @@ class DisassociateResourceSharePermissionRequest:
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 DisassociateResourceSharePermissionRequest.
71
+ r"""Sets the x_security_token of this DisassociateResourceSharePermissionRequest.
72
72
 
73
73
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
74
74
 
@@ -79,7 +79,7 @@ class DisassociateResourceSharePermissionRequest:
79
79
 
80
80
  @property
81
81
  def resource_share_id(self):
82
- """Gets the resource_share_id of this DisassociateResourceSharePermissionRequest.
82
+ r"""Gets the resource_share_id of this DisassociateResourceSharePermissionRequest.
83
83
 
84
84
  资源共享实例的ID。
85
85
 
@@ -90,7 +90,7 @@ class DisassociateResourceSharePermissionRequest:
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 DisassociateResourceSharePermissionRequest.
93
+ r"""Sets the resource_share_id of this DisassociateResourceSharePermissionRequest.
94
94
 
95
95
  资源共享实例的ID。
96
96
 
@@ -101,7 +101,7 @@ class DisassociateResourceSharePermissionRequest:
101
101
 
102
102
  @property
103
103
  def body(self):
104
- """Gets the body of this DisassociateResourceSharePermissionRequest.
104
+ r"""Gets the body of this DisassociateResourceSharePermissionRequest.
105
105
 
106
106
  :return: The body of this DisassociateResourceSharePermissionRequest.
107
107
  :rtype: :class:`huaweicloudsdkram.v1.DisassociatePermissionReqBody`
@@ -110,7 +110,7 @@ class DisassociateResourceSharePermissionRequest:
110
110
 
111
111
  @body.setter
112
112
  def body(self, body):
113
- """Sets the body of this DisassociateResourceSharePermissionRequest.
113
+ r"""Sets the body of this DisassociateResourceSharePermissionRequest.
114
114
 
115
115
  :param body: The body of this DisassociateResourceSharePermissionRequest.
116
116
  :type body: :class:`huaweicloudsdkram.v1.DisassociatePermissionReqBody`
@@ -24,7 +24,7 @@ class DisassociateResourceSharePermissionResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """DisassociateResourceSharePermissionResponse
27
+ r"""DisassociateResourceSharePermissionResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -30,7 +30,7 @@ class DisassociateResourceShareRequest:
30
30
  }
31
31
 
32
32
  def __init__(self, x_security_token=None, resource_share_id=None, body=None):
33
- """DisassociateResourceShareRequest
33
+ r"""DisassociateResourceShareRequest
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -57,7 +57,7 @@ class DisassociateResourceShareRequest:
57
57
 
58
58
  @property
59
59
  def x_security_token(self):
60
- """Gets the x_security_token of this DisassociateResourceShareRequest.
60
+ r"""Gets the x_security_token of this DisassociateResourceShareRequest.
61
61
 
62
62
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
63
63
 
@@ -68,7 +68,7 @@ class DisassociateResourceShareRequest:
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 DisassociateResourceShareRequest.
71
+ r"""Sets the x_security_token of this DisassociateResourceShareRequest.
72
72
 
73
73
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
74
74
 
@@ -79,7 +79,7 @@ class DisassociateResourceShareRequest:
79
79
 
80
80
  @property
81
81
  def resource_share_id(self):
82
- """Gets the resource_share_id of this DisassociateResourceShareRequest.
82
+ r"""Gets the resource_share_id of this DisassociateResourceShareRequest.
83
83
 
84
84
  资源共享实例的ID。
85
85
 
@@ -90,7 +90,7 @@ class DisassociateResourceShareRequest:
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 DisassociateResourceShareRequest.
93
+ r"""Sets the resource_share_id of this DisassociateResourceShareRequest.
94
94
 
95
95
  资源共享实例的ID。
96
96
 
@@ -101,7 +101,7 @@ class DisassociateResourceShareRequest:
101
101
 
102
102
  @property
103
103
  def body(self):
104
- """Gets the body of this DisassociateResourceShareRequest.
104
+ r"""Gets the body of this DisassociateResourceShareRequest.
105
105
 
106
106
  :return: The body of this DisassociateResourceShareRequest.
107
107
  :rtype: :class:`huaweicloudsdkram.v1.ResourceShareAssociationReqBody`
@@ -110,7 +110,7 @@ class DisassociateResourceShareRequest:
110
110
 
111
111
  @body.setter
112
112
  def body(self, body):
113
- """Sets the body of this DisassociateResourceShareRequest.
113
+ r"""Sets the body of this DisassociateResourceShareRequest.
114
114
 
115
115
  :param body: The body of this DisassociateResourceShareRequest.
116
116
  :type body: :class:`huaweicloudsdkram.v1.ResourceShareAssociationReqBody`
@@ -26,7 +26,7 @@ class DisassociateResourceShareResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, resource_share_associations=None):
29
- """DisassociateResourceShareResponse
29
+ r"""DisassociateResourceShareResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class DisassociateResourceShareResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def resource_share_associations(self):
47
- """Gets the resource_share_associations of this DisassociateResourceShareResponse.
47
+ r"""Gets the resource_share_associations of this DisassociateResourceShareResponse.
48
48
 
49
49
  :return: The resource_share_associations of this DisassociateResourceShareResponse.
50
50
  :rtype: list[:class:`huaweicloudsdkram.v1.ResourceShareAssociation`]
@@ -53,7 +53,7 @@ class DisassociateResourceShareResponse(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 DisassociateResourceShareResponse.
56
+ r"""Sets the resource_share_associations of this DisassociateResourceShareResponse.
57
57
 
58
58
  :param resource_share_associations: The resource_share_associations of this DisassociateResourceShareResponse.
59
59
  :type resource_share_associations: list[:class:`huaweicloudsdkram.v1.ResourceShareAssociation`]
@@ -26,7 +26,7 @@ class EnableOrganizationShareRequest:
26
26
  }
27
27
 
28
28
  def __init__(self, x_security_token=None):
29
- """EnableOrganizationShareRequest
29
+ r"""EnableOrganizationShareRequest
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class EnableOrganizationShareRequest:
44
44
 
45
45
  @property
46
46
  def x_security_token(self):
47
- """Gets the x_security_token of this EnableOrganizationShareRequest.
47
+ r"""Gets the x_security_token of this EnableOrganizationShareRequest.
48
48
 
49
49
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
50
50
 
@@ -55,7 +55,7 @@ class EnableOrganizationShareRequest:
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 EnableOrganizationShareRequest.
58
+ r"""Sets the x_security_token of this EnableOrganizationShareRequest.
59
59
 
60
60
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
61
61
 
@@ -24,7 +24,7 @@ class EnableOrganizationShareResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """EnableOrganizationShareResponse
27
+ r"""EnableOrganizationShareResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -32,7 +32,7 @@ class ListPermissionVersionsRequest:
32
32
  }
33
33
 
34
34
  def __init__(self, x_security_token=None, limit=None, marker=None, permission_id=None):
35
- """ListPermissionVersionsRequest
35
+ r"""ListPermissionVersionsRequest
36
36
 
37
37
  The model defined in huaweicloud sdk
38
38
 
@@ -64,7 +64,7 @@ class ListPermissionVersionsRequest:
64
64
 
65
65
  @property
66
66
  def x_security_token(self):
67
- """Gets the x_security_token of this ListPermissionVersionsRequest.
67
+ r"""Gets the x_security_token of this ListPermissionVersionsRequest.
68
68
 
69
69
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
70
70
 
@@ -75,7 +75,7 @@ class ListPermissionVersionsRequest:
75
75
 
76
76
  @x_security_token.setter
77
77
  def x_security_token(self, x_security_token):
78
- """Sets the x_security_token of this ListPermissionVersionsRequest.
78
+ r"""Sets the x_security_token of this ListPermissionVersionsRequest.
79
79
 
80
80
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
81
81
 
@@ -86,7 +86,7 @@ class ListPermissionVersionsRequest:
86
86
 
87
87
  @property
88
88
  def limit(self):
89
- """Gets the limit of this ListPermissionVersionsRequest.
89
+ r"""Gets the limit of this ListPermissionVersionsRequest.
90
90
 
91
91
  分页页面的最大值。
92
92
 
@@ -97,7 +97,7 @@ class ListPermissionVersionsRequest:
97
97
 
98
98
  @limit.setter
99
99
  def limit(self, limit):
100
- """Sets the limit of this ListPermissionVersionsRequest.
100
+ r"""Sets the limit of this ListPermissionVersionsRequest.
101
101
 
102
102
  分页页面的最大值。
103
103
 
@@ -108,7 +108,7 @@ class ListPermissionVersionsRequest:
108
108
 
109
109
  @property
110
110
  def marker(self):
111
- """Gets the marker of this ListPermissionVersionsRequest.
111
+ r"""Gets the marker of this ListPermissionVersionsRequest.
112
112
 
113
113
  页面标记。
114
114
 
@@ -119,7 +119,7 @@ class ListPermissionVersionsRequest:
119
119
 
120
120
  @marker.setter
121
121
  def marker(self, marker):
122
- """Sets the marker of this ListPermissionVersionsRequest.
122
+ r"""Sets the marker of this ListPermissionVersionsRequest.
123
123
 
124
124
  页面标记。
125
125
 
@@ -130,7 +130,7 @@ class ListPermissionVersionsRequest:
130
130
 
131
131
  @property
132
132
  def permission_id(self):
133
- """Gets the permission_id of this ListPermissionVersionsRequest.
133
+ r"""Gets the permission_id of this ListPermissionVersionsRequest.
134
134
 
135
135
  共享资源权限的ID。
136
136
 
@@ -141,7 +141,7 @@ class ListPermissionVersionsRequest:
141
141
 
142
142
  @permission_id.setter
143
143
  def permission_id(self, permission_id):
144
- """Sets the permission_id of this ListPermissionVersionsRequest.
144
+ r"""Sets the permission_id of this ListPermissionVersionsRequest.
145
145
 
146
146
  共享资源权限的ID。
147
147
 
@@ -28,7 +28,7 @@ class ListPermissionVersionsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, permissions=None, page_info=None):
31
- """ListPermissionVersionsResponse
31
+ r"""ListPermissionVersionsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListPermissionVersionsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def permissions(self):
54
- """Gets the permissions of this ListPermissionVersionsResponse.
54
+ r"""Gets the permissions of this ListPermissionVersionsResponse.
55
55
 
56
56
  共享资源权限的详细信息列表。
57
57
 
@@ -62,7 +62,7 @@ class ListPermissionVersionsResponse(SdkResponse):
62
62
 
63
63
  @permissions.setter
64
64
  def permissions(self, permissions):
65
- """Sets the permissions of this ListPermissionVersionsResponse.
65
+ r"""Sets the permissions of this ListPermissionVersionsResponse.
66
66
 
67
67
  共享资源权限的详细信息列表。
68
68
 
@@ -73,7 +73,7 @@ class ListPermissionVersionsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def page_info(self):
76
- """Gets the page_info of this ListPermissionVersionsResponse.
76
+ r"""Gets the page_info of this ListPermissionVersionsResponse.
77
77
 
78
78
  :return: The page_info of this ListPermissionVersionsResponse.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -82,7 +82,7 @@ class ListPermissionVersionsResponse(SdkResponse):
82
82
 
83
83
  @page_info.setter
84
84
  def page_info(self, page_info):
85
- """Sets the page_info of this ListPermissionVersionsResponse.
85
+ r"""Sets the page_info of this ListPermissionVersionsResponse.
86
86
 
87
87
  :param page_info: The page_info of this ListPermissionVersionsResponse.
88
88
  :type page_info: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -34,7 +34,7 @@ class ListPermissionsRequest:
34
34
  }
35
35
 
36
36
  def __init__(self, x_security_token=None, limit=None, marker=None, resource_type=None, permission_type=None):
37
- """ListPermissionsRequest
37
+ r"""ListPermissionsRequest
38
38
 
39
39
  The model defined in huaweicloud sdk
40
40
 
@@ -72,7 +72,7 @@ class ListPermissionsRequest:
72
72
 
73
73
  @property
74
74
  def x_security_token(self):
75
- """Gets the x_security_token of this ListPermissionsRequest.
75
+ r"""Gets the x_security_token of this ListPermissionsRequest.
76
76
 
77
77
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
78
78
 
@@ -83,7 +83,7 @@ class ListPermissionsRequest:
83
83
 
84
84
  @x_security_token.setter
85
85
  def x_security_token(self, x_security_token):
86
- """Sets the x_security_token of this ListPermissionsRequest.
86
+ r"""Sets the x_security_token of this ListPermissionsRequest.
87
87
 
88
88
  如果正在使用临时安全凭据,则此header是必需的,该值是临时安全凭据的安全令牌(会话令牌)。
89
89
 
@@ -94,7 +94,7 @@ class ListPermissionsRequest:
94
94
 
95
95
  @property
96
96
  def limit(self):
97
- """Gets the limit of this ListPermissionsRequest.
97
+ r"""Gets the limit of this ListPermissionsRequest.
98
98
 
99
99
  分页页面的最大值。
100
100
 
@@ -105,7 +105,7 @@ class ListPermissionsRequest:
105
105
 
106
106
  @limit.setter
107
107
  def limit(self, limit):
108
- """Sets the limit of this ListPermissionsRequest.
108
+ r"""Sets the limit of this ListPermissionsRequest.
109
109
 
110
110
  分页页面的最大值。
111
111
 
@@ -116,7 +116,7 @@ class ListPermissionsRequest:
116
116
 
117
117
  @property
118
118
  def marker(self):
119
- """Gets the marker of this ListPermissionsRequest.
119
+ r"""Gets the marker of this ListPermissionsRequest.
120
120
 
121
121
  页面标记。
122
122
 
@@ -127,7 +127,7 @@ class ListPermissionsRequest:
127
127
 
128
128
  @marker.setter
129
129
  def marker(self, marker):
130
- """Sets the marker of this ListPermissionsRequest.
130
+ r"""Sets the marker of this ListPermissionsRequest.
131
131
 
132
132
  页面标记。
133
133
 
@@ -138,7 +138,7 @@ class ListPermissionsRequest:
138
138
 
139
139
  @property
140
140
  def resource_type(self):
141
- """Gets the resource_type of this ListPermissionsRequest.
141
+ r"""Gets the resource_type of this ListPermissionsRequest.
142
142
 
143
143
  资源类型的名称。
144
144
 
@@ -149,7 +149,7 @@ class ListPermissionsRequest:
149
149
 
150
150
  @resource_type.setter
151
151
  def resource_type(self, resource_type):
152
- """Sets the resource_type of this ListPermissionsRequest.
152
+ r"""Sets the resource_type of this ListPermissionsRequest.
153
153
 
154
154
  资源类型的名称。
155
155
 
@@ -160,7 +160,7 @@ class ListPermissionsRequest:
160
160
 
161
161
  @property
162
162
  def permission_type(self):
163
- """Gets the permission_type of this ListPermissionsRequest.
163
+ r"""Gets the permission_type of this ListPermissionsRequest.
164
164
 
165
165
  权限类型。RAM_MANAGED表示RAM托管的权限,CUSTOMER_MANAGED表示租户创建的自定义的权限,ALL表示所有的权限。
166
166
 
@@ -171,7 +171,7 @@ class ListPermissionsRequest:
171
171
 
172
172
  @permission_type.setter
173
173
  def permission_type(self, permission_type):
174
- """Sets the permission_type of this ListPermissionsRequest.
174
+ r"""Sets the permission_type of this ListPermissionsRequest.
175
175
 
176
176
  权限类型。RAM_MANAGED表示RAM托管的权限,CUSTOMER_MANAGED表示租户创建的自定义的权限,ALL表示所有的权限。
177
177
 
@@ -28,7 +28,7 @@ class ListPermissionsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, permissions=None, page_info=None):
31
- """ListPermissionsResponse
31
+ r"""ListPermissionsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListPermissionsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def permissions(self):
54
- """Gets the permissions of this ListPermissionsResponse.
54
+ r"""Gets the permissions of this ListPermissionsResponse.
55
55
 
56
56
  共享资源权限的详细信息列表。
57
57
 
@@ -62,7 +62,7 @@ class ListPermissionsResponse(SdkResponse):
62
62
 
63
63
  @permissions.setter
64
64
  def permissions(self, permissions):
65
- """Sets the permissions of this ListPermissionsResponse.
65
+ r"""Sets the permissions of this ListPermissionsResponse.
66
66
 
67
67
  共享资源权限的详细信息列表。
68
68
 
@@ -73,7 +73,7 @@ class ListPermissionsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def page_info(self):
76
- """Gets the page_info of this ListPermissionsResponse.
76
+ r"""Gets the page_info of this ListPermissionsResponse.
77
77
 
78
78
  :return: The page_info of this ListPermissionsResponse.
79
79
  :rtype: :class:`huaweicloudsdkram.v1.PageInfo`
@@ -82,7 +82,7 @@ class ListPermissionsResponse(SdkResponse):
82
82
 
83
83
  @page_info.setter
84
84
  def page_info(self, page_info):
85
- """Sets the page_info of this ListPermissionsResponse.
85
+ r"""Sets the page_info of this ListPermissionsResponse.
86
86
 
87
87
  :param page_info: The page_info of this ListPermissionsResponse.
88
88
  :type page_info: :class:`huaweicloudsdkram.v1.PageInfo`