Cddc Functions
object CddcFunctions
Functions
Link copied to clipboard
suspend fun getDedicatedHostAccounts(argument: GetDedicatedHostAccountsPlainArgs): GetDedicatedHostAccountsResult
This data source provides the Cddc Dedicated Host Accounts of the current Alibaba Cloud user.
suspend fun getDedicatedHostAccounts(argument: suspend GetDedicatedHostAccountsPlainArgsBuilder.() -> Unit): GetDedicatedHostAccountsResult
suspend fun getDedicatedHostAccounts(dedicatedHostId: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null): GetDedicatedHostAccountsResult
Link copied to clipboard
suspend fun getDedicatedHostGroups(argument: GetDedicatedHostGroupsPlainArgs): GetDedicatedHostGroupsResult
This data source provides the Cddc Dedicated Host Groups of the current Alibaba Cloud user.
suspend fun getDedicatedHostGroups(argument: suspend GetDedicatedHostGroupsPlainArgsBuilder.() -> Unit): GetDedicatedHostGroupsResult
suspend fun getDedicatedHostGroups(engine: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetDedicatedHostGroupsResult
Link copied to clipboard
This data source provides the Cddc Dedicated Hosts of the current Alibaba Cloud user.
suspend fun getDedicatedHosts(argument: suspend GetDedicatedHostsPlainArgsBuilder.() -> Unit): GetDedicatedHostsResult
suspend fun getDedicatedHosts(allocationStatus: String? = null, dedicatedHostGroupId: String, enableDetails: Boolean? = null, hostType: String? = null, ids: List<String>? = null, orderId: String? = null, outputFile: String? = null, status: String? = null, tags: Map<String, String>? = null, zoneId: String? = null): GetDedicatedHostsResult
Link copied to clipboard
suspend fun getHostEcsLevelInfos(argument: GetHostEcsLevelInfosPlainArgs): GetHostEcsLevelInfosResult
This data source provides the Cddc Host Ecs Level Infos of the current Alibaba Cloud user.
suspend fun getHostEcsLevelInfos(argument: suspend GetHostEcsLevelInfosPlainArgsBuilder.() -> Unit): GetHostEcsLevelInfosResult
suspend fun getHostEcsLevelInfos(dbType: String, imageCategory: String? = null, outputFile: String? = null, storageType: String, zoneId: String): GetHostEcsLevelInfosResult
Link copied to clipboard
This data source provides the Cddc Zones of the current Alibaba Cloud user.