huaweicloudsdkvpcep 3.1.107__py2.py3-none-any.whl → 3.1.109__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.
- huaweicloudsdkvpcep/v1/model/add_or_remove_service_permissions_request_body.py +3 -3
- huaweicloudsdkvpcep/v1/model/add_or_remove_service_permissions_response.py +3 -3
- huaweicloudsdkvpcep/v1/model/connection_endpoints.py +6 -6
- huaweicloudsdkvpcep/v1/model/create_endpoint_request_body.py +39 -10
- huaweicloudsdkvpcep/v1/model/create_endpoint_response.py +33 -4
- huaweicloudsdkvpcep/v1/model/create_endpoint_service_response.py +6 -6
- huaweicloudsdkvpcep/v1/model/delete_endpoint_policy_response.py +36 -7
- huaweicloudsdkvpcep/v1/model/endpoint_response_body.py +36 -7
- huaweicloudsdkvpcep/v1/model/endpoint_service.py +3 -3
- huaweicloudsdkvpcep/v1/model/list_endpoint_info_details_response.py +36 -7
- huaweicloudsdkvpcep/v1/model/list_service_describe_details_response.py +3 -3
- huaweicloudsdkvpcep/v1/model/list_service_details_response.py +6 -6
- huaweicloudsdkvpcep/v1/model/permission_object.py +6 -6
- huaweicloudsdkvpcep/v1/model/service_list.py +6 -6
- huaweicloudsdkvpcep/v1/model/update_endpoint_policy_request_body.py +37 -7
- huaweicloudsdkvpcep/v1/model/update_endpoint_policy_response.py +36 -7
- huaweicloudsdkvpcep/v1/model/update_endpoint_service_request_body.py +3 -3
- huaweicloudsdkvpcep/v1/model/update_endpoint_service_response.py +6 -6
- huaweicloudsdkvpcep/v1/model/update_endpoint_white_response.py +61 -3
- huaweicloudsdkvpcep/v1/region/vpcep_region.py +6 -0
- huaweicloudsdkvpcep/v1/vpcep_async_client.py +4 -4
- huaweicloudsdkvpcep/v1/vpcep_client.py +4 -4
- {huaweicloudsdkvpcep-3.1.107.dist-info → huaweicloudsdkvpcep-3.1.109.dist-info}/METADATA +2 -2
- {huaweicloudsdkvpcep-3.1.107.dist-info → huaweicloudsdkvpcep-3.1.109.dist-info}/RECORD +27 -27
- {huaweicloudsdkvpcep-3.1.107.dist-info → huaweicloudsdkvpcep-3.1.109.dist-info}/WHEEL +1 -1
- {huaweicloudsdkvpcep-3.1.107.dist-info → huaweicloudsdkvpcep-3.1.109.dist-info}/LICENSE +0 -0
- {huaweicloudsdkvpcep-3.1.107.dist-info → huaweicloudsdkvpcep-3.1.109.dist-info}/top_level.txt +0 -0
@@ -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时间格式,格式为:
|
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时间格式,格式为:
|
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时间格式,格式为:
|
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
|
@@ -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': 'str',
|
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
|
@@ -128,13 +130,15 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
128
130
|
:type routetables: list[str]
|
129
131
|
:param description: 描述字段,支持中英文字母、数字等字符,不支持“<”或“>”字符。
|
130
132
|
:type description: str
|
131
|
-
:param policy_statement:
|
133
|
+
:param policy_statement: Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
132
134
|
:type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
135
|
+
:param policy_document: 终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
136
|
+
:type policy_document: str
|
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的地址。
|
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:
|
@@ -730,7 +737,7 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
730
737
|
def policy_statement(self):
|
731
738
|
"""Gets the policy_statement of this ListEndpointInfoDetailsResponse.
|
732
739
|
|
733
|
-
|
740
|
+
Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
734
741
|
|
735
742
|
:return: The policy_statement of this ListEndpointInfoDetailsResponse.
|
736
743
|
:rtype: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
@@ -741,13 +748,35 @@ class ListEndpointInfoDetailsResponse(SdkResponse):
|
|
741
748
|
def policy_statement(self, policy_statement):
|
742
749
|
"""Sets the policy_statement of this ListEndpointInfoDetailsResponse.
|
743
750
|
|
744
|
-
|
751
|
+
Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
745
752
|
|
746
753
|
:param policy_statement: The policy_statement of this ListEndpointInfoDetailsResponse.
|
747
754
|
:type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
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
|
+
终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
763
|
+
|
764
|
+
:return: The policy_document of this ListEndpointInfoDetailsResponse.
|
765
|
+
:rtype: str
|
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
|
+
终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
774
|
+
|
775
|
+
:param policy_document: The policy_document of this ListEndpointInfoDetailsResponse.
|
776
|
+
:type policy_document: str
|
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的地址。
|
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的地址。
|
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-
|
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-
|
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-
|
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-
|
83
|
+
:param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
84
84
|
:type created_at: datetime
|
85
|
-
:param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-
|
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-
|
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-
|
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-
|
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-
|
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-
|
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-
|
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-
|
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-
|
86
|
+
:param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
87
87
|
:type created_at: datetime
|
88
|
-
:param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-
|
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-
|
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-
|
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-
|
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-
|
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,34 +17,42 @@ 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': 'str'
|
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
|
-
:param policy_statement:
|
34
|
+
:param policy_statement: Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
33
35
|
:type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
36
|
+
:param policy_document: 终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
37
|
+
:type policy_document: str
|
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
|
-
|
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):
|
45
53
|
"""Gets the policy_statement of this UpdateEndpointPolicyRequestBody.
|
46
54
|
|
47
|
-
|
55
|
+
Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
48
56
|
|
49
57
|
:return: The policy_statement of this UpdateEndpointPolicyRequestBody.
|
50
58
|
:rtype: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
@@ -55,13 +63,35 @@ class UpdateEndpointPolicyRequestBody:
|
|
55
63
|
def policy_statement(self, policy_statement):
|
56
64
|
"""Sets the policy_statement of this UpdateEndpointPolicyRequestBody.
|
57
65
|
|
58
|
-
|
66
|
+
Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
59
67
|
|
60
68
|
:param policy_statement: The policy_statement of this UpdateEndpointPolicyRequestBody.
|
61
69
|
:type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
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
|
+
终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
78
|
+
|
79
|
+
:return: The policy_document of this UpdateEndpointPolicyRequestBody.
|
80
|
+
:rtype: str
|
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
|
+
终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
89
|
+
|
90
|
+
:param policy_document: The policy_document of this UpdateEndpointPolicyRequestBody.
|
91
|
+
:type policy_document: str
|
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': 'str',
|
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
|
@@ -106,11 +108,13 @@ class UpdateEndpointPolicyResponse(SdkResponse):
|
|
106
108
|
:type routetables: list[str]
|
107
109
|
:param description: 描述字段,支持中英文字母、数字等字符,不支持“<”或“>”字符。
|
108
110
|
:type description: str
|
109
|
-
:param policy_statement:
|
111
|
+
:param policy_statement: Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
110
112
|
:type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
113
|
+
:param policy_document: 终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
114
|
+
:type policy_document: str
|
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:
|
@@ -582,7 +589,7 @@ class UpdateEndpointPolicyResponse(SdkResponse):
|
|
582
589
|
def policy_statement(self):
|
583
590
|
"""Gets the policy_statement of this UpdateEndpointPolicyResponse.
|
584
591
|
|
585
|
-
|
592
|
+
Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
586
593
|
|
587
594
|
:return: The policy_statement of this UpdateEndpointPolicyResponse.
|
588
595
|
:rtype: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
@@ -593,13 +600,35 @@ class UpdateEndpointPolicyResponse(SdkResponse):
|
|
593
600
|
def policy_statement(self, policy_statement):
|
594
601
|
"""Sets the policy_statement of this UpdateEndpointPolicyResponse.
|
595
602
|
|
596
|
-
|
603
|
+
Gateway类型终端节点策略信息,仅限OBS、SFS的终端节点服务的enable_policy值为true时支持该参数。
|
597
604
|
|
598
605
|
:param policy_statement: The policy_statement of this UpdateEndpointPolicyResponse.
|
599
606
|
:type policy_statement: list[:class:`huaweicloudsdkvpcep.v1.PolicyStatement`]
|
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
|
+
终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
615
|
+
|
616
|
+
:return: The policy_document of this UpdateEndpointPolicyResponse.
|
617
|
+
:rtype: str
|
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
|
+
终端节点策略信息,仅当终端节点服务的enable_policy值为true时支持该参数,默认值为完全访问权限。(OBS、SFS的终端节点服务暂不支持该参数)
|
626
|
+
|
627
|
+
:param policy_document: The policy_document of this UpdateEndpointPolicyResponse.
|
628
|
+
:type policy_document: str
|
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:
|
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
|
-
|
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
|
-
|
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-
|
85
|
+
:param created_at: 终端节点服务的创建时间。 采用UTC时间格式,格式为:YYYY-MM-DDTHH:MM:SSZ
|
86
86
|
:type created_at: datetime
|
87
|
-
:param updated_at: 终端节点服务的更新时间。 采用UTC时间格式,格式为:YYYY-
|
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-
|
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-
|
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-
|
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-
|
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
|