huaweicloudsdkvpcep 3.1.107__py2.py3-none-any.whl → 3.1.108__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 (25) hide show
  1. huaweicloudsdkvpcep/v1/model/add_or_remove_service_permissions_request_body.py +3 -3
  2. huaweicloudsdkvpcep/v1/model/add_or_remove_service_permissions_response.py +3 -3
  3. huaweicloudsdkvpcep/v1/model/connection_endpoints.py +6 -6
  4. huaweicloudsdkvpcep/v1/model/create_endpoint_request_body.py +36 -7
  5. huaweicloudsdkvpcep/v1/model/create_endpoint_response.py +30 -1
  6. huaweicloudsdkvpcep/v1/model/create_endpoint_service_response.py +6 -6
  7. huaweicloudsdkvpcep/v1/model/delete_endpoint_policy_response.py +33 -4
  8. huaweicloudsdkvpcep/v1/model/endpoint_response_body.py +33 -4
  9. huaweicloudsdkvpcep/v1/model/endpoint_service.py +3 -3
  10. huaweicloudsdkvpcep/v1/model/list_endpoint_info_details_response.py +33 -4
  11. huaweicloudsdkvpcep/v1/model/list_service_describe_details_response.py +3 -3
  12. huaweicloudsdkvpcep/v1/model/list_service_details_response.py +6 -6
  13. huaweicloudsdkvpcep/v1/model/permission_object.py +6 -6
  14. huaweicloudsdkvpcep/v1/model/service_list.py +6 -6
  15. huaweicloudsdkvpcep/v1/model/update_endpoint_policy_request_body.py +34 -4
  16. huaweicloudsdkvpcep/v1/model/update_endpoint_policy_response.py +33 -4
  17. huaweicloudsdkvpcep/v1/model/update_endpoint_service_request_body.py +3 -3
  18. huaweicloudsdkvpcep/v1/model/update_endpoint_service_response.py +6 -6
  19. huaweicloudsdkvpcep/v1/model/update_endpoint_white_response.py +32 -3
  20. huaweicloudsdkvpcep/v1/region/vpcep_region.py +6 -0
  21. {huaweicloudsdkvpcep-3.1.107.dist-info → huaweicloudsdkvpcep-3.1.108.dist-info}/METADATA +2 -2
  22. {huaweicloudsdkvpcep-3.1.107.dist-info → huaweicloudsdkvpcep-3.1.108.dist-info}/RECORD +25 -25
  23. {huaweicloudsdkvpcep-3.1.107.dist-info → huaweicloudsdkvpcep-3.1.108.dist-info}/LICENSE +0 -0
  24. {huaweicloudsdkvpcep-3.1.107.dist-info → huaweicloudsdkvpcep-3.1.108.dist-info}/WHEEL +0 -0
  25. {huaweicloudsdkvpcep-3.1.107.dist-info → huaweicloudsdkvpcep-3.1.108.dist-info}/top_level.txt +0 -0
