Class TemClient
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractClient
-
- com.tencentcloudapi.tem.v20201221.TemClient
-
public class TemClient extends AbstractClient
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
-
-
Constructor Summary
Constructors Constructor Description TemClient(Credential credential, String region)TemClient(Credential credential, String region, ClientProfile profile)
-
Method Summary
-
Methods inherited from class com.tencentcloudapi.common.AbstractClient
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
-
-
-
-
Constructor Detail
-
TemClient
public TemClient(Credential credential, String region)
-
TemClient
public TemClient(Credential credential, String region, ClientProfile profile)
-
-
Method Detail
-
CreateCosToken
public CreateCosTokenResponse CreateCosToken(CreateCosTokenRequest req) throws TencentCloudSDKException
生成Cos临时秘钥- Parameters:
req- CreateCosTokenRequest- Returns:
- CreateCosTokenResponse
- Throws:
TencentCloudSDKException
-
CreateCosTokenV2
public CreateCosTokenV2Response CreateCosTokenV2(CreateCosTokenV2Request req) throws TencentCloudSDKException
生成Cos临时秘钥- Parameters:
req- CreateCosTokenV2Request- Returns:
- CreateCosTokenV2Response
- Throws:
TencentCloudSDKException
-
CreateNamespace
public CreateNamespaceResponse CreateNamespace(CreateNamespaceRequest req) throws TencentCloudSDKException
创建环境- Parameters:
req- CreateNamespaceRequest- Returns:
- CreateNamespaceResponse
- Throws:
TencentCloudSDKException
-
CreateResource
public CreateResourceResponse CreateResource(CreateResourceRequest req) throws TencentCloudSDKException
绑定云资源- Parameters:
req- CreateResourceRequest- Returns:
- CreateResourceResponse
- Throws:
TencentCloudSDKException
-
CreateServiceV2
public CreateServiceV2Response CreateServiceV2(CreateServiceV2Request req) throws TencentCloudSDKException
创建服务- Parameters:
req- CreateServiceV2Request- Returns:
- CreateServiceV2Response
- Throws:
TencentCloudSDKException
-
DeleteIngress
public DeleteIngressResponse DeleteIngress(DeleteIngressRequest req) throws TencentCloudSDKException
删除 Ingress 规则- Parameters:
req- DeleteIngressRequest- Returns:
- DeleteIngressResponse
- Throws:
TencentCloudSDKException
-
DeployServiceV2
public DeployServiceV2Response DeployServiceV2(DeployServiceV2Request req) throws TencentCloudSDKException
服务部署- Parameters:
req- DeployServiceV2Request- Returns:
- DeployServiceV2Response
- Throws:
TencentCloudSDKException
-
DescribeIngress
public DescribeIngressResponse DescribeIngress(DescribeIngressRequest req) throws TencentCloudSDKException
查询 Ingress 规则- Parameters:
req- DescribeIngressRequest- Returns:
- DescribeIngressResponse
- Throws:
TencentCloudSDKException
-
DescribeIngresses
public DescribeIngressesResponse DescribeIngresses(DescribeIngressesRequest req) throws TencentCloudSDKException
查询 Ingress 规则列表- Parameters:
req- DescribeIngressesRequest- Returns:
- DescribeIngressesResponse
- Throws:
TencentCloudSDKException
-
DescribeNamespaces
public DescribeNamespacesResponse DescribeNamespaces(DescribeNamespacesRequest req) throws TencentCloudSDKException
获取租户环境列表- Parameters:
req- DescribeNamespacesRequest- Returns:
- DescribeNamespacesResponse
- Throws:
TencentCloudSDKException
-
DescribeRelatedIngresses
public DescribeRelatedIngressesResponse DescribeRelatedIngresses(DescribeRelatedIngressesRequest req) throws TencentCloudSDKException
查询服务关联的 Ingress 规则列表- Parameters:
req- DescribeRelatedIngressesRequest- Returns:
- DescribeRelatedIngressesResponse
- Throws:
TencentCloudSDKException
-
DescribeServiceRunPodListV2
public DescribeServiceRunPodListV2Response DescribeServiceRunPodListV2(DescribeServiceRunPodListV2Request req) throws TencentCloudSDKException
获取服务下面运行pod列表- Parameters:
req- DescribeServiceRunPodListV2Request- Returns:
- DescribeServiceRunPodListV2Response
- Throws:
TencentCloudSDKException
-
GenerateDownloadUrl
public GenerateDownloadUrlResponse GenerateDownloadUrl(GenerateDownloadUrlRequest req) throws TencentCloudSDKException
生成包预签名下载链接- Parameters:
req- GenerateDownloadUrlRequest- Returns:
- GenerateDownloadUrlResponse
- Throws:
TencentCloudSDKException
-
ModifyIngress
public ModifyIngressResponse ModifyIngress(ModifyIngressRequest req) throws TencentCloudSDKException
创建或者更新 Ingress 规则- Parameters:
req- ModifyIngressRequest- Returns:
- ModifyIngressResponse
- Throws:
TencentCloudSDKException
-
ModifyNamespace
public ModifyNamespaceResponse ModifyNamespace(ModifyNamespaceRequest req) throws TencentCloudSDKException
编辑环境- Parameters:
req- ModifyNamespaceRequest- Returns:
- ModifyNamespaceResponse
- Throws:
TencentCloudSDKException
-
ModifyServiceInfo
public ModifyServiceInfoResponse ModifyServiceInfo(ModifyServiceInfoRequest req) throws TencentCloudSDKException
修改服务基本信息- Parameters:
req- ModifyServiceInfoRequest- Returns:
- ModifyServiceInfoResponse
- Throws:
TencentCloudSDKException
-
RestartServiceRunPod
public RestartServiceRunPodResponse RestartServiceRunPod(RestartServiceRunPodRequest req) throws TencentCloudSDKException
重启实例- Parameters:
req- RestartServiceRunPodRequest- Returns:
- RestartServiceRunPodResponse
- Throws:
TencentCloudSDKException
-
-