public class TcmClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
TcmClient(Credential credential,
String region) |
TcmClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
CreateMeshResponse |
CreateMesh(CreateMeshRequest req)
创建网格
|
DeleteMeshResponse |
DeleteMesh(DeleteMeshRequest req)
删除网格
|
DescribeMeshResponse |
DescribeMesh(DescribeMeshRequest req)
查询网格详情
|
DescribeMeshListResponse |
DescribeMeshList(DescribeMeshListRequest req)
查询网格列表
|
LinkClusterListResponse |
LinkClusterList(LinkClusterListRequest req)
关联集群
|
LinkPrometheusResponse |
LinkPrometheus(LinkPrometheusRequest req)
关联Prometheus
|
ModifyMeshResponse |
ModifyMesh(ModifyMeshRequest req)
修改网格
|
ModifyTracingConfigResponse |
ModifyTracingConfig(ModifyTracingConfigRequest req)
修改 Tracing 配置
|
UnlinkClusterResponse |
UnlinkCluster(UnlinkClusterRequest req)
解关联集群
|
UnlinkPrometheusResponse |
UnlinkPrometheus(UnlinkPrometheusRequest req)
解除关联Prometheus
|
call, callOctetStream, getClientProfile, getCredential, getRegion, internalRequest, retry, setClientProfile, setCredential, setRegion
public TcmClient(Credential credential, String region)
public TcmClient(Credential credential, String region, ClientProfile profile)
public CreateMeshResponse CreateMesh(CreateMeshRequest req) throws TencentCloudSDKException
req
- CreateMeshRequestTencentCloudSDKException
public DeleteMeshResponse DeleteMesh(DeleteMeshRequest req) throws TencentCloudSDKException
req
- DeleteMeshRequestTencentCloudSDKException
public DescribeMeshResponse DescribeMesh(DescribeMeshRequest req) throws TencentCloudSDKException
req
- DescribeMeshRequestTencentCloudSDKException
public DescribeMeshListResponse DescribeMeshList(DescribeMeshListRequest req) throws TencentCloudSDKException
req
- DescribeMeshListRequestTencentCloudSDKException
public LinkClusterListResponse LinkClusterList(LinkClusterListRequest req) throws TencentCloudSDKException
req
- LinkClusterListRequestTencentCloudSDKException
public LinkPrometheusResponse LinkPrometheus(LinkPrometheusRequest req) throws TencentCloudSDKException
req
- LinkPrometheusRequestTencentCloudSDKException
public ModifyMeshResponse ModifyMesh(ModifyMeshRequest req) throws TencentCloudSDKException
req
- ModifyMeshRequestTencentCloudSDKException
public ModifyTracingConfigResponse ModifyTracingConfig(ModifyTracingConfigRequest req) throws TencentCloudSDKException
req
- ModifyTracingConfigRequestTencentCloudSDKException
public UnlinkClusterResponse UnlinkCluster(UnlinkClusterRequest req) throws TencentCloudSDKException
req
- UnlinkClusterRequestTencentCloudSDKException
public UnlinkPrometheusResponse UnlinkPrometheus(UnlinkPrometheusRequest req) throws TencentCloudSDKException
req
- UnlinkPrometheusRequestTencentCloudSDKException
Copyright © 2022. All rights reserved.