getHostEcsLevelInfos

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

NOTE: Available in v1.147.0+.

Return

A collection of values returned by getHostEcsLevelInfos.

Parameters

argument

A collection of arguments for invoking getHostEcsLevelInfos.


suspend fun getHostEcsLevelInfos(dbType: String, imageCategory: String? = null, outputFile: String? = null, storageType: String, zoneId: String): GetHostEcsLevelInfosResult

Return

A collection of values returned by getHostEcsLevelInfos.

Parameters

dbType

The database engine of the host. Valid values: mysql, mssql, pgsql, redis.

imageCategory

Host image. Valid values: WindowsWithMssqlEntAlwaysonLicense, WindowsWithMssqlStdLicense, WindowsWithMssqlEntLicense, WindowsWithMssqlWebLicense, AliLinux.

outputFile

File name where to save data source results (after running pulumi preview).

storageType

The storage type of the host ecs level info. Valid values: local_ssd, cloud_essd, cloud_essd2, cloud_essd3.

zoneId

The ID of the zone in the region.

See also


Return

A collection of values returned by getHostEcsLevelInfos.

Parameters

argument

Builder for com.pulumi.alicloud.cddc.kotlin.inputs.GetHostEcsLevelInfosPlainArgs.

See also