public class EisClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
EisClient(Credential credential,
String region) |
EisClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
GetRuntimeMCResponse |
GetRuntimeMC(GetRuntimeMCRequest req)
获取运行时详情
|
GetRuntimeResourceMonitorMetricMCResponse |
GetRuntimeResourceMonitorMetricMC(GetRuntimeResourceMonitorMetricMCRequest req)
获取运行时资源监控详情,cpu,memory,bandwidth
|
ListDeployableRuntimesMCResponse |
ListDeployableRuntimesMC(ListDeployableRuntimesMCRequest req)
返回用户可用的运行时列表,发布应用时返回的运行时环境,仅shared和private运行时,无sandbox运行时,并且只有running/scaling状态的
|
ListRuntimeDeployedInstancesMCResponse |
ListRuntimeDeployedInstancesMC(ListRuntimeDeployedInstancesMCRequest req)
获取运行时部署的应用实例列表
|
ListRuntimesMCResponse |
ListRuntimesMC(ListRuntimesMCRequest req)
返回用户的运行时列表,运行时管理主页使用,包含沙箱、共享运行时及独立运行时环境,不包含已经删除的运行时
|
call, callOctetStream, getClientProfile, getCredential, getRegion, internalRequest, retry, setClientProfile, setCredential, setRegion
public EisClient(Credential credential, String region)
public EisClient(Credential credential, String region, ClientProfile profile)
public GetRuntimeMCResponse GetRuntimeMC(GetRuntimeMCRequest req) throws TencentCloudSDKException
req
- GetRuntimeMCRequestTencentCloudSDKException
public GetRuntimeResourceMonitorMetricMCResponse GetRuntimeResourceMonitorMetricMC(GetRuntimeResourceMonitorMetricMCRequest req) throws TencentCloudSDKException
req
- GetRuntimeResourceMonitorMetricMCRequestTencentCloudSDKException
public ListDeployableRuntimesMCResponse ListDeployableRuntimesMC(ListDeployableRuntimesMCRequest req) throws TencentCloudSDKException
req
- ListDeployableRuntimesMCRequestTencentCloudSDKException
public ListRuntimeDeployedInstancesMCResponse ListRuntimeDeployedInstancesMC(ListRuntimeDeployedInstancesMCRequest req) throws TencentCloudSDKException
req
- ListRuntimeDeployedInstancesMCRequestTencentCloudSDKException
public ListRuntimesMCResponse ListRuntimesMC(ListRuntimesMCRequest req) throws TencentCloudSDKException
req
- ListRuntimesMCRequestTencentCloudSDKException
Copyright © 2023. All rights reserved.