You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>To update the resource group of a Function Compute resource, you must grant the user the ChangeResourceGroup permission on both the current resource group and the target resource group.</p>
32
+
*
30
33
* <b>summary</b> :
31
-
* <p>修改实例所在资源组</p>
34
+
* <p>Updates the resource group of a Function Compute resource.</p>
32
35
*
33
36
* @param request ChangeResourceGroupRequest
34
37
* @param headers map
@@ -56,8 +59,11 @@ public ChangeResourceGroupResponse changeResourceGroupWithOptions(ChangeResource
56
59
}
57
60
58
61
/**
62
+
* <b>description</b> :
63
+
* <p>To update the resource group of a Function Compute resource, you must grant the user the ChangeResourceGroup permission on both the current resource group and the target resource group.</p>
64
+
*
59
65
* <b>summary</b> :
60
-
* <p>修改实例所在资源组</p>
66
+
* <p>Updates the resource group of a Function Compute resource.</p>
61
67
*
62
68
* @param request ChangeResourceGroupRequest
63
69
* @return ChangeResourceGroupResponse
@@ -250,7 +256,7 @@ public CreateLayerVersionResponse createLayerVersion(String layerName, CreateLay
250
256
251
257
/**
252
258
* <b>summary</b> :
253
-
* <p>创建会话资源</p>
259
+
* <p>The CreateSession operation creates an explicit session resource. The system automatically generates a unique session ID, pre-allocates a function instance, and associates it with the session. You can specify values for TTL and idle timeout. This method applies to the HEADER_FIELD and GENERATED_COOKIE affinity types. It handles session preload and configuration initialization. After you call the InvokeFunction API, the session information can be included in the InvokeFunction request to enable request routing.</p>
254
260
*
255
261
* @param request CreateSessionRequest
256
262
* @param headers map
@@ -285,7 +291,7 @@ public CreateSessionResponse createSessionWithOptions(String functionName, Creat
285
291
286
292
/**
287
293
* <b>summary</b> :
288
-
* <p>创建会话资源</p>
294
+
* <p>The CreateSession operation creates an explicit session resource. The system automatically generates a unique session ID, pre-allocates a function instance, and associates it with the session. You can specify values for TTL and idle timeout. This method applies to the HEADER_FIELD and GENERATED_COOKIE affinity types. It handles session preload and configuration initialization. After you call the InvokeFunction API, the session information can be included in the InvokeFunction request to enable request routing.</p>
289
295
*
290
296
* @param request CreateSessionRequest
291
297
* @return CreateSessionResponse
@@ -698,7 +704,7 @@ public DeleteProvisionConfigResponse deleteProvisionConfig(String functionName,
698
704
699
705
/**
700
706
* <b>summary</b> :
701
-
* <p>删除弹性配置</p>
707
+
* <p>Deletes the scaling settings of a function.</p>
702
708
*
703
709
* @param request DeleteScalingConfigRequest
704
710
* @param headers map
@@ -732,7 +738,7 @@ public DeleteScalingConfigResponse deleteScalingConfigWithOptions(String functio
732
738
733
739
/**
734
740
* <b>summary</b> :
735
-
* <p>删除弹性配置</p>
741
+
* <p>Deletes the scaling settings of a function.</p>
736
742
*
737
743
* @param request DeleteScalingConfigRequest
738
744
* @return DeleteScalingConfigResponse
@@ -745,7 +751,7 @@ public DeleteScalingConfigResponse deleteScalingConfig(String functionName, Dele
745
751
746
752
/**
747
753
* <b>summary</b> :
748
-
* <p>删除会话资源</p>
754
+
* <p>Deletes the specified session and prohibits new requests from being routed to it. Clears the session metadata from the database, so subsequent requests with the same session ID are treated as new sessions. Releases resources and performs session cleanup. In session isolation scenarios, terminates running requests and releases the instance bound to the session. In non-session isolation scenarios, allows running requests to continue and gracefully terminates them.</p>
749
755
*
750
756
* @param request DeleteSessionRequest
751
757
* @param headers map
@@ -779,7 +785,7 @@ public DeleteSessionResponse deleteSessionWithOptions(String functionName, Strin
779
785
780
786
/**
781
787
* <b>summary</b> :
782
-
* <p>删除会话资源</p>
788
+
* <p>Deletes the specified session and prohibits new requests from being routed to it. Clears the session metadata from the database, so subsequent requests with the same session ID are treated as new sessions. Releases resources and performs session cleanup. In session isolation scenarios, terminates running requests and releases the instance bound to the session. In non-session isolation scenarios, allows running requests to continue and gracefully terminates them.</p>
783
789
*
784
790
* @param request DeleteSessionRequest
785
791
* @return DeleteSessionResponse
@@ -866,7 +872,7 @@ public DeleteVpcBindingResponse deleteVpcBinding(String functionName, String vpc
866
872
867
873
/**
868
874
* <b>summary</b> :
869
-
* <p>查询产品的地域信息列表</p>
875
+
* <p>Queries the regions where Function Compute 3.0 is available.</p>
870
876
*
871
877
* @param request DescribeRegionsRequest
872
878
* @param headers map
@@ -900,7 +906,7 @@ public DescribeRegionsResponse describeRegionsWithOptions(DescribeRegionsRequest
900
906
901
907
/**
902
908
* <b>summary</b> :
903
-
* <p>查询产品的地域信息列表</p>
909
+
* <p>Queries the regions where Function Compute 3.0 is available.</p>
904
910
*
905
911
* @param request DescribeRegionsRequest
906
912
* @return DescribeRegionsResponse
@@ -970,7 +976,7 @@ public DisableFunctionInvocationResponse disableFunctionInvocation(String functi
970
976
971
977
/**
972
978
* <b>summary</b> :
973
-
* <p>允许函数调用</p>
979
+
* <p>The EnableFunctionInvocation operation allows a function to be invoked and resumes the creation of provisioned instances. This operation is currently in private preview.</p>
974
980
*
975
981
* @param headers map
976
982
* @param runtime runtime options for this request RuntimeOptions
@@ -996,7 +1002,7 @@ public EnableFunctionInvocationResponse enableFunctionInvocationWithOptions(Stri
996
1002
997
1003
/**
998
1004
* <b>summary</b> :
999
-
* <p>允许函数调用</p>
1005
+
* <p>The EnableFunctionInvocation operation allows a function to be invoked and resumes the creation of provisioned instances. This operation is currently in private preview.</p>
@@ -1427,7 +1433,7 @@ public GetProvisionConfigResponse getProvisionConfig(String functionName, GetPro
1427
1433
1428
1434
/**
1429
1435
* <b>summary</b> :
1430
-
* <p>获取弹性配置</p>
1436
+
* <p>Gets the scaling settings of a function.</p>
1431
1437
*
1432
1438
* @param request GetScalingConfigRequest
1433
1439
* @param headers map
@@ -1461,7 +1467,7 @@ public GetScalingConfigResponse getScalingConfigWithOptions(String functionName,
1461
1467
1462
1468
/**
1463
1469
* <b>summary</b> :
1464
-
* <p>获取弹性配置</p>
1470
+
* <p>Gets the scaling settings of a function.</p>
1465
1471
*
1466
1472
* @param request GetScalingConfigRequest
1467
1473
* @return GetScalingConfigResponse
@@ -1474,7 +1480,7 @@ public GetScalingConfigResponse getScalingConfig(String functionName, GetScaling
1474
1480
1475
1481
/**
1476
1482
* <b>summary</b> :
1477
-
* <p>获取函数会话信息。</p>
1483
+
* <p>You can use this operation to retrieve detailed information about a specific session, including its session ID, associated function, affinity type, lifecycle configuration, status, and instance details. This operation retrieves the current metadata for a session. You can identify the metadata precisely using either the function name or qualifier. This capability enables you to monitor and debug external systems with ease. Only sessions that are in the Active state can be queried.</p>
1478
1484
*
1479
1485
* @param request GetSessionRequest
1480
1486
* @param headers map
@@ -1508,7 +1514,7 @@ public GetSessionResponse getSessionWithOptions(String functionName, String sess
1508
1514
1509
1515
/**
1510
1516
* <b>summary</b> :
1511
-
* <p>获取函数会话信息。</p>
1517
+
* <p>You can use this operation to retrieve detailed information about a specific session, including its session ID, associated function, affinity type, lifecycle configuration, status, and instance details. This operation retrieves the current metadata for a session. You can identify the metadata precisely using either the function name or qualifier. This capability enables you to monitor and debug external systems with ease. Only sessions that are in the Active state can be queried.</p>
1512
1518
*
1513
1519
* @param request GetSessionRequest
1514
1520
* @return GetSessionResponse
@@ -2344,7 +2350,7 @@ public ListProvisionConfigsResponse listProvisionConfigs(ListProvisionConfigsReq
2344
2350
2345
2351
/**
2346
2352
* <b>summary</b> :
2347
-
* <p>获取弹性配置列表</p>
2353
+
* <p>Lists the scaling settings of a function.</p>
2348
2354
*
2349
2355
* @param request ListScalingConfigsRequest
2350
2356
* @param headers map
@@ -2386,7 +2392,7 @@ public ListScalingConfigsResponse listScalingConfigsWithOptions(ListScalingConfi
2386
2392
2387
2393
/**
2388
2394
* <b>summary</b> :
2389
-
* <p>获取弹性配置列表</p>
2395
+
* <p>Lists the scaling settings of a function.</p>
2390
2396
*
2391
2397
* @param request ListScalingConfigsRequest
2392
2398
* @return ListScalingConfigsResponse
@@ -2399,7 +2405,7 @@ public ListScalingConfigsResponse listScalingConfigs(ListScalingConfigsRequest r
2399
2405
2400
2406
/**
2401
2407
* <b>summary</b> :
2402
-
* <p>列出函数会话信息</p>
2408
+
* <p>Lists sessions in the Active and/or Expired state(s) under the specified function. Supports filtering by qualifier, status, and session ID, as well as paginated queries. Returns basic session attributes for batch viewing of session distribution and status, helping with operations monitoring and integration with external systems, and enhancing session visibility and management.</p>
2403
2409
*
2404
2410
* @param request ListSessionsRequest
2405
2411
* @param headers map
@@ -2449,7 +2455,7 @@ public ListSessionsResponse listSessionsWithOptions(String functionName, ListSes
2449
2455
2450
2456
/**
2451
2457
* <b>summary</b> :
2452
-
* <p>列出函数会话信息</p>
2458
+
* <p>Lists sessions in the Active and/or Expired state(s) under the specified function. Supports filtering by qualifier, status, and session ID, as well as paginated queries. Returns basic session attributes for batch viewing of session distribution and status, helping with operations monitoring and integration with external systems, and enhancing session visibility and management.</p>
2453
2459
*
2454
2460
* @param request ListSessionsRequest
2455
2461
* @return ListSessionsResponse
@@ -2858,7 +2864,7 @@ public PutProvisionConfigResponse putProvisionConfig(String functionName, PutPro
2858
2864
2859
2865
/**
2860
2866
* <b>summary</b> :
2861
-
* <p>设置弹性配置</p>
2867
+
* <p>Scaling settings</p>
2862
2868
*
2863
2869
* @param request PutScalingConfigRequest
2864
2870
* @param headers map
@@ -2893,7 +2899,7 @@ public PutScalingConfigResponse putScalingConfigWithOptions(String functionName,
2893
2899
2894
2900
/**
2895
2901
* <b>summary</b> :
2896
-
* <p>设置弹性配置</p>
2902
+
* <p>Scaling settings</p>
2897
2903
*
2898
2904
* @param request PutScalingConfigRequest
2899
2905
* @return PutScalingConfigResponse
@@ -3196,7 +3202,7 @@ public UpdateFunctionResponse updateFunction(String functionName, UpdateFunction
3196
3202
3197
3203
/**
3198
3204
* <b>summary</b> :
3199
-
* <p>更新会话配置</p>
3205
+
* <p>Updates session configurations while the session is in the Active state, such as lifecycle parameters (e.g., SessionTTLInSeconds and SessionIdleTimeoutInSeconds). After the update takes effect, LastModifiedTime is automatically refreshed. These updates can be used to extend or shorten the validity period of a session and enable dynamic management without changing the execution environment bound to the session.</p>
3200
3206
*
3201
3207
* @param request UpdateSessionRequest
3202
3208
* @param headers map
@@ -3231,7 +3237,7 @@ public UpdateSessionResponse updateSessionWithOptions(String functionName, Strin
3231
3237
3232
3238
/**
3233
3239
* <b>summary</b> :
3234
-
* <p>更新会话配置</p>
3240
+
* <p>Updates session configurations while the session is in the Active state, such as lifecycle parameters (e.g., SessionTTLInSeconds and SessionIdleTimeoutInSeconds). After the update takes effect, LastModifiedTime is automatically refreshed. These updates can be used to extend or shorten the validity period of a session and enable dynamic management without changing the execution environment bound to the session.</p>
0 commit comments