Package-level declarations

Types

Link copied to clipboard
data class DedicatedPropreHostEcsClassListArgs(val dataDiskPerformanceLevel: Output<String>? = null, val diskCapacity: Output<Int>? = null, val diskCount: Output<Int>? = null, val diskType: Output<String>? = null, val instanceType: Output<String>, val sysDiskCapacity: Output<Int>, val sysDiskType: Output<String>, val systemDiskPerformanceLevel: Output<String>? = null) : ConvertibleToJava<DedicatedPropreHostEcsClassListArgs>
Link copied to clipboard
data class GetDedicatedHostAccountsPlainArgs(val dedicatedHostId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetDedicatedHostAccountsPlainArgs>

A collection of arguments for invoking getDedicatedHostAccounts.

Link copied to clipboard
data class GetDedicatedHostGroupsPlainArgs(val engine: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetDedicatedHostGroupsPlainArgs>

A collection of arguments for invoking getDedicatedHostGroups.

Link copied to clipboard
data class GetDedicatedHostsPlainArgs(val allocationStatus: String? = null, val dedicatedHostGroupId: String, val enableDetails: Boolean? = null, val hostType: String? = null, val ids: List<String>? = null, val orderId: String? = null, val outputFile: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val zoneId: String? = null) : ConvertibleToJava<GetDedicatedHostsPlainArgs>

A collection of arguments for invoking getDedicatedHosts.

Link copied to clipboard
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.

Link copied to clipboard
data class GetZonesPlainArgs(val outputFile: String? = null) : ConvertibleToJava<GetZonesPlainArgs>

A collection of arguments for invoking getZones.

Link copied to clipboard