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
@@ -42,6 +42,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
42
42
  'routetables': 'list[str]',
43
43
  'description': 'str',
44
44
  'policy_statement': 'list[PolicyStatement]',
45
+ 'policy_document': 'object',
45
46
  'endpoint_pool_id': 'str',
46
47
  'public_border_group': 'str',
47
48
  'ipv6_address': 'str'
@@ -72,12 +73,13 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
72
73
  'routetables': 'routetables',
73
74
  'description': 'description',
74
75
  'policy_statement': 'policy_statement',
76
+ 'policy_document': 'policy_document',
75
77
  'endpoint_pool_id': 'endpoint_pool_id',
76
78
  'public_border_group': 'public_border_group',
77
79
  'ipv6_address': 'ipv6_address'
78
80
  }
79
81
 
80
- def __init__(self, id=None, service_type=None, status=None, active_status=None, enable_status=None, specification_name=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, ipv6_address=None):
82
+ def __init__(self, id=None, service_type=None, status=None, active_status=None, enable_status=None, specification_name=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, ipv6_address=None):
81
83
  """ListEndpointInfoDetailsResponse
82
84
 
83
85
  The model defined in huaweicloud sdk
@@ -130,11 +132,13 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
130
132
  :type description: str
131
133
  :param policy_statement: 终端节点策略信息
132
134
  :type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
135
+ :param policy_document: iam 5.0 策略
136
+ :type policy_document: object
133
137
  :param endpoint_pool_id: 待废弃,实例相关联的集群ID
134
138
  :type endpoint_pool_id: str
135
139
  :param public_border_group: 终端节点对应Pool的Public Border Group信息
136
140
  :type public_border_group: str
137
- :param ipv6_address: 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
141
+ :param ipv6_address: 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
138
142
  :type ipv6_address: str
139
143
  """
140
144
 
@@ -164,6 +168,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
164
168
  self._routetables = None
165
169
  self._description = None
166
170
  self._policy_statement = None
171
+ self._policy_document = None
167
172
  self._endpoint_pool_id = None
168
173
  self._public_border_group = None
169
174
  self._ipv6_address = None
@@ -217,6 +222,8 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
217
222
  self.description = description
218
223
  if policy_statement is not None:
219
224
  self.policy_statement = policy_statement
225
+ if policy_document is not None:
226
+ self.policy_document = policy_document
220
227
  if endpoint_pool_id is not None:
221
228
  self.endpoint_pool_id = endpoint_pool_id
222
229
  if public_border_group is not None:
@@ -748,6 +755,28 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
748
755
  """
749
756
  self._policy_statement = policy_statement
750
757
 
758
+ @property
759
+ def policy_document(self):
760
+ """Gets the policy_document of this ListEndpointInfoDetailsResponse.
761
+
762
+ iam 5.0 策略
763
+
764
+ :return: The policy_document of this ListEndpointInfoDetailsResponse.
765
+ :rtype: object
766
+ """
767
+ return self._policy_document
768
+
769
+ @policy_document.setter
770
+ def policy_document(self, policy_document):
771
+ """Sets the policy_document of this ListEndpointInfoDetailsResponse.
772
+
773
+ iam 5.0 策略
774
+
775
+ :param policy_document: The policy_document of this ListEndpointInfoDetailsResponse.
776
+ :type policy_document: object
777
+ """
778
+ self._policy_document = policy_document
779
+
751
780
  @property
752
781
  def endpoint_pool_id(self):
753
782
  """Gets the endpoint_pool_id of this ListEndpointInfoDetailsResponse.
@@ -796,7 +825,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
796
825
  def ipv6_address(self):
797
826
  """Gets the ipv6_address of this ListEndpointInfoDetailsResponse.
798
827
 
799
- 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
828
+ 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
800
829
 
801
830
  :return: The ipv6_address of this ListEndpointInfoDetailsResponse.
802
831
  :rtype: str
@@ -807,7 +836,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
807
836
  def ipv6_address(self, ipv6_address):
808
837
  """Sets the ipv6_address of this ListEndpointInfoDetailsResponse.
809
838
 
810
- 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
839
+ 访问所连接的终端节点服务的IPv6的地址。 创建终端节点时,可以指定访问所连接的终端节点服务的IP,不指定的情况下,会使用系统生成的一个地址。 仅专业型终端节点支持此参数。
811
840
 
