getInstanceTypes

This data source provides availability instance_types for HBase that can be accessed by an Alibaba Cloud account within the region configured in the provider.

NOTE: Available since v1.106.0.

Return

A collection of values returned by getInstanceTypes.

Parameters

argument

A collection of arguments for invoking getInstanceTypes.


suspend fun getInstanceTypes(chargeType: String? = null, diskType: String? = null, engine: String? = null, instanceType: String? = null, outputFile: String? = null, regionId: String? = null, version: String? = null, zoneId: String? = null): GetInstanceTypesResult

Return

A collection of values returned by getInstanceTypes.

Parameters

chargeType

The charge type of create hbase cluster instance, PrePaid or PostPaid.

diskType

The disk type, cloud_ssd, cloud_essd_pl1, cloud_efficiency, local_hdd_pro, local_ssd_pro.

engine

The engine name, singlehbase, hbase, hbaseue, bds.

instanceType

The hbase instance type of create hbase cluster instance.

outputFile

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

regionId

The dest region id, default client region.

version

The engine version, singlehbase/hbase=1.1/2.0, bds=1.0.

zoneId

The zone id, belong to regionId.

See also


Return

A collection of values returned by getInstanceTypes.

Parameters

argument

Builder for com.pulumi.alicloud.hbase.kotlin.inputs.GetInstanceTypesPlainArgs.

See also