toggle menu
pulumi-alicloud-kotlin
3.56.0.1
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.emrv2.kotlin.outputs
/
ClusterNodeGroupSystemDisk
Cluster
Node
Group
System
Disk
data
class
ClusterNodeGroupSystemDisk
(
val
category
:
String
,
val
count
:
Int
?
=
null
,
val
performanceLevel
:
String
?
=
null
,
val
size
:
Int
)
Members
Constructors
Cluster
Node
Group
System
Disk
Link copied to clipboard
constructor
(
category
:
String
,
count
:
Int
?
=
null
,
performanceLevel
:
String
?
=
null
,
size
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
category
Link copied to clipboard
val
category
:
String
count
Link copied to clipboard
val
count
:
Int
?
=
null
performance
Level
Link copied to clipboard
val
performanceLevel
:
String
?
=
null
size
Link copied to clipboard
val
size
:
Int