CddcFunctions

Functions

Link copied to clipboard

This data source provides the Cddc Dedicated Host Accounts of the current Alibaba Cloud user.

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

This data source provides the Cddc Dedicated Host Groups of the current Alibaba Cloud user.

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(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

This data source provides the Cddc Host Ecs Level Infos of the current Alibaba Cloud user.

suspend fun getHostEcsLevelInfos(dbType: String, imageCategory: String? = null, outputFile: String? = null, storageType: String, zoneId: String): GetHostEcsLevelInfosResult
Link copied to clipboard
suspend fun getZones(argument: GetZonesPlainArgs): GetZonesResult

This data source provides the Cddc Zones of the current Alibaba Cloud user.

suspend fun getZones(outputFile: String? = null): GetZonesResult
suspend fun getZones(argument: suspend GetZonesPlainArgsBuilder.() -> Unit): GetZonesResult