DmsFunctions

Functions

Link copied to clipboard

This data source provides DMS Enterprise Database available to the user. What is Database.

suspend fun getEnterpriseDatabases(ids: List<String>? = null, instanceId: String, nameRegex: String? = null, outputFile: String? = null): GetEnterpriseDatabasesResult
Link copied to clipboard

This data source provides a list of DMS Enterprise Instances in an Alibaba Cloud account according to the specified filters.

suspend fun getEnterpriseInstances(envType: String? = null, instanceAliasRegex: String? = null, instanceSource: String? = null, instanceType: String? = null, nameRegex: String? = null, netType: String? = null, outputFile: String? = null, searchKey: String? = null, status: String? = null, tid: Int? = null): GetEnterpriseInstancesResult
Link copied to clipboard
Link copied to clipboard

This data source provides the Dms Enterprise Proxies of the current Alibaba Cloud user.

suspend fun getEnterpriseProxies(ids: List<String>? = null, outputFile: String? = null, tid: String? = null): GetEnterpriseProxiesResult
Link copied to clipboard

This data source provides DMS Enterprise Proxy Access available to the user.What is Proxy Access

suspend fun getEnterpriseProxyAccesses(enableDetails: Boolean? = null, ids: List<String>? = null, outputFile: String? = null, proxyId: String): GetEnterpriseProxyAccessesResult
Link copied to clipboard

This data source provides a list of DMS Enterprise Users in an Alibaba Cloud account according to the specified filters.

suspend fun getEnterpriseUsers(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, role: String? = null, searchKey: String? = null, status: String? = null, tid: Int? = null): GetEnterpriseUsersResult
Link copied to clipboard

This data source provides a list of DMS User Tenants in an Alibaba Cloud account according to the specified filters.

suspend fun getUserTenants(ids: List<String>? = null, outputFile: String? = null, status: String? = null): GetUserTenantsResult