@@ -33,7 +33,7 @@ class AddOrRemoveServicePermissionsRequestBody:
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
36
- :param permissions: permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的账号ID。 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/* - *
36
+ :param permissions: permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的账号ID。 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/*
37
37
  :type permissions: list[str]
38
38
  :param permission_type: 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
39
39
  :type permission_type: str
@@ -57,7 +57,7 @@ class AddOrRemoveServicePermissionsRequestBody:
57
57
  def permissions(self):
58
58
  """Gets the permissions of this AddOrRemoveServicePermissionsRequestBody.
59
59
 
60
- permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的账号ID。 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/* - *
60
+ permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的账号ID。 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/*
61
61
 
62
62
  :return: The permissions of this AddOrRemoveServicePermissionsRequestBody.
63
63
  :rtype: list[str]
@@ -68,7 +68,7 @@ class AddOrRemoveServicePermissionsRequestBody:
68
68
  def permissions(self, permissions):
69
69
  """Sets the permissions of this AddOrRemoveServicePermissionsRequestBody.
70
70
 
71
- permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的账号ID。 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/* - *
71
+ permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的账号ID。 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/*
72
72
 
73
73
  :param permissions: The permissions of this AddOrRemoveServicePermissionsRequestBody.
74
74
  :type permissions: list[str]
@@ -32,7 +32,7 @@ class AddOrRemoveServicePermissionsResponse(SdkResponse):
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
35
- :param permissions: permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的账号ID。 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/* - *
35
+ :param permissions: permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的账号ID。 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/*
36
36
  :type permissions: list[str]
37
37
  :param permission_type: 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
38
38
  :type permission_type: str
@@ -53,7 +53,7 @@ class AddOrRemoveServicePermissionsResponse(SdkResponse):
53
53
  def permissions(self):
54
54
  """Gets the permissions of this AddOrRemoveServicePermissionsResponse.
55
55
 
56
- permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的账号ID。 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/* - *
56
+ permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的账号ID。 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/*
57
57
 
58
58
  :return: The permissions of this AddOrRemoveServicePermissionsResponse.
59
59
  :rtype: list[str]
@@ -64,7 +64,7 @@ class AddOrRemoveServicePermissionsResponse(SdkResponse):
64
64
  def permissions(self, permissions):
65
65
  """Sets the permissions of this AddOrRemoveServicePermissionsResponse.
66
66
 
67
- permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的账号ID。 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/* - *
67
+ permission列表。 权限格式为: - iam:domain::domain_id。其中: “iam:domain::”为固定格式,“domain_id”为可连接用户的账号ID。 domain_id类型支持输入包括“a~z”、“A~Z”、“0~9”或者“*”,最大长度可以传64。 - organizations:orgPath::org_path。其中: “organizations:orgPath::”为固定格式,org_path为可连接用户的组织路径。 org_path类型支持“a~z”、“A~Z”、“0~9”、“/-*?”或者“*”,最大长度可以传1024。 “*”表示所有终端节点可连接。 示例: - iam:domain::6e9dfd51d1124e8d8498dce894923a0dd - organizations:orgPath::o-3j59d1231uprgk9yuvlidra7zbzfi578/r-rldbu1vmxdw5ahdkknxnvd5rgag77m2z/ou-7tuddd8nh99rebxltawsm6qct5z7rklv/*
68
68
 
69
69
  :param permissions: The permissions of this AddOrRemoveServicePermissionsResponse.
70
70
  :type permissions: list[str]
@@ -47,9 +47,9 @@ class ConnectionEndpoints:
47
47
  :type id: str
48
48
  :param marker_id: 终端节点的报文标识。
49
49
  :type marker_id: int
50
- :param created_at: 终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
50
+ :param created_at: 终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
51
51
  :type created_at: datetime
52
- :param updated_at: 终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
52
+ :param updated_at: 终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
53
53
  :type updated_at: datetime
54
54
  :param domain_id: 用户的Domain ID。
55
55
  :type domain_id: str
@@ -138,7 +138,7 @@ class ConnectionEndpoints:
138
138
  def created_at(self):
139
139
  """Gets the created_at of this ConnectionEndpoints.
140
140
 
141
- 终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
141
+ 终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
142
142
 
143
143
  :return: The created_at of this ConnectionEndpoints.
144
144
  :rtype: datetime
@@ -149,7 +149,7 @@ class ConnectionEndpoints:
149
149
  def created_at(self, created_at):
150
150
  """Sets the created_at of this ConnectionEndpoints.
151
151
 
152
- 终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
152
+ 终端节点的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
153
153
 
154
154
  :param created_at: The created_at of this ConnectionEndpoints.
155
155
  :type created_at: datetime
@@ -160,7 +160,7 @@ class ConnectionEndpoints:
160
160
  def updated_at(self):
161
161
  """Gets the updated_at of this ConnectionEndpoints.
162
162
 
163
- 终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
163
+ 终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
164
164
 
165
165
  :return: The updated_at of this ConnectionEndpoints.
166
166
  :rtype: datetime
@@ -171,7 +171,7 @@ class ConnectionEndpoints:
171
171
  def updated_at(self, updated_at):
172
172
  """Sets the updated_at of this ConnectionEndpoints.
173
173
 
174
- 终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
174
+ 终端节点的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
175
175
 
176
176
  :param updated_at: The updated_at of this ConnectionEndpoints.
177
177
  :type updated_at: datetime
@@ -28,6 +28,7 @@ class CreateEndpointRequestBody:
28
28
  'enable_whitelist': 'bool',
29
29
  'description': 'str',
30
30
  'policy_statement': 'list[PolicyStatement]',
31
+ 'policy_document': 'object',
31
32
  'ip_version': 'str',
32
33
  'ipv6_address': 'str'
33
34
  }
@@ -44,11 +45,12 @@ class CreateEndpointRequestBody:
44
45
  'enable_whitelist': 'enable_whitelist',
45
46
  'description': 'description',
46
47
  'policy_statement': 'policy_statement',
48
+ 'policy_document': 'policy_document',
47
49
  'ip_version': 'ip_version',
48
50
  'ipv6_address': 'ipv6_address'
49
51
  }
50
52
 
51
- def __init__(self, subnet_id=None, endpoint_service_id=None, vpc_id=None, enable_dns=None, tags=None, routetables=None, port_ip=None, whitelist=None, enable_whitelist=None, description=None, policy_statement=None, ip_version=None, ipv6_address=None):
53
+ def __init__(self, subnet_id=None, endpoint_service_id=None, vpc_id=None, enable_dns=None, tags=None, routetables=None, port_ip=None, whitelist=None, enable_whitelist=None, description=None, policy_statement=None, policy_document=None, ip_version=None, ipv6_address=None):
52
54
  """CreateEndpointRequestBody
53
55
 
54
56
  The model defined in huaweicloud sdk
@@ -75,9 +77,11 @@ class CreateEndpointRequestBody:
75
77
  :type description: str
76
78
  :param policy_statement: 终端节点策略信息
77
79
  :type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
78
- :param ip_version: 指定终端节点的IP版本,仅专业型终端节点支持此参数。 ipv4, IPv4 ● dualstack, 双栈
80
+ :param policy_document: iam 5.0 策略
81
+ :type policy_document: object
82
+ :param ip_version: 指定终端节点的IP版本,仅专业型终端节点支持此参数。 - ipv4, IPv4 - dualstack, 双栈
79
83
  :type ip_version: str
80
- :param ipv6_address: 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
84
+ :param ipv6_address: 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
81
85
  :type ipv6_address: str
82
86
  """
83
87
 
@@ -94,6 +98,7 @@ class CreateEndpointRequestBody:
94
98
  self._enable_whitelist = None
95
99
  self._description = None
96
100
  self._policy_statement = None
101
+ self._policy_document = None
97
102
  self._ip_version = None
98
103
  self._ipv6_address = None
99
104
  self.discriminator = None
@@ -118,6 +123,8 @@ class CreateEndpointRequestBody:
118
123
  self.description = description
119
124
  if policy_statement is not None:
120
125
  self.policy_statement = policy_statement
126
+ if policy_document is not None:
127
+ self.policy_document = policy_document
121
128
  if ip_version is not None:
122
129
  self.ip_version = ip_version
123
130
  if ipv6_address is not None:
@@ -365,11 +372,33 @@ class CreateEndpointRequestBody:
365
372
  """
366
373
  self._policy_statement = policy_statement
367
374
 
375
+ @property
376
+ def policy_document(self):
377
+ """Gets the policy_document of this CreateEndpointRequestBody.
378
+
379
+ iam 5.0 策略
380
+
381
+ :return: The policy_document of this CreateEndpointRequestBody.
382
+ :rtype: object
383
+ """
384
+ return self._policy_document
385
+
386
+ @policy_document.setter
387
+ def policy_document(self, policy_document):
388
+ """Sets the policy_document of this CreateEndpointRequestBody.
389
+
390
+ iam 5.0 策略
391
+
392
+ :param policy_document: The policy_document of this CreateEndpointRequestBody.
393
+ :type policy_document: object
394
+ """
395
+ self._policy_document = policy_document
396
+
368
397
  @property
369
398
  def ip_version(self):
370
399
  """Gets the ip_version of this CreateEndpointRequestBody.
371
400
 
372
- 指定终端节点的IP版本,仅专业型终端节点支持此参数。 ipv4, IPv4 dualstack, 双栈
401
+ 指定终端节点的IP版本,仅专业型终端节点支持此参数。 - ipv4, IPv4 - dualstack, 双栈
373
402
 
374
403
  :return: The ip_version of this CreateEndpointRequestBody.
375
404
  :rtype: str
@@ -380,7 +409,7 @@ class CreateEndpointRequestBody:
380
409
  def ip_version(self, ip_version):
381
410
  """Sets the ip_version of this CreateEndpointRequestBody.
382
411
 
383
- 指定终端节点的IP版本,仅专业型终端节点支持此参数。 ipv4, IPv4 dualstack, 双栈
412
+ 指定终端节点的IP版本,仅专业型终端节点支持此参数。 - ipv4, IPv4 - dualstack, 双栈
384
413
 
385
414
  :param ip_version: The ip_version of this CreateEndpointRequestBody.
386
415
  :type ip_version: str
@@ -391,7 +420,7 @@ class CreateEndpointRequestBody:
391
420
  def ipv6_address(self):
392
421
  """Gets the ipv6_address of this CreateEndpointRequestBody.
393
422
 
394
- 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
423
+ 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
395
424
 
396
425
  :return: The ipv6_address of this CreateEndpointRequestBody.
397
426
  :rtype: str
@@ -402,7 +431,7 @@ class CreateEndpointRequestBody:
402
431
  def ipv6_address(self, ipv6_address):
403
432
  """Sets the ipv6_address of this CreateEndpointRequestBody.
404
433
 
405
- 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
434
+ 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
406
435
 
407
436
  :param ipv6_address: The ipv6_address of this CreateEndpointRequestBody.
408
437
  :type ipv6_address: str
@@ -39,6 +39,7 @@ class CreateEndpointResponse(SdkResponse):
39
39
  'specification_name': 'str',
40
40
  'description': 'str',
41
41
  'policy_statement': 'list[PolicyStatement]',
42
+ 'policy_document': 'object',
42
43
  'enable_status': 'str',
43
44
  'endpoint_pool_id': 'str',
44
45
  'public_border_group': 'str',
@@ -67,13 +68,14 @@ class CreateEndpointResponse(SdkResponse):
67
68
  'specification_name': 'specification_name',
68
69
  'description': 'description',
69
70
  'policy_statement': 'policy_statement',
71
+ 'policy_document': 'policy_document',
70
72
  'enable_status': 'enable_status',
71
73
  'endpoint_pool_id': 'endpoint_pool_id',
72
74
  'public_border_group': 'public_border_group',
73
75
  'ipv6_address': 'ipv6_address'
74
76
  }
75
77
 
76
- def __init__(self, id=None, service_type=None, status=None, ip=None, active_status=None, endpoint_service_name=None, marker_id=None, endpoint_service_id=None, enable_dns=None, subnet_id=None, vpc_id=None, created_at=None, updated_at=None, project_id=None, tags=None, whitelist=None, enable_whitelist=None, routetables=None, specification_name=None, description=None, policy_statement=None, enable_status=None, endpoint_pool_id=None, public_border_group=None, ipv6_address=None):
78
+ def __init__(self, id=None, service_type=None, status=None, ip=None, active_status=None, endpoint_service_name=None, marker_id=None, endpoint_service_id=None, enable_dns=None, subnet_id=None, vpc_id=None, created_at=None, updated_at=None, project_id=None, tags=None, whitelist=None, enable_whitelist=None, routetables=None, specification_name=None, description=None, policy_statement=None, policy_document=None, enable_status=None, endpoint_pool_id=None, public_border_group=None, ipv6_address=None):
77
79
  """CreateEndpointResponse
78
80
 
79
81
  The model defined in huaweicloud sdk
@@ -120,6 +122,8 @@ class CreateEndpointResponse(SdkResponse):
120
122
  :type description: str
121
123
  :param policy_statement: 终端节点策略信息
122
124
  :type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
125
+ :param policy_document: iam 5.0 策略
126
+ :type policy_document: object
123
127
  :param enable_status: 终端节点是否可用。 - enable:启用 - disable:不启用
124
128
  :type enable_status: str
125
129
  :param endpoint_pool_id: 待废弃,实例相关联的集群ID
@@ -153,6 +157,7 @@ class CreateEndpointResponse(SdkResponse):
153
157
  self._specification_name = None
154
158
  self._description = None
155
159
  self._policy_statement = None
160
+ self._policy_document = None
156
161
  self._enable_status = None
157
162
  self._endpoint_pool_id = None
158
163
  self._public_border_group = None
@@ -201,6 +206,8 @@ class CreateEndpointResponse(SdkResponse):
201
206
  self.description = description
202
207
  if policy_statement is not None:
203
208
  self.policy_statement = policy_statement
209
+ if policy_document is not None:
210
+ self.policy_document = policy_document
204
211
  if enable_status is not None:
205
212
  self.enable_status = enable_status
206
213
  if endpoint_pool_id is not None:
@@ -672,6 +679,28 @@ class CreateEndpointResponse(SdkResponse):
672
679
  """
673
680
  self._policy_statement = policy_statement
674
681
 
682
+ @property
683
+ def policy_document(self):
684
+ """Gets the policy_document of this CreateEndpointResponse.
685
+
686
+ iam 5.0 策略
687
+
688
+ :return: The policy_document of this CreateEndpointResponse.
689
+ :rtype: object
690
+ """
691
+ return self._policy_document
692
+
693
+ @policy_document.setter
694
+ def policy_document(self, policy_document):
695
+ """Sets the policy_document of this CreateEndpointResponse.
696
+
697
+ iam 5.0 策略
698
+
699
+ :param policy_document: The policy_document of this CreateEndpointResponse.
700
+ :type policy_document: object
701
+ """
702
+ self._policy_document = policy_document
703
+
675
704
  @property
676
705
  def enable_status(self):
677
706
  """Gets the enable_status of this CreateEndpointResponse.
@@ -82,9 +82,9 @@ class CreateEndpointServiceResponse(SdkResponse):
82
82
  :type status: str
83
83
  :param service_type: 终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
84
84
  :type service_type: str
85
- :param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
85
+ :param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
86
86
  :type created_at: datetime
87
- :param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
87
+ :param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
88
88
  :type updated_at: datetime
89
89
  :param project_id: 项目ID
90
90
  :type project_id: str
@@ -363,7 +363,7 @@ class CreateEndpointServiceResponse(SdkResponse):
363
363
  def created_at(self):
364
364
  """Gets the created_at of this CreateEndpointServiceResponse.
365
365
 
366
- 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
366
+ 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
367
367
 
368
368
  :return: The created_at of this CreateEndpointServiceResponse.
369
369
  :rtype: datetime
@@ -374,7 +374,7 @@ class CreateEndpointServiceResponse(SdkResponse):
374
374
  def created_at(self, created_at):
375
375
  """Sets the created_at of this CreateEndpointServiceResponse.
376
376
 
377
- 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
377
+ 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
378
378
 
379
379
  :param created_at: The created_at of this CreateEndpointServiceResponse.
380
380
  :type created_at: datetime
@@ -385,7 +385,7 @@ class CreateEndpointServiceResponse(SdkResponse):
385
385
  def updated_at(self):
386
386
  """Gets the updated_at of this CreateEndpointServiceResponse.
387
387
 
388
- 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
388
+ 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
389
389
 
390
390
  :return: The updated_at of this CreateEndpointServiceResponse.
391
391
  :rtype: datetime
@@ -396,7 +396,7 @@ class CreateEndpointServiceResponse(SdkResponse):
396
396
  def updated_at(self, updated_at):
397
397
  """Sets the updated_at of this CreateEndpointServiceResponse.
398
398
 
399
- 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
399
+ 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
400
400
 
401
401
  :param updated_at: The updated_at of this CreateEndpointServiceResponse.
402
402
  :type updated_at: datetime
@@ -37,6 +37,7 @@ class DeleteEndpointPolicyResponse(SdkResponse):
37
37
  'routetables': 'list[str]',
38
38
  'description': 'str',
39
39
  'policy_statement': 'list[PolicyStatement]',
40
+ 'policy_document': 'object',
40
41
  'endpoint_pool_id': 'str',
41
42
  'public_border_group': 'str'
42
43
  }
@@ -61,11 +62,12 @@ class DeleteEndpointPolicyResponse(SdkResponse):
61
62
  'routetables': 'routetables',
62
63
  'description': 'description',
63
64
  'policy_statement': 'policy_statement',
65
+ 'policy_document': 'policy_document',
64
66
  'endpoint_pool_id': 'endpoint_pool_id',
65
67
  'public_border_group': 'public_border_group'
66
68
  }
67
69
 
68
- def __init__(self, id=None, service_type=None, status=None, active_status=None, endpoint_service_name=None, marker_id=None, endpoint_service_id=None, ip=None, vpc_id=None, created_at=None, updated_at=None, project_id=None, tags=None, error=None, whitelist=None, enable_whitelist=None, routetables=None, description=None, policy_statement=None, endpoint_pool_id=None, public_border_group=None):
70
+ def __init__(self, id=None, service_type=None, status=None, active_status=None, endpoint_service_name=None, marker_id=None, endpoint_service_id=None, ip=None, vpc_id=None, created_at=None, updated_at=None, project_id=None, tags=None, error=None, whitelist=None, enable_whitelist=None, routetables=None, description=None, policy_statement=None, policy_document=None, endpoint_pool_id=None, public_border_group=None):
69
71
  """DeleteEndpointPolicyResponse
70
72
 
71
73
  The model defined in huaweicloud sdk
@@ -108,9 +110,11 @@ class DeleteEndpointPolicyResponse(SdkResponse):
108
110
  :type description: str
109
111
  :param policy_statement: 终端节点策略信息
110
112
  :type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
113
+ :param policy_document: iam 5.0 策略
114
+ :type policy_document: object
111
115
  :param endpoint_pool_id: 待废弃,实例相关联的集群ID
112
116
  :type endpoint_pool_id: str
113
- :param public_border_group: 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回改字段
117
+ :param public_border_group: 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回该字段
114
118
  :type public_border_group: str
115
119
  """
116
120
 
@@ -135,6 +139,7 @@ class DeleteEndpointPolicyResponse(SdkResponse):
135
139
  self._routetables = None
136
140
  self._description = None
137
141
  self._policy_statement = None
142
+ self._policy_document = None
138
143
  self._endpoint_pool_id = None
139
144
  self._public_border_group = None
140
145
  self.discriminator = None
@@ -177,6 +182,8 @@ class DeleteEndpointPolicyResponse(SdkResponse):
177
182
  self.description = description
178
183
  if policy_statement is not None:
179
184
  self.policy_statement = policy_statement
185
+ if policy_document is not None:
186
+ self.policy_document = policy_document
180
187
  if endpoint_pool_id is not None:
181
188
  self.endpoint_pool_id = endpoint_pool_id
182
189
  if public_border_group is not None:
@@ -600,6 +607,28 @@ class DeleteEndpointPolicyResponse(SdkResponse):
600
607
  """
601
608
  self._policy_statement = policy_statement
602
609
 
610
+ @property
611
+ def policy_document(self):
612
+ """Gets the policy_document of this DeleteEndpointPolicyResponse.
613
+
614
+ iam 5.0 策略
615
+
616
+ :return: The policy_document of this DeleteEndpointPolicyResponse.
617
+ :rtype: object
618
+ """
619
+ return self._policy_document
620
+
621
+ @policy_document.setter
622
+ def policy_document(self, policy_document):
623
+ """Sets the policy_document of this DeleteEndpointPolicyResponse.
624
+
625
+ iam 5.0 策略
626
+
627
+ :param policy_document: The policy_document of this DeleteEndpointPolicyResponse.
628
+ :type policy_document: object
629
+ """
630
+ self._policy_document = policy_document
631
+
603
632
  @property
604
633
  def endpoint_pool_id(self):
605
634
  """Gets the endpoint_pool_id of this DeleteEndpointPolicyResponse.
@@ -626,7 +655,7 @@ class DeleteEndpointPolicyResponse(SdkResponse):
626
655
  def public_border_group(self):
627
656
  """Gets the public_border_group of this DeleteEndpointPolicyResponse.
628
657
 
629
- 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回改字段
658
+ 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回该字段
630
659
 
631
660
  :return: The public_border_group of this DeleteEndpointPolicyResponse.
632
661
  :rtype: str
@@ -637,7 +666,7 @@ class DeleteEndpointPolicyResponse(SdkResponse):
637
666
  def public_border_group(self, public_border_group):
638
667
  """Sets the public_border_group of this DeleteEndpointPolicyResponse.
639
668
 
640
- 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回改字段
669
+ 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回该字段
641
670
 
642
671
  :param public_border_group: The public_border_group of this DeleteEndpointPolicyResponse.
643
672
  :type public_border_group: str
@@ -39,6 +39,7 @@ class EndpointResponseBody:
39
39
  'routetables': 'list[str]',
40
40
  'description': 'str',
41
41
  'policy_statement': 'list[PolicyStatement]',
42
+ 'policy_document': 'object',
42
43
  'endpoint_pool_id': 'str',
43
44
  'public_border_group': 'str'
44
45
  }
@@ -66,11 +67,12 @@ class EndpointResponseBody:
66
67
  'routetables': 'routetables',
67
68
  'description': 'description',
68
69
  'policy_statement': 'policy_statement',
70
+ 'policy_document': 'policy_document',
69
71
  'endpoint_pool_id': 'endpoint_pool_id',
70
72
  'public_border_group': 'public_border_group'
71
73
  }
72
74
 
73
- def __init__(self, id=None, service_type=None, status=None, active_status=None, endpoint_service_name=None, marker_id=None, endpoint_service_id=None, enable_dns=None, dns_names=None, ip=None, vpc_id=None, subnet_id=None, created_at=None, updated_at=None, project_id=None, tags=None, error=None, whitelist=None, enable_whitelist=None, routetables=None, description=None, policy_statement=None, endpoint_pool_id=None, public_border_group=None):
75
+ def __init__(self, id=None, service_type=None, status=None, active_status=None, endpoint_service_name=None, marker_id=None, endpoint_service_id=None, enable_dns=None, dns_names=None, ip=None, vpc_id=None, subnet_id=None, created_at=None, updated_at=None, project_id=None, tags=None, error=None, whitelist=None, enable_whitelist=None, routetables=None, description=None, policy_statement=None, policy_document=None, endpoint_pool_id=None, public_border_group=None):
74
76
  """EndpointResponseBody
75
77
 
76
78
  The model defined in huaweicloud sdk
@@ -119,9 +121,11 @@ class EndpointResponseBody:
119
121
  :type description: str
120
122
  :param policy_statement: 终端节点策略信息
121
123
  :type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
124
+ :param policy_document: iam 5.0 策略
125
+ :type policy_document: object
122
126
  :param endpoint_pool_id: 待废弃,实例相关联的集群ID
123
127
  :type endpoint_pool_id: str
124
- :param public_border_group: 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回改字段
128
+ :param public_border_group: 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回该字段
125
129
  :type public_border_group: str
126
130
  """
127
131
 
@@ -149,6 +153,7 @@ class EndpointResponseBody:
149
153
  self._routetables = None
150
154
  self._description = None
151
155
  self._policy_statement = None
156
+ self._policy_document = None
152
157
  self._endpoint_pool_id = None
153
158
  self._public_border_group = None
154
159
  self.discriminator = None
@@ -197,6 +202,8 @@ class EndpointResponseBody:
197
202
  self.description = description
198
203
  if policy_statement is not None:
199
204
  self.policy_statement = policy_statement
205
+ if policy_document is not None:
206
+ self.policy_document = policy_document
200
207
  if endpoint_pool_id is not None:
201
208
  self.endpoint_pool_id = endpoint_pool_id
202
209
  if public_border_group is not None:
@@ -686,6 +693,28 @@ class EndpointResponseBody:
686
693
  """
687
694
  self._policy_statement = policy_statement
688
695
 
696
+ @property
697
+ def policy_document(self):
698
+ """Gets the policy_document of this EndpointResponseBody.
699
+
700
+ iam 5.0 策略
701
+
702
+ :return: The policy_document of this EndpointResponseBody.
703
+ :rtype: object
704
+ """
705
+ return self._policy_document
706
+
707
+ @policy_document.setter
708
+ def policy_document(self, policy_document):
709
+ """Sets the policy_document of this EndpointResponseBody.
710
+
711
+ iam 5.0 策略
712
+
713
+ :param policy_document: The policy_document of this EndpointResponseBody.
714
+ :type policy_document: object
715
+ """
716
+ self._policy_document = policy_document
717
+
689
718
  @property
690
719
  def endpoint_pool_id(self):
691
720
  """Gets the endpoint_pool_id of this EndpointResponseBody.
@@ -712,7 +741,7 @@ class EndpointResponseBody:
712
741
  def public_border_group(self):
713
742
  """Gets the public_border_group of this EndpointResponseBody.
714
743
 
715
- 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回改字段
744
+ 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回该字段
716
745
 
717
746
  :return: The public_border_group of this EndpointResponseBody.
718
747
  :rtype: str
@@ -723,7 +752,7 @@ class EndpointResponseBody:
723
752
  def public_border_group(self, public_border_group):
724
753
  """Sets the public_border_group of this EndpointResponseBody.
725
754
 
726
- 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回改字段
755
+ 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回该字段
727
756
 
728
757
  :param public_border_group: The public_border_group of this EndpointResponseBody.
729
758
  :type public_border_group: str
@@ -49,7 +49,7 @@ class EndpointService:
49
49
  :type service_name: str
50
50
  :param service_type: 终端节点服务类型。 - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建, 用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
51
51
  :type service_type: str
52
- :param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYYMM-DDTHH:MM:SSZ
52
+ :param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
53
53
  :type created_at: datetime
54
54
  :param is_charge: 连接该终端节点服务的终端节点是否计费。 - true:计费 - false:不计费
55
55
  :type is_charge: bool
@@ -175,7 +175,7 @@ class EndpointService:
175
175
  def created_at(self):
176
176
  """Gets the created_at of this EndpointService.
177
177
 
178
- 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYYMM-DDTHH:MM:SSZ
178
+ 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
179
179
 
180
180
  :return: The created_at of this EndpointService.
181
181
  :rtype: datetime
@@ -186,7 +186,7 @@ class EndpointService:
186
186
  def created_at(self, created_at):
187
187
  """Sets the created_at of this EndpointService.
188
188
 
189
- 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYYMM-DDTHH:MM:SSZ
189
+ 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
190
190
 
191
191
  :param created_at: The created_at of this EndpointService.
192
192
  :type created_at: datetime