toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hdinsight.kotlin.outputs
/
NodeProfileResponse
Node
Profile
Response
data
class
NodeProfileResponse
(
val
count
:
Int
,
val
type
:
String
,
val
vmSize
:
String
)
The node profile.
Members
Constructors
Node
Profile
Response
Link copied to clipboard
constructor
(
count
:
Int
,
type
:
String
,
vmSize
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
count
Link copied to clipboard
val
count
:
Int
The number of virtual machines.
type
Link copied to clipboard
val
type
:
String
The node type.
vm
Size
Link copied to clipboard
val
vmSize
:
String
The virtual machine SKU.