toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
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
)
Members
Constructors
Get
Instance
Types
Type
Link copied to clipboard
constructor
(
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.