812
841
  :param ipv6_address: The ipv6_address of this ListEndpointInfoDetailsResponse.
813
842
  :type ipv6_address: str
@@ -48,7 +48,7 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
48
48
  :type service_name: str
49
49
  :param service_type: 终端节点服务类型。仅支持将用户私有服务创建为interface类型的终端节点服务。 - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
50
50
  :type service_type: str
51
- :param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
51
+ :param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
52
52
  :type created_at: datetime
53
53
  :param is_charge: 连接该终端节点服务的终端节点是否计费。 - true:计费 - false:不计费
54
54
  :type is_charge: bool
@@ -154,7 +154,7 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
154
154
  def created_at(self):
155
155
  """Gets the created_at of this ListServiceDescribeDetailsResponse.
156
156
 
157
- 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
157
+ 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
158
158
 
159
159
  :return: The created_at of this ListServiceDescribeDetailsResponse.
160
160
  :rtype: datetime
@@ -165,7 +165,7 @@ class ListServiceDescribeDetailsResponse(SdkResponse):
165
165
  def created_at(self, created_at):
166
166
  """Sets the created_at of this ListServiceDescribeDetailsResponse.
167
167
 
168
- 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
168
+ 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
169
169
 
170
170
  :param created_at: The created_at of this ListServiceDescribeDetailsResponse.
171
171
  :type created_at: datetime
@@ -80,9 +80,9 @@ class ListServiceDetailsResponse(SdkResponse):
80
80
  :type status: str
81
81
  :param service_type: 终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节。
82
82
  :type service_type: str
83
- :param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
83
+ :param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
84
84
  :type created_at: datetime
85
- :param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
85
+ :param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
86
86
  :type updated_at: datetime
87
87
  :param project_id: 项目ID,获取方法请参见获取项目ID。
88
88
  :type project_id: str
@@ -341,7 +341,7 @@ class ListServiceDetailsResponse(SdkResponse):
341
341
  def created_at(self):
342
342
  """Gets the created_at of this ListServiceDetailsResponse.
343
343
 
344
- 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
344
+ 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
345
345
 
346
346
  :return: The created_at of this ListServiceDetailsResponse.
347
347
  :rtype: datetime
@@ -352,7 +352,7 @@ class ListServiceDetailsResponse(SdkResponse):
352
352
  def created_at(self, created_at):
353
353
  """Sets the created_at of this ListServiceDetailsResponse.
354
354
 
355
- 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
355
+ 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
356
356
 
357
357
  :param created_at: The created_at of this ListServiceDetailsResponse.
358
358
  :type created_at: datetime
@@ -363,7 +363,7 @@ class ListServiceDetailsResponse(SdkResponse):
363
363
  def updated_at(self):
364
364
  """Gets the updated_at of this ListServiceDetailsResponse.
365
365
 
366
- 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
366
+ 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
367
367
 
368
368
  :return: The updated_at of this ListServiceDetailsResponse.
369
369
  :rtype: datetime
@@ -374,7 +374,7 @@ class ListServiceDetailsResponse(SdkResponse):
374
374
  def updated_at(self, updated_at):
375
375
  """Sets the updated_at of this ListServiceDetailsResponse.
376
376
 
377
- 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
377
+ 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
378
378
 
379
379
  :param updated_at: The updated_at of this ListServiceDetailsResponse.
380
380
  :type updated_at: datetime
@@ -37,11 +37,11 @@ class PermissionObject:
37
37
 
38
38
  :param id: permission的ID,唯一标识。
39
39
  :type id: str
