UNPKG

tencentcloud-sdk-nodejs

Version:
199 lines (198 loc) • 7.33 kB
import { AbstractClient } from "../../../common/abstract_client"; export class Client extends AbstractClient { constructor(clientConfig) { super("cfs.tencentcloudapi.com", "2019-07-19", clientConfig); } async DoDirectoryOperation(req, cb) { return this.request("DoDirectoryOperation", req, cb); } async DescribeCfsRules(req, cb) { return this.request("DescribeCfsRules", req, cb); } async UpdateCfsFileSystemPGroup(req, cb) { return this.request("UpdateCfsFileSystemPGroup", req, cb); } async DescribeLifecycleDataTask(req, cb) { return this.request("DescribeLifecycleDataTask", req, cb); } async DeleteCfsSnapshot(req, cb) { return this.request("DeleteCfsSnapshot", req, cb); } async DeleteCfsFileSystem(req, cb) { return this.request("DeleteCfsFileSystem", req, cb); } async UpdateCfsSnapshotAttribute(req, cb) { return this.request("UpdateCfsSnapshotAttribute", req, cb); } async DescribeMigrationTasks(req, cb) { return this.request("DescribeMigrationTasks", req, cb); } async UpdateFileSystemBandwidthLimit(req, cb) { return this.request("UpdateFileSystemBandwidthLimit", req, cb); } async SetUserQuota(req, cb) { return this.request("SetUserQuota", req, cb); } async DeleteDataRetrieval(req, cb) { return this.request("DeleteDataRetrieval", req, cb); } async DescribeMountTargets(req, cb) { return this.request("DescribeMountTargets", req, cb); } async CreateDataFlow(req, cb) { return this.request("CreateDataFlow", req, cb); } async DeleteCfsPGroup(req, cb) { return this.request("DeleteCfsPGroup", req, cb); } async DeleteLifecyclePolicy(req, cb) { return this.request("DeleteLifecyclePolicy", req, cb); } async DescribeAutoSnapshotPolicies(req, cb) { return this.request("DescribeAutoSnapshotPolicies", req, cb); } async UnbindAutoSnapshotPolicy(req, cb) { return this.request("UnbindAutoSnapshotPolicy", req, cb); } async CreateLifecyclePolicyDownloadTask(req, cb) { return this.request("CreateLifecyclePolicyDownloadTask", req, cb); } async DescribeCfsFileSystemClients(req, cb) { return this.request("DescribeCfsFileSystemClients", req, cb); } async DescribeCfsServiceStatus(req, cb) { return this.request("DescribeCfsServiceStatus", req, cb); } async DescribeDataRetrieval(req, cb) { return this.request("DescribeDataRetrieval", req, cb); } async StopMigrationTask(req, cb) { return this.request("StopMigrationTask", req, cb); } async CreateDataRetrieval(req, cb) { return this.request("CreateDataRetrieval", req, cb); } async DescribeAvailableZoneInfo(req, cb) { return this.request("DescribeAvailableZoneInfo", req, cb); } async CreateLifecycleDataTask(req, cb) { return this.request("CreateLifecycleDataTask", req, cb); } async OverrideCfsRules(req, cb) { return this.request("OverrideCfsRules", req, cb); } async SignUpCfsService(req, cb) { return this.request("SignUpCfsService", req, cb); } async DeleteMigrationTask(req, cb) { return this.request("DeleteMigrationTask", req, cb); } async ScaleUpFileSystem(req, cb) { return this.request("ScaleUpFileSystem", req, cb); } async UpdateCfsFileSystemSizeLimit(req, cb) { return this.request("UpdateCfsFileSystemSizeLimit", req, cb); } async CreateLifecyclePolicy(req, cb) { return this.request("CreateLifecyclePolicy", req, cb); } async CreateCfsFileSystem(req, cb) { return this.request("CreateCfsFileSystem", req, cb); } async DescribeBucketList(req, cb) { return this.request("DescribeBucketList", req, cb); } async DescribeCfsPGroups(req, cb) { return this.request("DescribeCfsPGroups", req, cb); } async ModifyDataRetrieval(req, cb) { return this.request("ModifyDataRetrieval", req, cb); } async DescribeCfsSnapshotOverview(req, cb) { return this.request("DescribeCfsSnapshotOverview", req, cb); } async DescribeLifecyclePolicies(req, cb) { return this.request("DescribeLifecyclePolicies", req, cb); } async DescribeUserQuota(req, cb) { return this.request("DescribeUserQuota", req, cb); } async ApplyPathLifecyclePolicy(req, cb) { return this.request("ApplyPathLifecyclePolicy", req, cb); } async DeleteUserQuota(req, cb) { return this.request("DeleteUserQuota", req, cb); } async ModifyDataFlow(req, cb) { return this.request("ModifyDataFlow", req, cb); } async UpdateCfsRule(req, cb) { return this.request("UpdateCfsRule", req, cb); } async DescribeCfsFileSystems(req, cb) { return this.request("DescribeCfsFileSystems", req, cb); } async ModifyFileSystemAutoScaleUpRule(req, cb) { return this.request("ModifyFileSystemAutoScaleUpRule", req, cb); } async DescribeCfsSnapshots(req, cb) { return this.request("DescribeCfsSnapshots", req, cb); } async BindAutoSnapshotPolicy(req, cb) { return this.request("BindAutoSnapshotPolicy", req, cb); } async ModifyLifecyclePolicy(req, cb) { return this.request("ModifyLifecyclePolicy", req, cb); } async DeleteCfsRule(req, cb) { return this.request("DeleteCfsRule", req, cb); } async DeleteDataFlow(req, cb) { return this.request("DeleteDataFlow", req, cb); } async CreateMigrationTask(req, cb) { return this.request("CreateMigrationTask", req, cb); } async CreateAutoSnapshotPolicy(req, cb) { return this.request("CreateAutoSnapshotPolicy", req, cb); } async CreateCfsPGroup(req, cb) { return this.request("CreateCfsPGroup", req, cb); } async DeleteAutoSnapshotPolicy(req, cb) { return this.request("DeleteAutoSnapshotPolicy", req, cb); } async StopLifecycleDataTask(req, cb) { return this.request("StopLifecycleDataTask", req, cb); } async CreateCfsSnapshot(req, cb) { return this.request("CreateCfsSnapshot", req, cb); } async UpdateAutoSnapshotPolicy(req, cb) { return this.request("UpdateAutoSnapshotPolicy", req, cb); } async RunDataRetrievalTask(req, cb) { return this.request("RunDataRetrievalTask", req, cb); } async DescribeDataRetrievalTask(req, cb) { return this.request("DescribeDataRetrievalTask", req, cb); } async DescribeSnapshotOperationLogs(req, cb) { return this.request("DescribeSnapshotOperationLogs", req, cb); } async UpdateCfsFileSystemName(req, cb) { return this.request("UpdateCfsFileSystemName", req, cb); } async DescribeDataFlow(req, cb) { return this.request("DescribeDataFlow", req, cb); } async CreateCfsRule(req, cb) { return this.request("CreateCfsRule", req, cb); } async CreateAccessCert(req, cb) { return this.request("CreateAccessCert", req, cb); } async UpdateCfsPGroup(req, cb) { return this.request("UpdateCfsPGroup", req, cb); } }