pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.hbase.kotlin.outputs
/
GetInstanceTypesType
Get
Instance
Types
Type
data
class
GetInstanceTypesType
(
val
cpuSize
:
Int
,
val
memSize
:
Int
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Get
Instance
Types
Type
Link copied to clipboard
fun
GetInstanceTypesType
(
cpuSize
:
Int
,
memSize
:
Int
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cpu
Size
Link copied to clipboard
val
cpuSize
:
Int
Cpu size of the instance type.
mem
Size
Link copied to clipboard
val
memSize
:
Int
Mem size of the instance type.
value
Link copied to clipboard
val
value
:
String
Name of the instance type.