Documentation ¶
Index ¶
- func DataSourceTencentCloudTcmMesh() *schema.Resource
- func ResourceTencentCloudTcmAccessLogConfig() *schema.Resource
- func ResourceTencentCloudTcmClusterAttachment() *schema.Resource
- func ResourceTencentCloudTcmMesh() *schema.Resource
- func ResourceTencentCloudTcmPrometheusAttachment() *schema.Resource
- func ResourceTencentCloudTcmTracingConfig() *schema.Resource
- type TcmService
- func (me *TcmService) DeleteTcmClusterAttachmentById(ctx context.Context, meshId, clusterId string) (errRet error)
- func (me *TcmService) DeleteTcmMeshById(ctx context.Context, meshId string) (errRet error)
- func (me *TcmService) DeleteTcmPrometheusAttachmentById(ctx context.Context, meshID string) (errRet error)
- func (me *TcmService) DescribeTcmAccessLogConfig(ctx context.Context, meshName string) (accessLogConfig *tcm.DescribeAccessLogConfigResponseParams, errRet error)
- func (me *TcmService) DescribeTcmMesh(ctx context.Context, meshId string) (mesh *tcm.DescribeMeshResponseParams, errRet error)
- func (me *TcmService) DescribeTcmMeshByFilter(ctx context.Context, param map[string][]*string) (meshs []*tcm.Mesh, errRet error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TcmService ¶
type TcmService struct {
// contains filtered or unexported fields
}
func NewTcmService ¶
func NewTcmService(client *connectivity.TencentCloudClient) TcmService
func (*TcmService) DeleteTcmClusterAttachmentById ¶
func (me *TcmService) DeleteTcmClusterAttachmentById(ctx context.Context, meshId, clusterId string) (errRet error)
func (*TcmService) DeleteTcmMeshById ¶
func (me *TcmService) DeleteTcmMeshById(ctx context.Context, meshId string) (errRet error)
func (*TcmService) DeleteTcmPrometheusAttachmentById ¶
func (me *TcmService) DeleteTcmPrometheusAttachmentById(ctx context.Context, meshID string) (errRet error)
func (*TcmService) DescribeTcmAccessLogConfig ¶
func (me *TcmService) DescribeTcmAccessLogConfig(ctx context.Context, meshName string) (accessLogConfig *tcm.DescribeAccessLogConfigResponseParams, errRet error)
func (*TcmService) DescribeTcmMesh ¶
func (me *TcmService) DescribeTcmMesh(ctx context.Context, meshId string) (mesh *tcm.DescribeMeshResponseParams, errRet error)
func (*TcmService) DescribeTcmMeshByFilter ¶
Click to show internal directories.
Click to hide internal directories.