40
- :param permission: 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/* - *
40
+ :param permission: 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/*
41
41
  :type permission: str
42
42
  :param permission_type: 终端节点服务白名单类型。 - domainId:基于账户ID配置终端节点服务白名单。 - orgPath:基于账户所在组织路径配置终端节点服务白名单。
43
43
  :type permission_type: str
44
- :param created_at: 白名单的添加时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
44
+ :param created_at: 白名单的添加时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
45
45
  :type created_at: datetime
46
46
  """
47
47
 
@@ -88,7 +88,7 @@ class PermissionObject:
88
88
  def permission(self):
89
89
  """Gets the permission of this PermissionObject.
90
90
 
91
- 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/* - *
91
+ 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/*
92
92
 
93
93
  :return: The permission of this PermissionObject.
94
94
  :rtype: str
@@ -99,7 +99,7 @@ class PermissionObject:
99
99
  def permission(self, permission):
100
100
  """Sets the permission of this PermissionObject.
101
101
 
102
- 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/* - *
102
+ 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/*
103
103
 
104
104
  :param permission: The permission of this PermissionObject.
105
105
  :type permission: str
@@ -132,7 +132,7 @@ class PermissionObject:
132
132
  def created_at(self):
133
133
  """Gets the created_at of this PermissionObject.
134
134
 
135
- 白名单的添加时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
135
+ 白名单的添加时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
136
136
 
137
137
  :return: The created_at of this PermissionObject.
138
138
  :rtype: datetime
@@ -143,7 +143,7 @@ class PermissionObject:
143
143
  def created_at(self, created_at):
144
144
  """Sets the created_at of this PermissionObject.
145
145
 
146
- 白名单的添加时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
146
+ 白名单的添加时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
147
147
 
148
148
  :param created_at: The created_at of this PermissionObject.
149
149
  :type created_at: datetime
@@ -83,9 +83,9 @@ class ServiceList:
83
83
  :type status: str
84
84
  :param service_type: 终端节点服务类型。 终端节点服务类型包括“网关(gateway)型”和“接口(interface)型”: - gateway:由运维人员配置。用户无需创建,可直接使用。 - interface:包括运维人员配置的云服务和用户自己创建的私有服务。 其中,运维人员配置的云服务无需创建,用户可直接使用。 您可以通过创建终端节点创建访问Gateway和Interface类型终端节点服务的终端节点。
85
85
  :type service_type: str
86
- :param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
86
+ :param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
87
87
  :type created_at: datetime
88
- :param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
88
+ :param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
89
89
  :type updated_at: datetime
90
90
  :param project_id: 项目ID,获取方法请参见获取项目ID。
91
91
  :type project_id: str
@@ -354,7 +354,7 @@ class ServiceList:
354
354
  def created_at(self):
355
355
  """Gets the created_at of this ServiceList.
356
356
 
357
- 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
357
+ 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
358
358
 
359
359
  :return: The created_at of this ServiceList.
360
360
  :rtype: datetime
@@ -365,7 +365,7 @@ class ServiceList:
365
365
  def created_at(self, created_at):
366
366
  """Sets the created_at of this ServiceList.
367
367
 
368
- 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
368
+ 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
369
369
 
370
370
  :param created_at: The created_at of this ServiceList.
371
371
  :type created_at: datetime
@@ -376,7 +376,7 @@ class ServiceList:
376
376
  def updated_at(self):
377
377
  """Gets the updated_at of this ServiceList.
378
378
 
379
- 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
379
+ 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
380
380
 
381
381
  :return: The updated_at of this ServiceList.
382
382
  :rtype: datetime
@@ -387,7 +387,7 @@ class ServiceList:
387
387
  def updated_at(self, updated_at):
388
388
  """Sets the updated_at of this ServiceList.
389
389
 
390
- 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MMDDTHH:MM:SSZ
390
+ 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
391
391
 
392
392
  :param updated_at: The updated_at of this ServiceList.
393
393
  :type updated_at: datetime
@@ -17,28 +17,36 @@ class UpdateEndpointPolicyRequestBody:
17
17
  sensitive_list = []
18
18
 
19
19
  openapi_types = {
20
- 'policy_statement': 'list[PolicyStatement]'
20
+ 'policy_statement': 'list[PolicyStatement]',
21
+ 'policy_document': 'object'
21
22
  }
22
23
 
23
24
  attribute_map = {
24
- 'policy_statement': 'policy_statement'
25
+ 'policy_statement': 'policy_statement',
26
+ 'policy_document': 'policy_document'
25
27
  }
26
28
 
27
- def __init__(self, policy_statement=None):
29
+ def __init__(self, policy_statement=None, policy_document=None):
28
30
  """UpdateEndpointPolicyRequestBody
29
31
 
30
32
  The model defined in huaweicloud sdk
31
33
 
32
34
  :param policy_statement: 终端节点策略信息
33
35
  :type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
36
+ :param policy_document: iam 5.0 策略
37
+ :type policy_document: object
34
38
  """
35
39
 
36
40
 
37
41
 
38
42
  self._policy_statement = None
43
+ self._policy_document = None
39
44
  self.discriminator = None
40
45
 
41
- self.policy_statement = policy_statement
46
+ if policy_statement is not None:
47
+ self.policy_statement = policy_statement
48
+ if policy_document is not None:
49
+ self.policy_document = policy_document
42
50
 
43
51
  @property
44
52
  def policy_statement(self):
@@ -62,6 +70,28 @@ class UpdateEndpointPolicyRequestBody:
62
70
  """
63
71
  self._policy_statement = policy_statement
64
72
 
73
+ @property
74
+ def policy_document(self):
75
+ """Gets the policy_document of this UpdateEndpointPolicyRequestBody.
76
+
77
+ iam 5.0 策略
78
+
79
+ :return: The policy_document of this UpdateEndpointPolicyRequestBody.
80
+ :rtype: object
81
+ """
82
+ return self._policy_document
83
+
84
+ @policy_document.setter
85
+ def policy_document(self, policy_document):
86
+ """Sets the policy_document of this UpdateEndpointPolicyRequestBody.
87
+
88
+ iam 5.0 策略
89
+
90
+ :param policy_document: The policy_document of this UpdateEndpointPolicyRequestBody.
91
+ :type policy_document: object
92
+ """
93
+ self._policy_document = policy_document
94
+
65
95
  def to_dict(self):
66
96
  """Returns the model properties as a dict"""
67
97
  result = {}
@@ -37,6 +37,7 @@ class UpdateEndpointPolicyResponse(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 UpdateEndpointPolicyResponse(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
  """UpdateEndpointPolicyResponse
70
72
 
71
73
  The model defined in huaweicloud sdk
@@ -108,9 +110,11 @@ class UpdateEndpointPolicyResponse(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 UpdateEndpointPolicyResponse(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 UpdateEndpointPolicyResponse(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 UpdateEndpointPolicyResponse(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 UpdateEndpointPolicyResponse.
613
+
614
+ iam 5.0 策略
615
+
616
+ :return: The policy_document of this UpdateEndpointPolicyResponse.
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 UpdateEndpointPolicyResponse.
624
+
625
+ iam 5.0 策略
626
+
627
+ :param policy_document: The policy_document of this UpdateEndpointPolicyResponse.
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 UpdateEndpointPolicyResponse.
@@ -626,7 +655,7 @@ class UpdateEndpointPolicyResponse(SdkResponse):
626
655
  def public_border_group(self):
627
656
  """Gets the public_border_group of this UpdateEndpointPolicyResponse.
628
657
 
629
- 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回改字段
658
+ 终端节点关联的Public Border Group信息,只有当终端节点和边缘Pool相关联时才会返回该字段
630
659
 
631
660
  :return: The public_border_group of this UpdateEndpointPolicyResponse.
632
661
  :rtype: str
@@ -637,7 +666,7 @@ class UpdateEndpointPolicyResponse(SdkResponse):
637
666
  def public_border_group(self, public_border_group):
638
667
  """Sets the public_border_group of this UpdateEndpointPolicyResponse.
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 UpdateEndpointPolicyResponse.
643
672
  :type public_border_group: str
@@ -45,7 +45,7 @@ class UpdateEndpointServiceRequestBody:
45
45
  :type service_name: str
46
46
  :param ports: 服务开放的端口映射列表,同一个终端节点服务下,不允许重复的端口映射。 若多个终端节点服务共用一个port_id, 则终端节点之间服务的所有端口映射的server_port和protocol的组合不能重复, 单次最多添加200个。 该参数值将被全量更新。
47
47
  :type ports: list[:class:`huaweicloudsdkvpcep.v1.PortList`]
48
- :param port_id: 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally UniqueIdentifier,下文简称UUID)。 取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型) 说明: 当后端资源为“LB类型”时,仅支持修改为同类型后端资源。 例如,共享型负载均衡仅支持更换为共享型负载均衡,不支持更换为独享型负载均衡。
48
+ :param port_id: 弹性云服务器IP地址对应的网卡ID
49
49
  :type port_id: str
50
50
  :param tcp_proxy: 用于控制将哪些信息(如客户端的源IP、源端口、marker_id等)携带到服务端。 支持携带的客户端信息包括如下两种类型: - TCP TOA:表示将客户端信息插入到tcp option字段中携带至服务端。 说明:仅当后端资源为OBS时,支持TCP TOA类型信息携带方式。 - Proxy Protocol:表示将客户端信息插入到tcp payload字段中携带至服务端。 仅当服务端支持解析上述字段时,该参数设置才有效。 该参数的取值包括: - close:表示关闭代理协议。 - toa_open:表示开启代理协议“tcp_toa”。 - proxy_open:表示开启代理协议“proxy_protocol”。 - open:表示同时开启代理协议“tcp_toa”和“proxy_protocol”。 默认值为“close”。
51
51
  :type tcp_proxy: str
@@ -146,7 +146,7 @@ class UpdateEndpointServiceRequestBody:
146
146
  def port_id(self):
147
147
  """Gets the port_id of this UpdateEndpointServiceRequestBody.
148
148
 
149
- 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally UniqueIdentifier,下文简称UUID)。 取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型) 说明: 当后端资源为“LB类型”时,仅支持修改为同类型后端资源。 例如,共享型负载均衡仅支持更换为共享型负载均衡,不支持更换为独享型负载均衡。
149
+ 弹性云服务器IP地址对应的网卡ID
150
150
 
151
151
  :return: The port_id of this UpdateEndpointServiceRequestBody.
152
152
  :rtype: str
@@ -157,7 +157,7 @@ class UpdateEndpointServiceRequestBody:
157
157
  def port_id(self, port_id):
158
158
  """Sets the port_id of this UpdateEndpointServiceRequestBody.
159
159
 
160
- 标识终端节点服务后端资源的ID, 格式为通用唯一识别码(Universally UniqueIdentifier,下文简称UUID)。 取值为: - LB类型:负载均衡器内网IP对应的端口ID。 - VM类型:弹性云服务器IP地址对应的网卡ID。 - VIP类型:虚拟资源所在物理服务器对应的网卡ID。(该字段已废弃,请优先使用LB类型) 说明: 当后端资源为“LB类型”时,仅支持修改为同类型后端资源。 例如,共享型负载均衡仅支持更换为共享型负载均衡,不支持更换为独享型负载均衡。
160
+ 弹性云服务器IP地址对应的网卡ID
161
161
 
162
162
  :param port_id: The port_id of this UpdateEndpointServiceRequestBody.
163
163
  :type port_id: str
@@ -82,9 +82,9 @@ class UpdateEndpointServiceResponse(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 UpdateEndpointServiceResponse(SdkResponse):
363
363
  def created_at(self):
364
364
  """Gets the created_at of this UpdateEndpointServiceResponse.
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 UpdateEndpointServiceResponse.
369
369
  :rtype: datetime
@@ -374,7 +374,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
374
374
  def created_at(self, created_at):
375
375
  """Sets the created_at of this UpdateEndpointServiceResponse.
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 UpdateEndpointServiceResponse.
380
380
  :type created_at: datetime
@@ -385,7 +385,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
385
385
  def updated_at(self):
386
386
  """Gets the updated_at of this UpdateEndpointServiceResponse.
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 UpdateEndpointServiceResponse.
391
391
  :rtype: datetime
@@ -396,7 +396,7 @@ class UpdateEndpointServiceResponse(SdkResponse):
396
396
  def updated_at(self, updated_at):
397
397
  """Sets the updated_at of this UpdateEndpointServiceResponse.
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 UpdateEndpointServiceResponse.
402
402
  :type updated_at: datetime
@@ -35,7 +35,8 @@ class UpdateEndpointWhiteResponse(SdkResponse):
35
35
  'project_id': 'str',
36
36
  'tags': 'list[TagList]',
37
37
  'whitelist': 'list[str]',
38
- 'enable_whitelist': 'bool'
38
+ 'enable_whitelist': 'bool',
39
+ 'policy_document': 'object'
39
40
  }
40
41
 
41
42
  attribute_map = {
@@ -56,10 +57,11 @@ class UpdateEndpointWhiteResponse(SdkResponse):
56
57
  'project_id': 'project_id',
57
58
  'tags': 'tags',
58
59
  'whitelist': 'whitelist',
59
- 'enable_whitelist': 'enable_whitelist'
60
+ 'enable_whitelist': 'enable_whitelist',
61
+ 'policy_document': 'policy_document'
60
62
  }
61
63
 
62
- 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, dns_names=None, subnet_id=None, vpc_id=None, created_at=None, updated_at=None, project_id=None, tags=None, whitelist=None, enable_whitelist=None):
64
+ 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, dns_names=None, subnet_id=None, vpc_id=None, created_at=None, updated_at=None, project_id=None, tags=None, whitelist=None, enable_whitelist=None, policy_document=None):
63
65
  """UpdateEndpointWhiteResponse
64
66
 
65
67
  The model defined in huaweicloud sdk
@@ -100,6 +102,8 @@ class UpdateEndpointWhiteResponse(SdkResponse):
100
102
  :type whitelist: list[str]
101
103
  :param enable_whitelist: 是否开启网络ACL隔离。 - true:开启网络ACL隔离 - false:不开启网络ACL隔离 若未指定,则返回false。 创建连接Interface类型终端节点服务的终端节点时,显示此参数。
102
104
  :type enable_whitelist: bool
105
+ :param policy_document: iam 5.0 策略
106
+ :type policy_document: object
103
107
  """
104
108
 
105
109
  super(UpdateEndpointWhiteResponse, self).__init__()
@@ -122,6 +126,7 @@ class UpdateEndpointWhiteResponse(SdkResponse):
122
126
  self._tags = None
123
127
  self._whitelist = None
124
128
  self._enable_whitelist = None
129
+ self._policy_document = None
125
130
  self.discriminator = None
126
131
 
127
132
  if id is not None:
@@ -160,6 +165,8 @@ class UpdateEndpointWhiteResponse(SdkResponse):
160
165
  self.whitelist = whitelist
161
166
  if enable_whitelist is not None:
162
167
  self.enable_whitelist = enable_whitelist
168
+ if policy_document is not None:
169
+ self.policy_document = policy_document
163
170
 
164
171
  @property
165
172
  def id(self):
@@ -557,6 +564,28 @@ class UpdateEndpointWhiteResponse(SdkResponse):
557
564
  """
558
565
  self._enable_whitelist = enable_whitelist
559
566
 
567
+ @property
568
+ def policy_document(self):
569
+ """Gets the policy_document of this UpdateEndpointWhiteResponse.
570
+
571
+ iam 5.0 策略
572
+
573
+ :return: The policy_document of this UpdateEndpointWhiteResponse.
574
+ :rtype: object
575
+ """
576
+ return self._policy_document
577
+
578
+ @policy_document.setter
579
+ def policy_document(self, policy_document):
580
+ """Sets the policy_document of this UpdateEndpointWhiteResponse.
581
+
582
+ iam 5.0 策略
583
+
584
+ :param policy_document: The policy_document of this UpdateEndpointWhiteResponse.
585
+ :type policy_document: object
586
+ """
587
+ self._policy_document = policy_document
588
+
560
589
  def to_dict(self):
561
590
  """Returns the model properties as a dict"""
562
591
  result = {}
@@ -64,6 +64,10 @@ class VpcepRegion:
64
64
  "https://vpcep.ru-northwest-2.myhuaweicloud.com")
65
65
  CN_NORTH_11 = Region("cn-north-11",
66
66
  "https://vpcep.cn-north-11.myhuaweicloud.com")
67
+ CN_EAST_4 = Region("cn-east-4",
68
+ "https://vpcep.cn-east-4.myhuaweicloud.com")
69
+ AF_NORTH_1 = Region("af-north-1",
70
+ "https://vpcep.af-north-1.myhuaweicloud.com")
67
71
 
68
72
  static_fields = {
69
73
  "cn-north-4": CN_NORTH_4,
@@ -95,6 +99,8 @@ class VpcepRegion:
95
99
  "me-east-1": ME_EAST_1,
96
100
  "ru-northwest-2": RU_NORTHWEST_2,
97
101
  "cn-north-11": CN_NORTH_11,
102
+ "cn-east-4": CN_EAST_4,
103
+ "af-north-1": AF_NORTH_1,
98
104
  }
99
105
 
100
106
  @classmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: huaweicloudsdkvpcep
3
- Version: 3.1.107
3
+ Version: 3.1.108
4
4
  Summary: VPCEP
5
5
  Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
6
6
  Author: HuaweiCloud SDK
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
22
22
  Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: huaweicloudsdkcore >=3.1.107
25
+ Requires-Dist: huaweicloudsdkcore >=3.1.108
26
26
 
27
27
  See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).