GetHostEcsLevelInfosPlainArgs

data class GetHostEcsLevelInfosPlainArgs(val dbType: String, val imageCategory: String? = null, val outputFile: String? = null, val storageType: String, val zoneId: String) : ConvertibleToJava<GetHostEcsLevelInfosPlainArgs>

A collection of arguments for invoking getHostEcsLevelInfos.

Constructors

Link copied to clipboard
constructor(dbType: String, imageCategory: String? = null, outputFile: String? = null, storageType: String, zoneId: String)

Properties

Link copied to clipboard

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

Link copied to clipboard
val imageCategory: String? = null

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

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard

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

Link copied to clipboard

The ID of the zone in the region.

Functions

Link copied to clipboard
open override fun toJava(): GetHostEcsLevelInfosPlainArgs